POST api/voucher/getCustomerAvailableVouchers
Request Information
URI Parameters
None.
Body Parameters
POSGetCustomerAvailableVouchersRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantID": "7843e9cb-c221-4229-8ec8-40ad9f5beb73",
"CustomerID": "965dfa83-01b3-44fc-a5f5-c95ac045aab2"
}
application/xml, text/xml
Sample:
<POSGetCustomerAvailableVouchersRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CustomerID>965dfa83-01b3-44fc-a5f5-c95ac045aab2</CustomerID> <RestaurantID>7843e9cb-c221-4229-8ec8-40ad9f5beb73</RestaurantID> </POSGetCustomerAvailableVouchersRequestClass>
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. |