POST RocketCardAdmin/ReversePurchase
Request Information
URI Parameters
None.
Body Parameters
PurchaseRocketCardRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonID | integer |
None. |
|
| RocketCardID | integer |
None. |
|
| Amount | string |
None. |
|
| PurchaseID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonID": 1,
"RocketCardID": 2,
"Amount": "sample string 3",
"PurchaseID": 4
}
application/xml, text/xml
Sample:
<PurchaseRocketCardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <Amount>sample string 3</Amount> <PersonID>1</PersonID> <PurchaseID>4</PurchaseID> <RocketCardID>2</RocketCardID> </PurchaseRocketCardRequest>
application/x-www-form-urlencoded
Sample:
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. |