POST topuppayment/single

Request Information

URI Parameters

None.

Body Parameters

SalePaymentReq
NameDescriptionTypeAdditional information
id

string

None.

transaction_id

string

None.

paid

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "transaction_id": "sample string 2",
  "paid": true
}

application/xml, text/xml

Sample:
<SalePaymentReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models">
  <id>sample string 1</id>
  <paid>true</paid>
  <transaction_id>sample string 2</transaction_id>
</SalePaymentReq>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SalePaymentReq'.

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.