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

Version 1 Next »

Overview


This structure represents the unique key fields associated with identifying a project rate type. Project rate types are rate types that resources can select when entering time against the project. Project rate types can be identified by an ExternalSystemIdentifier or ProjectRateTypeUid. When specifying a PwsProjectRateTypeRef as an input to a web service, you may specify one or both the ExternalSystemIdentifier and/or ProjectRateTypeUid. However, if you do specify both, they must both refer to the same project rate type or the project rate type reference will not be considered valid. When a PwsProjectRateTypeRef is returned in the response to a web service, both the ExternalSystemIdentifier and ProjectRateTypeUid will be populated, and guaranteed to refer to a single project rate type.

Format


PwsProjectRateTypeRef
  • PwsProjectRateTypeRef
    • ExternalSystemIdentifier: String
    • ProjectRateTypeId: Int32
    • ProjectRateTypeUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ExternalSystemIdentifier

String

 

 

 

 

ProjectRateTypeId

Int32

 

 

 

 

ProjectRateTypeUid

Int64

 

 

 

 

Usage Example(s)


Example 01
                     <com:ProjectRateTypeIdentity>
                        <com:ProjectRateTypeUid>1152921504607048102</com:ProjectRateTypeUid>
                     </com:ProjectRateTypeIdentity>                     
  • No labels