Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the unique key fields associated with identifying a project task type. Project task types are utilized of a standard rate type.  Standard rate types are used to categorize project rate types. Project task Standard rate types can be identified by an ExternalSystemIdentifier or ProjectTaskTypeUid. When specifying a PwsProjectTaskTypeRef as an input to a web service, you may specify one or both the ExternalSystemIdentifier and ProjectTaskTypeUid. However, if you do specify both, they must both refer to the same project task type or the project task type reference will not be considered valid. When a PwsProjectTaskTypeRef is returned in the response to a web service, both the ExternalSystemIdentifier and ProjectTaskTypeUid will be populated, and guaranteed to refer to a single project task type.by StandardRateTypeCode,  StandardRateTypeName or StandardRateTypeUid

Format

Panel
titlePwsProjectTaskTypeRefPwsStandardRateTypeRef
  • PwsProjectTaskTypeRefPwsStandardRateTypeRef
    • ExternalSystemIdentifierStandardRateTypeCode: String (20)
    • ProjectTaskTypeIdStandardRateTypeId: Int32ProjectTaskTypeUid
    • StandardRateTypeName: String (50)
    • StandardRateTypeUid: Int64

Elements

Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

StandardRateTypeCode

String

One of ExternalSystemIdentifier or ProjectTaskTypeUid is required

The external system identifier is a unique identifier for a project task (may be null, but once set can only be updated to a different, non-null value)

ProjectTaskTypeId

Int32

No

The project task type Id

(20)

The code is a unique identify of standard rate type.

Reg

StandardRateTypeId

Int32

The standard rate type id is a unique identifier for a project

task

role. For internal use only. 

ProjectTaskTypeUid

 


StandardRateTypeName

String (50)

The name is a unique identify of standard rate type.

Regular

StandardRateTypeUid

Int64

See ExternalSystemIdentifier 

A unique and immutable identifier for a

project task

standard rate type.

1152921504607525530 

1152921504606847130

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
   <b:StandardRateTypeIdentity>
      <b:StandardRateTypeCode>NC</b:StandardRateTypeCode>
         <com:ProjectTaskTypeIdentity><b:StandardRateTypeId i:nil="true"/>
      <b:StandardRateTypeName>Not Chargeable</b:StandardRateTypeName>
                <com:ProjectTaskTypeUid>1152921504607525530</com:ProjectTaskTypeUid>
        <b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
            </comb:ProjectTaskTypeIdentity>StandardRateTypeIdentity>