...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ExternalSystemIdentifier | String (50) | One of ExternalSystemIdentifier, ProjectRateTypeUid or ProjectRateTypeName 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. | 1152921504607370460 |
ProjectRateTypeName | String (50) | See ExternalSystemIdentifier | The rate type name is a unique identifier for a project rate type. | Regular |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsProjectRateTypeSummary> <b:ExternalSystemIdentifier i:nil="true"/> <b:ProjectRateTypeId i:nil="true"/> <b:ProjectRateTypeUid>1152921504607370460</b:ProjectRateTypeUid> <b:ProjectRateTypeName>Regular</b:ProjectRateTypeName> </b:PwsProjectRateTypeSummary> |