POST api/PaymentPOSOrderV1/PayOrderZeroAmount
Request Information
URI Parameters
None.
Body Parameters
POSOrderV1_PayZeroAmountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | globally unique identifier |
None. |
|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
|
| CounterIDF | globally unique identifier |
None. |
|
| CounterBalanceHistoryIDF | globally unique identifier |
None. |
|
| CustomerIDF | globally unique identifier |
None. |
|
| PaidAmount | decimal number |
None. |
|
| PaymentGatewayIDF | globally unique identifier |
None. |
|
| PaymentGatewaySettingIDF | globally unique identifier |
None. |
|
| PaymentStatus | string |
None. |
|
| PayAmountCash | decimal number |
None. |
|
| DueAmountCash | decimal number |
None. |
|
| ReturnAmountCash | decimal number |
None. |
|
| UserIDF | globally unique identifier |
None. |
|
| TransactionID | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseData | string |
None. |
|
| RequestData | string |
None. |
|
| AdditionalNotes | string |
None. |
|
| PackagingName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": "da188092-3779-4813-95ec-3ee7abb3bb62",
"RestaurantIDF": "7f46506a-e579-4e1e-a85b-b962382172a8",
"BranchIDF": "9184de74-95dd-47ec-9842-10797b28412d",
"CounterIDF": "4ac4d56d-8733-4fda-821f-70f0e2eecd74",
"CounterBalanceHistoryIDF": "535db15b-a36a-49a2-95be-0b060a2694e8",
"CustomerIDF": "bd2f8695-4e09-46ec-8072-38be919dbec6",
"PaidAmount": 4.0,
"PaymentGatewayIDF": "15ac5e98-47a2-44d5-a567-9a12673211a9",
"PaymentGatewaySettingIDF": "e2377334-a14d-4eb1-9a5e-92e4ec93692e",
"PaymentStatus": "sample string 5",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0,
"UserIDF": "e82cf799-d221-423f-a3dc-0a9a447b3a02",
"TransactionID": "sample string 7",
"ResponseCode": "sample string 8",
"ResponseMessage": "sample string 9",
"ResponseData": "sample string 10",
"RequestData": "sample string 11",
"AdditionalNotes": "sample string 12",
"PackagingName": "sample string 13"
}
application/xml, text/xml
Sample:
<POSOrderV1_PayZeroAmountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <AdditionalNotes>sample string 12</AdditionalNotes> <BranchIDF>9184de74-95dd-47ec-9842-10797b28412d</BranchIDF> <CounterBalanceHistoryIDF>535db15b-a36a-49a2-95be-0b060a2694e8</CounterBalanceHistoryIDF> <CounterIDF>4ac4d56d-8733-4fda-821f-70f0e2eecd74</CounterIDF> <CustomerIDF>bd2f8695-4e09-46ec-8072-38be919dbec6</CustomerIDF> <DueAmountCash>1</DueAmountCash> <OrderID>da188092-3779-4813-95ec-3ee7abb3bb62</OrderID> <PackagingName>sample string 13</PackagingName> <PaidAmount>4</PaidAmount> <PayAmountCash>1</PayAmountCash> <PaymentGatewayIDF>15ac5e98-47a2-44d5-a567-9a12673211a9</PaymentGatewayIDF> <PaymentGatewaySettingIDF>e2377334-a14d-4eb1-9a5e-92e4ec93692e</PaymentGatewaySettingIDF> <PaymentStatus>sample string 5</PaymentStatus> <RequestData>sample string 11</RequestData> <ResponseCode>sample string 8</ResponseCode> <ResponseData>sample string 10</ResponseData> <ResponseMessage>sample string 9</ResponseMessage> <RestaurantIDF>7f46506a-e579-4e1e-a85b-b962382172a8</RestaurantIDF> <ReturnAmountCash>1</ReturnAmountCash> <TransactionID>sample string 7</TransactionID> <UserIDF>e82cf799-d221-423f-a3dc-0a9a447b3a02</UserIDF> </POSOrderV1_PayZeroAmountRequest>
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. |