Departments
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Departments
Represents a queryable department.
GUID
b70b9b65-d77e-4e00-99ad-ddefce8ab14e
Required permission
Show departments
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the department. |
|
Code | String | The human readable code of the department.
|
|
Description | String | The translated description of the department. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}