POST api/Banks/SavePreBalance
Request Information
URI Parameters
None.
Body Parameters
PPCashDeskClosing| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TerminalId | string |
None. |
|
| User | string |
None. |
|
| CreationDate | date |
None. |
|
| SerializedTransaction | string |
None. |
|
| Type | string |
None. |
|
| Internal | integer |
None. |
|
| IsApproved | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TerminalId": "sample string 2",
"User": "sample string 3",
"CreationDate": "2025-12-05T22:06:36.6404597-06:00",
"SerializedTransaction": "sample string 5",
"Type": "sample string 6",
"Internal": 7,
"IsApproved": true
}
application/xml, text/xml
Sample:
<PPCashDeskClosing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS"> <CreationDate>2025-12-05T22:06:36.6404597-06:00</CreationDate> <Id>1</Id> <Internal>7</Internal> <IsApproved>true</IsApproved> <SerializedTransaction>sample string 5</SerializedTransaction> <TerminalId>sample string 2</TerminalId> <Type>sample string 6</Type> <User>sample string 3</User> </PPCashDeskClosing>
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. |