POST api/UnitDepartment/List
获取部门[所有下级]
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": "168a36d8-9ce8-427b-9f54-af0ec6ac72cc", "ParentID": "73399a62-bc3f-4d19-8ff7-112af5b39a57" }
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. |