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": "f219921c-0b1f-4a85-a8b0-06711087d047",
"BranchID": "ca4bed5f-5bda-4303-8f27-1c942acae0d5"
}
application/xml, text/xml
Sample:
<POSGetDenominationsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchID>ca4bed5f-5bda-4303-8f27-1c942acae0d5</BranchID> <RestaurantID>f219921c-0b1f-4a85-a8b0-06711087d047</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. |