POST api/Paydesk/PostPaydeskBalance
Request Information
URI Parameters
None.
Body Parameters
PaydeskBalanceName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | string |
None. |
|
UserSignature | integer |
None. |
|
CreationDate | date |
None. |
|
Cash | decimal number |
None. |
|
Cards | decimal number |
None. |
|
CardsPinpad | decimal number |
None. |
|
Transfer | decimal number |
None. |
|
CashflowIncomme | decimal number |
None. |
|
CashflowEgress | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": "sample string 2", "UserSignature": 3, "CreationDate": "2025-09-29T14:46:52.4074845-06:00", "Cash": 5.1, "Cards": 6.1, "CardsPinpad": 7.1, "Transfer": 8.1, "CashflowIncomme": 9.1, "CashflowEgress": 10.1 }
application/xml, text/xml
Sample:
<PaydeskBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS"> <Cards>6.1</Cards> <CardsPinpad>7.1</CardsPinpad> <Cash>5.1</Cash> <CashflowEgress>10.1</CashflowEgress> <CashflowIncomme>9.1</CashflowIncomme> <CreationDate>2025-09-29T14:46:52.4074845-06:00</CreationDate> <Id>1</Id> <Transfer>8.1</Transfer> <UserId>sample string 2</UserId> <UserSignature>3</UserSignature> </PaydeskBalance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |