POST api/Paydesk/GetBase64

Request Information

URI Parameters

None.

Body Parameters

PaydeskBalanceModel
NameDescriptionTypeAdditional 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.

Email

string

None.

License

string

None.

AmountCOL

decimal number

None.

AmountUSD

decimal number

None.

UrlReport

string

None.

ExchangeRate

decimal number

None.

Currency

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "sample string 2",
  "UserSignature": 3,
  "CreationDate": "2024-09-18T18:56:50.9098947-06:00",
  "Cash": 5.1,
  "Cards": 6.1,
  "CardsPinpad": 7.1,
  "Transfer": 8.1,
  "CashflowIncomme": 9.1,
  "CashflowEgress": 10.1,
  "Email": "sample string 11",
  "License": "sample string 12",
  "AmountCOL": 13.0,
  "AmountUSD": 14.0,
  "UrlReport": "sample string 15",
  "ExchangeRate": 16.0,
  "Currency": "sample string 17"
}

application/xml, text/xml

Sample:
<PaydeskBalanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS">
  <AmountCOL>13</AmountCOL>
  <AmountUSD>14</AmountUSD>
  <Cards>6.1</Cards>
  <CardsPinpad>7.1</CardsPinpad>
  <Cash>5.1</Cash>
  <CashflowEgress>10.1</CashflowEgress>
  <CashflowIncomme>9.1</CashflowIncomme>
  <CreationDate>2024-09-18T18:56:50.9098947-06:00</CreationDate>
  <Currency>sample string 17</Currency>
  <Email>sample string 11</Email>
  <ExchangeRate>16</ExchangeRate>
  <Id>1</Id>
  <License>sample string 12</License>
  <Transfer>8.1</Transfer>
  <UrlReport>sample string 15</UrlReport>
  <UserId>sample string 2</UserId>
  <UserSignature>3</UserSignature>
</PaydeskBalanceModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.