POST api/UnitDepartment/ListByParentID
获取部门[下一级]
Request Information
URI Parameters
None.
Body Parameters
ParentIDInputName | Description | Type | Additional information |
---|---|---|---|
UnitID |
单位编号 |
globally unique identifier |
None. |
ParentID |
上级部门编号 |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UnitID": "44bddb1b-04a5-431e-9a6f-72a4c8fb692a", "ParentID": "3c90d9d8-1a7f-4066-aa50-a14f35dec6a9" }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |