...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
DepartmentId | Int32 | No | The department Id is a unique identifier for a department. For internal use only. | ||
DepartmentName | String (50) | One of DepartmentName or DepartmentUid is required | The department name is a unique identifier for a department | Executive Team | |
DepartmentUid | Int64 | See DepartmentName | The department Uid is a unique and immutable identifier for a department | 1152921504606854181 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:DepartmentIdentity> <com:DepartmentName>Executive Team</com:DepartmentName> <com:DepartmentUid>1152921504606854181</com:DepartmentUid> </com:DepartmentIdentity> |