POST api/voucher/getCustomerComplimentaryProgress
Request Information
URI Parameters
None.
Body Parameters
POSGetComplimentaryVoucherProgressRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | globally unique identifier |
None. |
|
| RestaurantID | globally unique identifier |
None. |
|
| BranchID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "d9db8b7e-36e5-4940-af59-31eff904785d",
"RestaurantID": "97c48b46-b712-46aa-81ed-6b1da9b3bb2c",
"BranchID": "d47ad547-dba3-46e5-bb29-f1938b967629"
}
application/xml, text/xml
Sample:
<POSGetComplimentaryVoucherProgressRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchID>d47ad547-dba3-46e5-bb29-f1938b967629</BranchID> <CustomerID>d9db8b7e-36e5-4940-af59-31eff904785d</CustomerID> <RestaurantID>97c48b46-b712-46aa-81ed-6b1da9b3bb2c</RestaurantID> </POSGetComplimentaryVoucherProgressRequestClass>
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. |