POST api/POSOrder/ProcessMultipleOrders
Request Information
URI Parameters
None.
Body Parameters
POSOrderDetailsClass| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderDetailList | Collection of POSOrderDetailClass |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderDetailList": [
{
"OrderIDP": "a27fb4f4-07d5-4959-ab7e-1c6ba3bc323f",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "019cbe69-f540-487f-89fc-2849637994c7",
"BranchIDF": "7c606acd-912d-41db-bad8-a1a7dcf6ce38",
"SeatIDF": "408f6c74-a29b-4cdb-9f2b-a32b533d3c4a",
"CustomerIDF": "1e733c95-8a81-48e0-96a9-c5365747440a",
"CounterIDF": "cde1b99d-3479-488a-aa97-fdf0d6ac2688",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "19e19594-4953-4e0d-986a-7ff9d89b89e8",
"MenuItemIDF": "211ee60e-d907-466a-8dcc-e208b591dca9",
"VariantIDF": "fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c",
"Quantity": 4,
"DiscountPercentage": 5.0,
"ItemName": "sample string 6",
"ItemVariantName": "sample string 7",
"ItemTaxPercent": 8.0,
"AllModifierPrices": "sample string 9",
"AllModifierIDFs": "sample string 10",
"VariantPrice": 11.0,
"ItemDiscountPrice": 12.0,
"DiscountedItemAmount": 13.0,
"DiscountedItemTotalAmount": 14.0,
"ItemTaxPrice": 15.0,
"ItemTotal": 16.0,
"ItemTotalTaxPrice": 17.0,
"ItemModifierTotal": 18.0,
"ItemDiscountPriceTotal": 19.0,
"TotalItemAmount": 20.0,
"ItemAdditionalNotes": "sample string 21"
},
{
"OrderDetailIDP": "19e19594-4953-4e0d-986a-7ff9d89b89e8",
"MenuItemIDF": "211ee60e-d907-466a-8dcc-e208b591dca9",
"VariantIDF": "fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c",
"Quantity": 4,
"DiscountPercentage": 5.0,
"ItemName": "sample string 6",
"ItemVariantName": "sample string 7",
"ItemTaxPercent": 8.0,
"AllModifierPrices": "sample string 9",
"AllModifierIDFs": "sample string 10",
"VariantPrice": 11.0,
"ItemDiscountPrice": 12.0,
"DiscountedItemAmount": 13.0,
"DiscountedItemTotalAmount": 14.0,
"ItemTaxPrice": 15.0,
"ItemTotal": 16.0,
"ItemTotalTaxPrice": 17.0,
"ItemModifierTotal": 18.0,
"ItemDiscountPriceTotal": 19.0,
"TotalItemAmount": 20.0,
"ItemAdditionalNotes": "sample string 21"
}
],
"KOTMenu": [
{
"IsCancelOrder": true,
"OrderDetailIDP": "1ff040bc-7d83-4d1b-a838-3f1238585059",
"MenuItemIDF": "16bb834b-8017-4781-b64f-75db415bf0b0",
"VariantIDF": "85edf0a5-7aeb-4758-9975-956980795eca",
"Quantity": 5,
"DiscountPercentage": 6.0,
"ItemName": "sample string 7",
"ItemVariantName": "sample string 8",
"ItemTaxPercent": 9.0,
"AllModifierPrices": "sample string 10",
"AllModifierIDFs": "sample string 11",
"VariantPrice": 12.0,
"ItemDiscountPrice": 13.0,
"DiscountedItemAmount": 14.0,
"DiscountedItemTotalAmount": 15.0,
"ItemTaxPrice": 16.0,
"ItemTotal": 17.0,
"ItemTotalTaxPrice": 18.0,
"ItemModifierTotal": 19.0,
"ItemDiscountPriceTotal": 20.0,
"TotalItemAmount": 21.0,
"ItemAdditionalNotes": "sample string 22"
},
{
"IsCancelOrder": true,
"OrderDetailIDP": "1ff040bc-7d83-4d1b-a838-3f1238585059",
"MenuItemIDF": "16bb834b-8017-4781-b64f-75db415bf0b0",
"VariantIDF": "85edf0a5-7aeb-4758-9975-956980795eca",
"Quantity": 5,
"DiscountPercentage": 6.0,
"ItemName": "sample string 7",
"ItemVariantName": "sample string 8",
"ItemTaxPercent": 9.0,
"AllModifierPrices": "sample string 10",
"AllModifierIDFs": "sample string 11",
"VariantPrice": 12.0,
"ItemDiscountPrice": 13.0,
"DiscountedItemAmount": 14.0,
"DiscountedItemTotalAmount": 15.0,
"ItemTaxPrice": 16.0,
"ItemTotal": 17.0,
"ItemTotalTaxPrice": 18.0,
"ItemModifierTotal": 19.0,
"ItemDiscountPriceTotal": 20.0,
"TotalItemAmount": 21.0,
"ItemAdditionalNotes": "sample string 22"
}
],
"OrderTax": [
{
"OrderTaxIDP": "ce183fc1-8fb7-4527-b0c0-0637542b0757",
"TaxIDF": "3665c6f7-0346-459b-8b4c-73496e3d722e",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "ce183fc1-8fb7-4527-b0c0-0637542b0757",
"TaxIDF": "3665c6f7-0346-459b-8b4c-73496e3d722e",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
}
],
"PaymentResponse": [
{
"TransactionID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseMessage": "sample string 3",
"PaymentStatus": "sample string 4",
"PaidAmount": 5.0,
"RequestData": "sample string 6",
"ResponseData": "sample string 7",
"PaymentGatewayNo": "sample string 8",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
},
{
"TransactionID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseMessage": "sample string 3",
"PaymentStatus": "sample string 4",
"PaidAmount": 5.0,
"RequestData": "sample string 6",
"ResponseData": "sample string 7",
"PaymentGatewayNo": "sample string 8",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
}
],
"QuantityTotal": 12,
"ItemTotal": 13.0,
"ModifierTotal": 14.0,
"DiscountTotal": 15.0,
"ItemTaxTotal": 16.0,
"SubTotal": 17.0,
"TaxAmountTotal": 18.0,
"TotalAmount": 19.0,
"AdjustedAmount": 1.0,
"GrandTotal": 20.0,
"AdditionalNotes": "sample string 21",
"PaymentGatewayIDF": "56550afa-e0de-4f99-8219-56742396fd90",
"PaymentGatewaySettingIDF": "ff690998-fe37-4c20-8064-f954a2002e4d",
"PaymentGatewayNo": 1,
"PaymentStatus": "sample string 24",
"TableNo": "sample string 25",
"Email": "sample string 26",
"PhoneNumber": "sample string 27",
"Name": "sample string 28",
"PhoneCountryCode": "sample string 29",
"UserIDF": "e3078358-0ead-482e-830d-c70766cfba7f",
"CounterBalanceHistoryIDF": "4234252a-e6c6-447a-a461-62f62c4c5c27",
"PackagingName": "sample string 32",
"EnvironmentType": 33,
"SequentialOrderID": "sample string 34",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
},
{
"OrderIDP": "a27fb4f4-07d5-4959-ab7e-1c6ba3bc323f",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "019cbe69-f540-487f-89fc-2849637994c7",
"BranchIDF": "7c606acd-912d-41db-bad8-a1a7dcf6ce38",
"SeatIDF": "408f6c74-a29b-4cdb-9f2b-a32b533d3c4a",
"CustomerIDF": "1e733c95-8a81-48e0-96a9-c5365747440a",
"CounterIDF": "cde1b99d-3479-488a-aa97-fdf0d6ac2688",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "19e19594-4953-4e0d-986a-7ff9d89b89e8",
"MenuItemIDF": "211ee60e-d907-466a-8dcc-e208b591dca9",
"VariantIDF": "fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c",
"Quantity": 4,
"DiscountPercentage": 5.0,
"ItemName": "sample string 6",
"ItemVariantName": "sample string 7",
"ItemTaxPercent": 8.0,
"AllModifierPrices": "sample string 9",
"AllModifierIDFs": "sample string 10",
"VariantPrice": 11.0,
"ItemDiscountPrice": 12.0,
"DiscountedItemAmount": 13.0,
"DiscountedItemTotalAmount": 14.0,
"ItemTaxPrice": 15.0,
"ItemTotal": 16.0,
"ItemTotalTaxPrice": 17.0,
"ItemModifierTotal": 18.0,
"ItemDiscountPriceTotal": 19.0,
"TotalItemAmount": 20.0,
"ItemAdditionalNotes": "sample string 21"
},
{
"OrderDetailIDP": "19e19594-4953-4e0d-986a-7ff9d89b89e8",
"MenuItemIDF": "211ee60e-d907-466a-8dcc-e208b591dca9",
"VariantIDF": "fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c",
"Quantity": 4,
"DiscountPercentage": 5.0,
"ItemName": "sample string 6",
"ItemVariantName": "sample string 7",
"ItemTaxPercent": 8.0,
"AllModifierPrices": "sample string 9",
"AllModifierIDFs": "sample string 10",
"VariantPrice": 11.0,
"ItemDiscountPrice": 12.0,
"DiscountedItemAmount": 13.0,
"DiscountedItemTotalAmount": 14.0,
"ItemTaxPrice": 15.0,
"ItemTotal": 16.0,
"ItemTotalTaxPrice": 17.0,
"ItemModifierTotal": 18.0,
"ItemDiscountPriceTotal": 19.0,
"TotalItemAmount": 20.0,
"ItemAdditionalNotes": "sample string 21"
}
],
"KOTMenu": [
{
"IsCancelOrder": true,
"OrderDetailIDP": "1ff040bc-7d83-4d1b-a838-3f1238585059",
"MenuItemIDF": "16bb834b-8017-4781-b64f-75db415bf0b0",
"VariantIDF": "85edf0a5-7aeb-4758-9975-956980795eca",
"Quantity": 5,
"DiscountPercentage": 6.0,
"ItemName": "sample string 7",
"ItemVariantName": "sample string 8",
"ItemTaxPercent": 9.0,
"AllModifierPrices": "sample string 10",
"AllModifierIDFs": "sample string 11",
"VariantPrice": 12.0,
"ItemDiscountPrice": 13.0,
"DiscountedItemAmount": 14.0,
"DiscountedItemTotalAmount": 15.0,
"ItemTaxPrice": 16.0,
"ItemTotal": 17.0,
"ItemTotalTaxPrice": 18.0,
"ItemModifierTotal": 19.0,
"ItemDiscountPriceTotal": 20.0,
"TotalItemAmount": 21.0,
"ItemAdditionalNotes": "sample string 22"
},
{
"IsCancelOrder": true,
"OrderDetailIDP": "1ff040bc-7d83-4d1b-a838-3f1238585059",
"MenuItemIDF": "16bb834b-8017-4781-b64f-75db415bf0b0",
"VariantIDF": "85edf0a5-7aeb-4758-9975-956980795eca",
"Quantity": 5,
"DiscountPercentage": 6.0,
"ItemName": "sample string 7",
"ItemVariantName": "sample string 8",
"ItemTaxPercent": 9.0,
"AllModifierPrices": "sample string 10",
"AllModifierIDFs": "sample string 11",
"VariantPrice": 12.0,
"ItemDiscountPrice": 13.0,
"DiscountedItemAmount": 14.0,
"DiscountedItemTotalAmount": 15.0,
"ItemTaxPrice": 16.0,
"ItemTotal": 17.0,
"ItemTotalTaxPrice": 18.0,
"ItemModifierTotal": 19.0,
"ItemDiscountPriceTotal": 20.0,
"TotalItemAmount": 21.0,
"ItemAdditionalNotes": "sample string 22"
}
],
"OrderTax": [
{
"OrderTaxIDP": "ce183fc1-8fb7-4527-b0c0-0637542b0757",
"TaxIDF": "3665c6f7-0346-459b-8b4c-73496e3d722e",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "ce183fc1-8fb7-4527-b0c0-0637542b0757",
"TaxIDF": "3665c6f7-0346-459b-8b4c-73496e3d722e",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
}
],
"PaymentResponse": [
{
"TransactionID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseMessage": "sample string 3",
"PaymentStatus": "sample string 4",
"PaidAmount": 5.0,
"RequestData": "sample string 6",
"ResponseData": "sample string 7",
"PaymentGatewayNo": "sample string 8",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
},
{
"TransactionID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseMessage": "sample string 3",
"PaymentStatus": "sample string 4",
"PaidAmount": 5.0,
"RequestData": "sample string 6",
"ResponseData": "sample string 7",
"PaymentGatewayNo": "sample string 8",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
}
],
"QuantityTotal": 12,
"ItemTotal": 13.0,
"ModifierTotal": 14.0,
"DiscountTotal": 15.0,
"ItemTaxTotal": 16.0,
"SubTotal": 17.0,
"TaxAmountTotal": 18.0,
"TotalAmount": 19.0,
"AdjustedAmount": 1.0,
"GrandTotal": 20.0,
"AdditionalNotes": "sample string 21",
"PaymentGatewayIDF": "56550afa-e0de-4f99-8219-56742396fd90",
"PaymentGatewaySettingIDF": "ff690998-fe37-4c20-8064-f954a2002e4d",
"PaymentGatewayNo": 1,
"PaymentStatus": "sample string 24",
"TableNo": "sample string 25",
"Email": "sample string 26",
"PhoneNumber": "sample string 27",
"Name": "sample string 28",
"PhoneCountryCode": "sample string 29",
"UserIDF": "e3078358-0ead-482e-830d-c70766cfba7f",
"CounterBalanceHistoryIDF": "4234252a-e6c6-447a-a461-62f62c4c5c27",
"PackagingName": "sample string 32",
"EnvironmentType": 33,
"SequentialOrderID": "sample string 34",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
}
]
}
application/xml, text/xml
Sample:
<POSOrderDetailsClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass">
<OrderDetailList>
<POSOrderDetailClass>
<AdditionalNotes>sample string 21</AdditionalNotes>
<AdjustedAmount>1</AdjustedAmount>
<BranchIDF>7c606acd-912d-41db-bad8-a1a7dcf6ce38</BranchIDF>
<CounterBalanceHistoryIDF>4234252a-e6c6-447a-a461-62f62c4c5c27</CounterBalanceHistoryIDF>
<CounterIDF>cde1b99d-3479-488a-aa97-fdf0d6ac2688</CounterIDF>
<CustomerIDF>1e733c95-8a81-48e0-96a9-c5365747440a</CustomerIDF>
<DiscountTotal>15</DiscountTotal>
<DueAmountCash>1</DueAmountCash>
<Email>sample string 26</Email>
<EnvironmentType>33</EnvironmentType>
<GrandTotal>20</GrandTotal>
<ItemTaxTotal>16</ItemTaxTotal>
<ItemTotal>13</ItemTotal>
<KOTMenu>
<POSKOTMenuClass>
<AllModifierIDFs>sample string 11</AllModifierIDFs>
<AllModifierPrices>sample string 10</AllModifierPrices>
<DiscountPercentage>6</DiscountPercentage>
<DiscountedItemAmount>14</DiscountedItemAmount>
<DiscountedItemTotalAmount>15</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 22</ItemAdditionalNotes>
<ItemDiscountPrice>13</ItemDiscountPrice>
<ItemDiscountPriceTotal>20</ItemDiscountPriceTotal>
<ItemModifierTotal>19</ItemModifierTotal>
<ItemName>sample string 7</ItemName>
<ItemTaxPercent>9</ItemTaxPercent>
<ItemTaxPrice>16</ItemTaxPrice>
<ItemTotal>17</ItemTotal>
<ItemTotalTaxPrice>18</ItemTotalTaxPrice>
<ItemVariantName>sample string 8</ItemVariantName>
<MenuItemIDF>16bb834b-8017-4781-b64f-75db415bf0b0</MenuItemIDF>
<OrderDetailIDP>1ff040bc-7d83-4d1b-a838-3f1238585059</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>85edf0a5-7aeb-4758-9975-956980795eca</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
<POSKOTMenuClass>
<AllModifierIDFs>sample string 11</AllModifierIDFs>
<AllModifierPrices>sample string 10</AllModifierPrices>
<DiscountPercentage>6</DiscountPercentage>
<DiscountedItemAmount>14</DiscountedItemAmount>
<DiscountedItemTotalAmount>15</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 22</ItemAdditionalNotes>
<ItemDiscountPrice>13</ItemDiscountPrice>
<ItemDiscountPriceTotal>20</ItemDiscountPriceTotal>
<ItemModifierTotal>19</ItemModifierTotal>
<ItemName>sample string 7</ItemName>
<ItemTaxPercent>9</ItemTaxPercent>
<ItemTaxPrice>16</ItemTaxPrice>
<ItemTotal>17</ItemTotal>
<ItemTotalTaxPrice>18</ItemTotalTaxPrice>
<ItemVariantName>sample string 8</ItemVariantName>
<MenuItemIDF>16bb834b-8017-4781-b64f-75db415bf0b0</MenuItemIDF>
<OrderDetailIDP>1ff040bc-7d83-4d1b-a838-3f1238585059</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>85edf0a5-7aeb-4758-9975-956980795eca</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>a27fb4f4-07d5-4959-ab7e-1c6ba3bc323f</OrderIDP>
<OrderMenu>
<POSOrderMenuClass>
<AllModifierIDFs>sample string 10</AllModifierIDFs>
<AllModifierPrices>sample string 9</AllModifierPrices>
<DiscountPercentage>5</DiscountPercentage>
<DiscountedItemAmount>13</DiscountedItemAmount>
<DiscountedItemTotalAmount>14</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 21</ItemAdditionalNotes>
<ItemDiscountPrice>12</ItemDiscountPrice>
<ItemDiscountPriceTotal>19</ItemDiscountPriceTotal>
<ItemModifierTotal>18</ItemModifierTotal>
<ItemName>sample string 6</ItemName>
<ItemTaxPercent>8</ItemTaxPercent>
<ItemTaxPrice>15</ItemTaxPrice>
<ItemTotal>16</ItemTotal>
<ItemTotalTaxPrice>17</ItemTotalTaxPrice>
<ItemVariantName>sample string 7</ItemVariantName>
<MenuItemIDF>211ee60e-d907-466a-8dcc-e208b591dca9</MenuItemIDF>
<OrderDetailIDP>19e19594-4953-4e0d-986a-7ff9d89b89e8</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
<POSOrderMenuClass>
<AllModifierIDFs>sample string 10</AllModifierIDFs>
<AllModifierPrices>sample string 9</AllModifierPrices>
<DiscountPercentage>5</DiscountPercentage>
<DiscountedItemAmount>13</DiscountedItemAmount>
<DiscountedItemTotalAmount>14</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 21</ItemAdditionalNotes>
<ItemDiscountPrice>12</ItemDiscountPrice>
<ItemDiscountPriceTotal>19</ItemDiscountPriceTotal>
<ItemModifierTotal>18</ItemModifierTotal>
<ItemName>sample string 6</ItemName>
<ItemTaxPercent>8</ItemTaxPercent>
<ItemTaxPrice>15</ItemTaxPrice>
<ItemTotal>16</ItemTotal>
<ItemTotalTaxPrice>17</ItemTotalTaxPrice>
<ItemVariantName>sample string 7</ItemVariantName>
<MenuItemIDF>211ee60e-d907-466a-8dcc-e208b591dca9</MenuItemIDF>
<OrderDetailIDP>19e19594-4953-4e0d-986a-7ff9d89b89e8</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>ce183fc1-8fb7-4527-b0c0-0637542b0757</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>3665c6f7-0346-459b-8b4c-73496e3d722e</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>ce183fc1-8fb7-4527-b0c0-0637542b0757</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>3665c6f7-0346-459b-8b4c-73496e3d722e</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>56550afa-e0de-4f99-8219-56742396fd90</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>ff690998-fe37-4c20-8064-f954a2002e4d</PaymentGatewaySettingIDF>
<PaymentResponse>
<POSPaymentResponse>
<DueAmountCash>1</DueAmountCash>
<PaidAmount>5</PaidAmount>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayNo>sample string 8</PaymentGatewayNo>
<PaymentStatus>sample string 4</PaymentStatus>
<RequestData>sample string 6</RequestData>
<ResponseCode>sample string 2</ResponseCode>
<ResponseData>sample string 7</ResponseData>
<ResponseMessage>sample string 3</ResponseMessage>
<ReturnAmountCash>1</ReturnAmountCash>
<TransactionID>sample string 1</TransactionID>
</POSPaymentResponse>
<POSPaymentResponse>
<DueAmountCash>1</DueAmountCash>
<PaidAmount>5</PaidAmount>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayNo>sample string 8</PaymentGatewayNo>
<PaymentStatus>sample string 4</PaymentStatus>
<RequestData>sample string 6</RequestData>
<ResponseCode>sample string 2</ResponseCode>
<ResponseData>sample string 7</ResponseData>
<ResponseMessage>sample string 3</ResponseMessage>
<ReturnAmountCash>1</ReturnAmountCash>
<TransactionID>sample string 1</TransactionID>
</POSPaymentResponse>
</PaymentResponse>
<PaymentStatus>sample string 24</PaymentStatus>
<PhoneCountryCode>sample string 29</PhoneCountryCode>
<PhoneNumber>sample string 27</PhoneNumber>
<QuantityTotal>12</QuantityTotal>
<RestaurantIDF>019cbe69-f540-487f-89fc-2849637994c7</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>408f6c74-a29b-4cdb-9f2b-a32b533d3c4a</SeatIDF>
<SequentialOrderID>sample string 34</SequentialOrderID>
<SubTotal>17</SubTotal>
<TableNo>sample string 25</TableNo>
<TaxAmountTotal>18</TaxAmountTotal>
<TotalAmount>19</TotalAmount>
<TrackingOrderID>sample string 2</TrackingOrderID>
<UserIDF>e3078358-0ead-482e-830d-c70766cfba7f</UserIDF>
</POSOrderDetailClass>
<POSOrderDetailClass>
<AdditionalNotes>sample string 21</AdditionalNotes>
<AdjustedAmount>1</AdjustedAmount>
<BranchIDF>7c606acd-912d-41db-bad8-a1a7dcf6ce38</BranchIDF>
<CounterBalanceHistoryIDF>4234252a-e6c6-447a-a461-62f62c4c5c27</CounterBalanceHistoryIDF>
<CounterIDF>cde1b99d-3479-488a-aa97-fdf0d6ac2688</CounterIDF>
<CustomerIDF>1e733c95-8a81-48e0-96a9-c5365747440a</CustomerIDF>
<DiscountTotal>15</DiscountTotal>
<DueAmountCash>1</DueAmountCash>
<Email>sample string 26</Email>
<EnvironmentType>33</EnvironmentType>
<GrandTotal>20</GrandTotal>
<ItemTaxTotal>16</ItemTaxTotal>
<ItemTotal>13</ItemTotal>
<KOTMenu>
<POSKOTMenuClass>
<AllModifierIDFs>sample string 11</AllModifierIDFs>
<AllModifierPrices>sample string 10</AllModifierPrices>
<DiscountPercentage>6</DiscountPercentage>
<DiscountedItemAmount>14</DiscountedItemAmount>
<DiscountedItemTotalAmount>15</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 22</ItemAdditionalNotes>
<ItemDiscountPrice>13</ItemDiscountPrice>
<ItemDiscountPriceTotal>20</ItemDiscountPriceTotal>
<ItemModifierTotal>19</ItemModifierTotal>
<ItemName>sample string 7</ItemName>
<ItemTaxPercent>9</ItemTaxPercent>
<ItemTaxPrice>16</ItemTaxPrice>
<ItemTotal>17</ItemTotal>
<ItemTotalTaxPrice>18</ItemTotalTaxPrice>
<ItemVariantName>sample string 8</ItemVariantName>
<MenuItemIDF>16bb834b-8017-4781-b64f-75db415bf0b0</MenuItemIDF>
<OrderDetailIDP>1ff040bc-7d83-4d1b-a838-3f1238585059</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>85edf0a5-7aeb-4758-9975-956980795eca</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
<POSKOTMenuClass>
<AllModifierIDFs>sample string 11</AllModifierIDFs>
<AllModifierPrices>sample string 10</AllModifierPrices>
<DiscountPercentage>6</DiscountPercentage>
<DiscountedItemAmount>14</DiscountedItemAmount>
<DiscountedItemTotalAmount>15</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 22</ItemAdditionalNotes>
<ItemDiscountPrice>13</ItemDiscountPrice>
<ItemDiscountPriceTotal>20</ItemDiscountPriceTotal>
<ItemModifierTotal>19</ItemModifierTotal>
<ItemName>sample string 7</ItemName>
<ItemTaxPercent>9</ItemTaxPercent>
<ItemTaxPrice>16</ItemTaxPrice>
<ItemTotal>17</ItemTotal>
<ItemTotalTaxPrice>18</ItemTotalTaxPrice>
<ItemVariantName>sample string 8</ItemVariantName>
<MenuItemIDF>16bb834b-8017-4781-b64f-75db415bf0b0</MenuItemIDF>
<OrderDetailIDP>1ff040bc-7d83-4d1b-a838-3f1238585059</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>85edf0a5-7aeb-4758-9975-956980795eca</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>a27fb4f4-07d5-4959-ab7e-1c6ba3bc323f</OrderIDP>
<OrderMenu>
<POSOrderMenuClass>
<AllModifierIDFs>sample string 10</AllModifierIDFs>
<AllModifierPrices>sample string 9</AllModifierPrices>
<DiscountPercentage>5</DiscountPercentage>
<DiscountedItemAmount>13</DiscountedItemAmount>
<DiscountedItemTotalAmount>14</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 21</ItemAdditionalNotes>
<ItemDiscountPrice>12</ItemDiscountPrice>
<ItemDiscountPriceTotal>19</ItemDiscountPriceTotal>
<ItemModifierTotal>18</ItemModifierTotal>
<ItemName>sample string 6</ItemName>
<ItemTaxPercent>8</ItemTaxPercent>
<ItemTaxPrice>15</ItemTaxPrice>
<ItemTotal>16</ItemTotal>
<ItemTotalTaxPrice>17</ItemTotalTaxPrice>
<ItemVariantName>sample string 7</ItemVariantName>
<MenuItemIDF>211ee60e-d907-466a-8dcc-e208b591dca9</MenuItemIDF>
<OrderDetailIDP>19e19594-4953-4e0d-986a-7ff9d89b89e8</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
<POSOrderMenuClass>
<AllModifierIDFs>sample string 10</AllModifierIDFs>
<AllModifierPrices>sample string 9</AllModifierPrices>
<DiscountPercentage>5</DiscountPercentage>
<DiscountedItemAmount>13</DiscountedItemAmount>
<DiscountedItemTotalAmount>14</DiscountedItemTotalAmount>
<ItemAdditionalNotes>sample string 21</ItemAdditionalNotes>
<ItemDiscountPrice>12</ItemDiscountPrice>
<ItemDiscountPriceTotal>19</ItemDiscountPriceTotal>
<ItemModifierTotal>18</ItemModifierTotal>
<ItemName>sample string 6</ItemName>
<ItemTaxPercent>8</ItemTaxPercent>
<ItemTaxPrice>15</ItemTaxPrice>
<ItemTotal>16</ItemTotal>
<ItemTotalTaxPrice>17</ItemTotalTaxPrice>
<ItemVariantName>sample string 7</ItemVariantName>
<MenuItemIDF>211ee60e-d907-466a-8dcc-e208b591dca9</MenuItemIDF>
<OrderDetailIDP>19e19594-4953-4e0d-986a-7ff9d89b89e8</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>fd53c70a-4f1f-4b1a-a996-58fdaa1c8d9c</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>ce183fc1-8fb7-4527-b0c0-0637542b0757</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>3665c6f7-0346-459b-8b4c-73496e3d722e</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>ce183fc1-8fb7-4527-b0c0-0637542b0757</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>3665c6f7-0346-459b-8b4c-73496e3d722e</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>56550afa-e0de-4f99-8219-56742396fd90</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>ff690998-fe37-4c20-8064-f954a2002e4d</PaymentGatewaySettingIDF>
<PaymentResponse>
<POSPaymentResponse>
<DueAmountCash>1</DueAmountCash>
<PaidAmount>5</PaidAmount>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayNo>sample string 8</PaymentGatewayNo>
<PaymentStatus>sample string 4</PaymentStatus>
<RequestData>sample string 6</RequestData>
<ResponseCode>sample string 2</ResponseCode>
<ResponseData>sample string 7</ResponseData>
<ResponseMessage>sample string 3</ResponseMessage>
<ReturnAmountCash>1</ReturnAmountCash>
<TransactionID>sample string 1</TransactionID>
</POSPaymentResponse>
<POSPaymentResponse>
<DueAmountCash>1</DueAmountCash>
<PaidAmount>5</PaidAmount>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayNo>sample string 8</PaymentGatewayNo>
<PaymentStatus>sample string 4</PaymentStatus>
<RequestData>sample string 6</RequestData>
<ResponseCode>sample string 2</ResponseCode>
<ResponseData>sample string 7</ResponseData>
<ResponseMessage>sample string 3</ResponseMessage>
<ReturnAmountCash>1</ReturnAmountCash>
<TransactionID>sample string 1</TransactionID>
</POSPaymentResponse>
</PaymentResponse>
<PaymentStatus>sample string 24</PaymentStatus>
<PhoneCountryCode>sample string 29</PhoneCountryCode>
<PhoneNumber>sample string 27</PhoneNumber>
<QuantityTotal>12</QuantityTotal>
<RestaurantIDF>019cbe69-f540-487f-89fc-2849637994c7</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>408f6c74-a29b-4cdb-9f2b-a32b533d3c4a</SeatIDF>
<SequentialOrderID>sample string 34</SequentialOrderID>
<SubTotal>17</SubTotal>
<TableNo>sample string 25</TableNo>
<TaxAmountTotal>18</TaxAmountTotal>
<TotalAmount>19</TotalAmount>
<TrackingOrderID>sample string 2</TrackingOrderID>
<UserIDF>e3078358-0ead-482e-830d-c70766cfba7f</UserIDF>
</POSOrderDetailClass>
</OrderDetailList>
</POSOrderDetailsClass>
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. |