POST api/Customer/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": "d387e103-bc63-481f-ba4a-ad9c812c150a",
"RestaurantID": "93a32bc0-d192-4b13-b63f-da270effd369",
"OrderID": "515090a0-ab90-4efa-a8f8-6ac7eae15c82"
}
application/xml, text/xml
Sample:
<POSLoyaltyPointsReverseRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CustomerID>d387e103-bc63-481f-ba4a-ad9c812c150a</CustomerID> <OrderID>515090a0-ab90-4efa-a8f8-6ac7eae15c82</OrderID> <RestaurantID>93a32bc0-d192-4b13-b63f-da270effd369</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. |