GET api/v2/Account/GetUserCompanyDepartment
Request Information
URI Parameters
None.
Body Parameters
UserCompanyDepartmentModels| Name | Description | Type | Additional information |
|---|---|---|---|
| intUserCompanyDepartmentID | integer |
None. |
|
| UserId | string |
None. |
|
| intCompDepID | integer |
None. |
|
| IsActive | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"intUserCompanyDepartmentID": 1,
"UserId": "sample string 2",
"intCompDepID": 3,
"IsActive": 4
}
application/xml, text/xml
Sample:
<UserCompanyDepartmentModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS2.WMSWebApiV2.Models"> <IsActive>4</IsActive> <UserId>sample string 2</UserId> <intCompDepID>3</intCompDepID> <intUserCompanyDepartmentID>1</intUserCompanyDepartmentID> </UserCompanyDepartmentModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |