Overview
This structure includes basic information about a department. The information represented in this structure is not comprehensive and only includes certain key attributes of a department.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
DepartmentId | Int32 | The department id is a unique identifier for a department. For internal use only. | |
DepartmentName | String (50) | The department name is a unique identifier for a department. | Technology |
DepartmentUid | Int64 | A unique and immutable identifier for a project rate type. | 1152921504606851320 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsDepartmentSummary> <b:DepartmentId i:nil="true"/> <b:DepartmentName>Technology</b:DepartmentName> <b:DepartmentUid>1152921504606851320</b:DepartmentUid> </b:PwsDepartmentSummary> |