POST api/AppOffers/ReverseLoyaltyRedemption
Request Information
URI Parameters
None.
Body Parameters
POSLoyaltyPointsReverseRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | globally unique identifier |
None. |
|
| RestaurantID | globally unique identifier |
None. |
|
| OrderID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "9e51fe74-3a49-4e6a-b511-5645aa9dd6a6",
"RestaurantID": "aee7ea39-d515-48aa-99a7-5c26f891b9ac",
"OrderID": "1fc5917b-2ba4-4f74-88f3-2da83772320f"
}
application/xml, text/xml
Sample:
<POSLoyaltyPointsReverseRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CustomerID>9e51fe74-3a49-4e6a-b511-5645aa9dd6a6</CustomerID> <OrderID>1fc5917b-2ba4-4f74-88f3-2da83772320f</OrderID> <RestaurantID>aee7ea39-d515-48aa-99a7-5c26f891b9ac</RestaurantID> </POSLoyaltyPointsReverseRequestClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |