Overview
This structure includes basic information about a Role Type. The information represented in this structure is not comprehensive and only includes certain key attributes of a Role Type deemed to be useful in a listing of role types.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
RoleTypeId | Int32 | No | The role type Id is a unique identifier for a role type. For internal use only. | |
RoleTypeName | String | One of RoleTypeName or RoleTypeUid is required | The role type number is a unique identifier for a role type. | Finance - USA |
RoleTypeUid | Int64 | See RoleTypeName | The role type name is a unique identifier for a role type. | 1152921504606847002 |
Description | String | No | The role type description | A finance department is the unit of a business responsible for obtaining and handling any monies on behalf of the organization. The department controls the income and expenditure in addition to ensuring effective business running with minimum disruptions. |
InactiveFlag | Boolean | No | If set to 'true' the role type has a status of "Inactive", if set to 'false' the client has a status of "Active". | false |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsRoleTypeSummary> <b:RoleTypeId i:nil="true"/> <b:RoleTypeName>Finance - USA</b:RoleTypeName> <b:RoleTypeUid>1152921504606847002</b:RoleTypeUid> <b:Description>A finance department is the unit of a business responsible for obtaining and handling any monies on behalf of the organization. The department controls the income and expenditure in addition to ensuring effective business running with minimum disruptions.</b:Description> <b:InactiveFlag>false</b:InactiveFlag> </b:PwsRoleTypeSummary> |