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": "71ceb326-7e26-49a1-b6c4-f9822e68a262",
"BranchIDF": "29ccb497-10c2-4b0c-a31b-53741c74b4e3"
}
application/xml, text/xml
Sample:
<POSPaymentTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>29ccb497-10c2-4b0c-a31b-53741c74b4e3</BranchIDF> <RestaurantIDF>71ceb326-7e26-49a1-b6c4-f9822e68a262</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. |