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": "b305bd07-5d3b-4e2e-9f7f-6d3f561d2f80",
"BranchIDF": "53f366c2-589b-4516-9fed-ca263bbdea88"
}
application/xml, text/xml
Sample:
<POSPaymentTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>53f366c2-589b-4516-9fed-ca263bbdea88</BranchIDF> <RestaurantIDF>b305bd07-5d3b-4e2e-9f7f-6d3f561d2f80</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. |