Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

This structure represents the unique key fields of a standard rate type.  Standard rate types are used to categorize project rate types. Project task 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.

Format

PwsStandardRateTypeRef
  • PwsStandardRateTypeRef
    • StandardRateTypeCode: String
    • StandardRateTypeId: Int32
    • StandardRateTypeName: String
    • StandardRateTypeUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

StandardRateTypeCode

String

On Insert: No

On Update: No


The code is a unique identify of standard rate type


StandardRateTypeId

Int32

On Insert: No

On Update: No


The standard rate type id is a unique identifier for a project role. For internal use only.   


StandardRateTypeName

String

On Insert: No

On Update: No




StandardRateTypeUid

Int64

On Insert: No

On Update: No


A unique and immutable identifier for a standard rate type.

1152921504606847130

Usage Example(s)


Example 01
   <b:StandardRateTypeIdentity>
      <b:StandardRateTypeCode>NC</b:StandardRateTypeCode>
      <b:StandardRateTypeId i:nil="true"/>
      <b:StandardRateTypeName>Not Chargeable</b:StandardRateTypeName>
      <b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
   </b:StandardRateTypeIdentity>
  • No labels