POST api/v1/PaymentTally
Request Information
URI Parameters
None.
Body Parameters
CounterSaleSummaryInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TranDate | date |
None. |
|
| OutletID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TranDate": "2025-12-06T09:58:20.7683834+05:30",
"OutletID": 2
}
application/xml, text/xml
Sample:
<CounterSaleSummaryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <OutletID>2</OutletID> <TranDate>2025-12-06T09:58:20.7683834+05:30</TranDate> </CounterSaleSummaryInput>
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. |