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
- ExternalSystemIdentifier: String
- ProjectRateTypeId: Int32
- ProjectRateTypeUid: Int64
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ExternalSystemIdentifier | String | One of ExternalSystemIdentifier or ProjectRateTypeUid is required | The external system identifier is a unique identifier for a project rate type (may be null, but once set can only be updated to a different, non-null value) | |
ProjectRateTypeId | Int32 | No | The project rate type Id is a unique identifier for a project rate type. For internal use only. | |
ProjectRateTypeUid | Int64 | See ExternalSystemIdentifier | A unique and immutable identifier for a project rate type | 1152921504607048102 |