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": "58910056-68c4-4803-9cba-c8881455f3ca",
"BranchIDF": "de5d9e39-b2a9-44cb-93dc-847575086d2a"
}
application/xml, text/xml
Sample:
<POSPaymentTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>de5d9e39-b2a9-44cb-93dc-847575086d2a</BranchIDF> <RestaurantIDF>58910056-68c4-4803-9cba-c8881455f3ca</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. |