POST api/v1/Redemption/OrderCancellation
Request Information
URI Parameters
None.
Body Parameters
RedemptionCancellationMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| attributes | RedemptionCancellation |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 2",
"id": "sample string 1",
"attributes": {
"comments": "sample string 1"
}
}
application/xml, text/xml
Sample:
<RedemptionCancellationMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Type>sample string 2</Type>
<OrderUniqueId>sample string 1</OrderUniqueId>
<Attributes>
<Comments>sample string 1</Comments>
</Attributes>
</RedemptionCancellationMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RedemptionOrderResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| id | string |
None. |
|
| attributes | RedemptionOrder |
None. |
|
| CustomValues | Dictionary of string [key] and string [value] |
None. |
|
| CustomValuesSpecified | boolean |
None. |
|
| Errors | Collection of IPartnerResponseMessageError |
None. |
|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |