POST api/POSPayment/GetPaymentType
Request Information
URI Parameters
None.
Body Parameters
POSPaymentTypeRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantIDF": "f9139922-73d8-46c9-969d-1eb722b3c2c8",
"BranchIDF": "c6d52382-c4a9-4d8b-aa66-5e6d6ab30ee3"
}
application/xml, text/xml
Sample:
<POSPaymentTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>c6d52382-c4a9-4d8b-aa66-5e6d6ab30ee3</BranchIDF> <RestaurantIDF>f9139922-73d8-46c9-969d-1eb722b3c2c8</RestaurantIDF> </POSPaymentTypeRequestClass>
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. |