POST api/Department/Details

Retrieve information about a specific department

Request Information

URI Parameters

None.

Body Parameters

DepartmentDetailRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.