POST api/v1/OutstandingListReport
Request Information
URI Parameters
None.
Body Parameters
OutstaningListReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| PartyType | string |
None. |
|
| PartyID | integer |
None. |
|
| OutletID | integer |
None. |
|
| Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartyType": "sample string 1",
"PartyID": 2,
"OutletID": 3,
"Mode": "sample string 4"
}
application/xml, text/xml
Sample:
<OutstaningListReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Mode>sample string 4</Mode> <OutletID>3</OutletID> <PartyID>2</PartyID> <PartyType>sample string 1</PartyType> </OutstaningListReportInput>
application/x-www-form-urlencoded
Sample:
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. |