POST api/AmsMobile/MBLGetAccountList
Request Information
URI Parameters
None.
Body Parameters
clsGetAccountList| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaID | integer |
None. |
|
| BranchID | integer |
None. |
|
| IsUnpaid | integer |
None. |
|
| AssociateID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AreaID": 1,
"BranchID": 1,
"IsUnpaid": 1,
"AssociateID": 1
}
application/xml, text/xml
Sample:
<clsGetAccountList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AreaID>1</AreaID> <AssociateID>1</AssociateID> <BranchID>1</BranchID> <IsUnpaid>1</IsUnpaid> </clsGetAccountList>
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. |