/
PwsProjectRateTypeRef

PwsProjectRateTypeRef

Overview


This structure represents the unique key fields associated with identifying a project rate type. Project rate types are configured on a per project basis, and are based on a standard rate type. with the ability to override contract and billing adjusted rates, either by specify the flat rate or specifying a discount percentage. Resources select one of the availiable project rate types 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 (50)
    • ProjectRateTypeId: Int32
    • ProjectRateTypeUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String (50)

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

Usage Example(s)


Example 01
                     <com:ProjectRateTypeIdentity>
                        <com:ProjectRateTypeUid>1152921504607048102</com:ProjectRateTypeUid>
                     </com:ProjectRateTypeIdentity>                     

Related content

PwsSaveTimeCardResult
PwsSaveTimeCardResult
Read with this
PwsProjectProjectRateTypes
PwsProjectProjectRateTypes
More like this
PwsProjectRate
PwsProjectRate
Read with this
PwsProjectRateTypeDetail
PwsProjectRateTypeDetail
More like this
PwsTimeCardDetail
PwsTimeCardDetail
Read with this
PwsProjectRateTypeSummary
PwsProjectRateTypeSummary
More like this