POST api/Counter/getDenominations
Request Information
URI Parameters
None.
Body Parameters
POSGetDenominationsRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | globally unique identifier |
None. |
|
| BranchID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantID": "db346e07-9d7b-4635-bd16-77973befcdf3",
"BranchID": "0acaef35-7b2e-4a8c-9ad8-203c52ee025a"
}
application/xml, text/xml
Sample:
<POSGetDenominationsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchID>0acaef35-7b2e-4a8c-9ad8-203c52ee025a</BranchID> <RestaurantID>db346e07-9d7b-4635-bd16-77973befcdf3</RestaurantID> </POSGetDenominationsRequestClass>
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. |