POST api/Department/Details
Retrieve information about a specific department
Request Information
URI Parameters
None.
Body Parameters
DepartmentDetailRequestName | Description | Type | Additional information |
---|---|---|---|
Language |
The UI language as specified by ISO 639-1 |
string |
Required |
DeviceId |
The device's ID |
string |
Required |
Id |
The department's ID |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Language": "da", "DeviceId": "sample string 1", "Id": "sample string 2" }
Response Information
Resource Description
Detailed information about the department
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.