POST services/api/v1/Get_DepartmentsByCode

Request Information

URI Parameters

None.

Body Parameters

Code_ItemType
NameDescriptionTypeAdditional information
Code

string

None.

ItemType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "ItemType": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DepartmentLevels
NameDescriptionTypeAdditional information
DeptId

integer

None.

CatId

integer

None.

SubCatId

integer

None.

DeptName

string

None.

CateName

string

None.

SubCateName

string

None.

Code

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DeptId": 1,
  "CatId": 2,
  "SubCatId": 3,
  "DeptName": "sample string 4",
  "CateName": "sample string 5",
  "SubCateName": "sample string 6",
  "Code": "sample string 7"
}