POST api/Customer/CheckLoyaltyPointsEligibility
Request Information
URI Parameters
None.
Body Parameters
POSLoyaltyPointsEligibilityRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
None. |
|
| RedeemPoints | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantID": "66c7c1ff-9e27-4d2d-89dc-e01873b96aa8",
"CustomerID": "09f07a7b-42ce-4b57-b049-4b985d6bd65d",
"RedeemPoints": 3
}
application/xml, text/xml
Sample:
<POSLoyaltyPointsEligibilityRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CustomerID>09f07a7b-42ce-4b57-b049-4b985d6bd65d</CustomerID> <RedeemPoints>3</RedeemPoints> <RestaurantID>66c7c1ff-9e27-4d2d-89dc-e01873b96aa8</RestaurantID> </POSLoyaltyPointsEligibilityRequestClass>
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. |