POST WEvalBiz/RequestDepart
Request Information
URI Parameters
None.
Body Parameters
DepartUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceCode | string |
None. |
|
| CompanyId | string |
None. |
|
| CompanyCode | string |
None. |
|
| IsIncludeUser | boolean |
None. |
|
| IsRecursiveChildCompany | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SourceCode": "sample string 1",
"CompanyId": "sample string 2",
"CompanyCode": "sample string 3",
"IsIncludeUser": true,
"IsRecursiveChildCompany": true
}
application/xml, text/xml
Sample:
<DepartUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <CompanyCode>sample string 3</CompanyCode> <CompanyId>sample string 2</CompanyId> <IsIncludeUser>true</IsIncludeUser> <IsRecursiveChildCompany>true</IsRecursiveChildCompany> <SourceCode>sample string 1</SourceCode> </DepartUserRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfDepartUserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | DepartUserResponse |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.