POST Prize/History
Request Information
URI Parameters
None.
Body Parameters
PrizeHistoryRequestName | Description | Type | Additional information |
---|---|---|---|
CategoryID | integer |
None. |
|
Option | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CategoryID": 1, "Option": 2 }
application/xml, text/xml
Sample:
<PrizeHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <CategoryID>1</CategoryID> <Option>2</Option> </PrizeHistoryRequest>
application/x-www-form-urlencoded
Sample:
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. |