...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ResourceTypeCode | String (20) | One of ResourceTypeCode, ResourceTypeName or ResourceTypeUid is required | The resource type code is a unique identifier for a resource type | FTE |
ResourceTypeId | Int32 | No | The resource type Id is a unique identifier for a resource type. For internal use only. | |
ResourceTypeName | String (50) | See ResourceTypeCode | The resource type name is a unique identifier for a resource type | Full Time Employee |
ResourceTypeUid | Int64 | See ResoruceTypeCode | The resource type Uid is a unique and immutable identifier for a resource type | 1152921504606847348 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ResourceTypeIdentity> <b:ResourceTypeCode>FTE</b:ResourceTypeCode> <b:ResourceTypeId i:nil="true"/> <b:ResourceTypeName>Full Time Employee</b:ResourceTypeName> <b:ResourceTypeUid>1152921504606847348</b:ResourceTypeUid> </b:ResourceTypeIdentity> |