POST api/Banks/GetCashDeskClosings
Request Information
URI Parameters
None.
Body Parameters
PPBalanceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
None. |
|
| To | date |
None. |
|
| TerminalId | string |
None. |
|
| DocumentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "2025-12-05T22:07:49.2934175-06:00",
"To": "2025-12-05T22:07:49.2934175-06:00",
"TerminalId": "sample string 3",
"DocumentType": "sample string 4"
}
application/xml, text/xml
Sample:
<PPBalanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS"> <DocumentType>sample string 4</DocumentType> <From>2025-12-05T22:07:49.2934175-06:00</From> <TerminalId>sample string 3</TerminalId> <To>2025-12-05T22:07:49.2934175-06:00</To> </PPBalanceRequest>
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. |