POST api/v1/PrintCardHistoryCashier
Request Information
URI Parameters
None.
Body Parameters
PrintCashierInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CashierID | integer |
None. |
|
| PrintDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CashierID": 1,
"PrintDate": "2025-12-10T12:36:25.4173623+05:30"
}
application/xml, text/xml
Sample:
<PrintCashierInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CashierID>1</CashierID> <PrintDate>2025-12-10T12:36:25.4173623+05:30</PrintDate> </PrintCashierInput>
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. |