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": "ac13ddc6-1135-4fd6-966a-e7834ea443f8",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "5afd023e-4fe0-4800-b76c-3d58b60c4abd",
"BranchIDF": "07a1c249-f9ab-484e-af7c-d3c408dcfe19",
"SeatIDF": "9ad1f0ce-e4d9-4f56-9484-8209b820e5ef",
"CustomerIDF": "78a8c2c1-980f-480f-9798-c2960ca92b7b",
"CounterIDF": "e7da86d7-1347-4839-8873-1774609031a5",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "eee5a2b4-aad4-4b14-aba9-5e0e779c4de1",
"MenuItemIDF": "4aba0e68-7a29-4a49-b43f-e868caf37919",
"VariantIDF": "727151eb-af6e-4985-bf05-e7fe493e7f3f",
"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": "eee5a2b4-aad4-4b14-aba9-5e0e779c4de1",
"MenuItemIDF": "4aba0e68-7a29-4a49-b43f-e868caf37919",
"VariantIDF": "727151eb-af6e-4985-bf05-e7fe493e7f3f",
"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": "14bcf0d6-5aae-432b-91ec-1cbd53379e9a",
"MenuItemIDF": "ae4a93d4-10b3-4d21-8fdd-fe81233bc429",
"VariantIDF": "b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5",
"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": "14bcf0d6-5aae-432b-91ec-1cbd53379e9a",
"MenuItemIDF": "ae4a93d4-10b3-4d21-8fdd-fe81233bc429",
"VariantIDF": "b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5",
"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": "5cb12fa4-6bc7-45b9-ac9c-f3965b82225c",
"TaxIDF": "f2d14969-33cc-4d9e-8cf3-307a0349cc87",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "5cb12fa4-6bc7-45b9-ac9c-f3965b82225c",
"TaxIDF": "f2d14969-33cc-4d9e-8cf3-307a0349cc87",
"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": "481bf69b-ad63-4085-acd4-debdcb0b4ec9",
"PaymentGatewaySettingIDF": "77d3d43c-3609-47d3-8faa-aac003207b90",
"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": "a8d02783-e344-41d9-a175-bdf479318dc6",
"CounterBalanceHistoryIDF": "e56847b4-a663-4a47-9c6a-53933d26f0ce",
"PackagingName": "sample string 32",
"EnvironmentType": 33,
"SequentialOrderID": "sample string 34",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
},
{
"OrderIDP": "ac13ddc6-1135-4fd6-966a-e7834ea443f8",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "5afd023e-4fe0-4800-b76c-3d58b60c4abd",
"BranchIDF": "07a1c249-f9ab-484e-af7c-d3c408dcfe19",
"SeatIDF": "9ad1f0ce-e4d9-4f56-9484-8209b820e5ef",
"CustomerIDF": "78a8c2c1-980f-480f-9798-c2960ca92b7b",
"CounterIDF": "e7da86d7-1347-4839-8873-1774609031a5",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "eee5a2b4-aad4-4b14-aba9-5e0e779c4de1",
"MenuItemIDF": "4aba0e68-7a29-4a49-b43f-e868caf37919",
"VariantIDF": "727151eb-af6e-4985-bf05-e7fe493e7f3f",
"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": "eee5a2b4-aad4-4b14-aba9-5e0e779c4de1",
"MenuItemIDF": "4aba0e68-7a29-4a49-b43f-e868caf37919",
"VariantIDF": "727151eb-af6e-4985-bf05-e7fe493e7f3f",
"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": "14bcf0d6-5aae-432b-91ec-1cbd53379e9a",
"MenuItemIDF": "ae4a93d4-10b3-4d21-8fdd-fe81233bc429",
"VariantIDF": "b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5",
"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": "14bcf0d6-5aae-432b-91ec-1cbd53379e9a",
"MenuItemIDF": "ae4a93d4-10b3-4d21-8fdd-fe81233bc429",
"VariantIDF": "b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5",
"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": "5cb12fa4-6bc7-45b9-ac9c-f3965b82225c",
"TaxIDF": "f2d14969-33cc-4d9e-8cf3-307a0349cc87",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "5cb12fa4-6bc7-45b9-ac9c-f3965b82225c",
"TaxIDF": "f2d14969-33cc-4d9e-8cf3-307a0349cc87",
"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": "481bf69b-ad63-4085-acd4-debdcb0b4ec9",
"PaymentGatewaySettingIDF": "77d3d43c-3609-47d3-8faa-aac003207b90",
"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": "a8d02783-e344-41d9-a175-bdf479318dc6",
"CounterBalanceHistoryIDF": "e56847b4-a663-4a47-9c6a-53933d26f0ce",
"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>07a1c249-f9ab-484e-af7c-d3c408dcfe19</BranchIDF>
<CounterBalanceHistoryIDF>e56847b4-a663-4a47-9c6a-53933d26f0ce</CounterBalanceHistoryIDF>
<CounterIDF>e7da86d7-1347-4839-8873-1774609031a5</CounterIDF>
<CustomerIDF>78a8c2c1-980f-480f-9798-c2960ca92b7b</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>ae4a93d4-10b3-4d21-8fdd-fe81233bc429</MenuItemIDF>
<OrderDetailIDP>14bcf0d6-5aae-432b-91ec-1cbd53379e9a</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5</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>ae4a93d4-10b3-4d21-8fdd-fe81233bc429</MenuItemIDF>
<OrderDetailIDP>14bcf0d6-5aae-432b-91ec-1cbd53379e9a</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>ac13ddc6-1135-4fd6-966a-e7834ea443f8</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>4aba0e68-7a29-4a49-b43f-e868caf37919</MenuItemIDF>
<OrderDetailIDP>eee5a2b4-aad4-4b14-aba9-5e0e779c4de1</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>727151eb-af6e-4985-bf05-e7fe493e7f3f</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>4aba0e68-7a29-4a49-b43f-e868caf37919</MenuItemIDF>
<OrderDetailIDP>eee5a2b4-aad4-4b14-aba9-5e0e779c4de1</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>727151eb-af6e-4985-bf05-e7fe493e7f3f</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>5cb12fa4-6bc7-45b9-ac9c-f3965b82225c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>f2d14969-33cc-4d9e-8cf3-307a0349cc87</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>5cb12fa4-6bc7-45b9-ac9c-f3965b82225c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>f2d14969-33cc-4d9e-8cf3-307a0349cc87</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>481bf69b-ad63-4085-acd4-debdcb0b4ec9</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>77d3d43c-3609-47d3-8faa-aac003207b90</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>5afd023e-4fe0-4800-b76c-3d58b60c4abd</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>9ad1f0ce-e4d9-4f56-9484-8209b820e5ef</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>a8d02783-e344-41d9-a175-bdf479318dc6</UserIDF>
</POSOrderDetailClass>
<POSOrderDetailClass>
<AdditionalNotes>sample string 21</AdditionalNotes>
<AdjustedAmount>1</AdjustedAmount>
<BranchIDF>07a1c249-f9ab-484e-af7c-d3c408dcfe19</BranchIDF>
<CounterBalanceHistoryIDF>e56847b4-a663-4a47-9c6a-53933d26f0ce</CounterBalanceHistoryIDF>
<CounterIDF>e7da86d7-1347-4839-8873-1774609031a5</CounterIDF>
<CustomerIDF>78a8c2c1-980f-480f-9798-c2960ca92b7b</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>ae4a93d4-10b3-4d21-8fdd-fe81233bc429</MenuItemIDF>
<OrderDetailIDP>14bcf0d6-5aae-432b-91ec-1cbd53379e9a</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5</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>ae4a93d4-10b3-4d21-8fdd-fe81233bc429</MenuItemIDF>
<OrderDetailIDP>14bcf0d6-5aae-432b-91ec-1cbd53379e9a</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>b4e90ecd-0dbf-4b97-b9b8-dbc99a4b4bc5</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>ac13ddc6-1135-4fd6-966a-e7834ea443f8</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>4aba0e68-7a29-4a49-b43f-e868caf37919</MenuItemIDF>
<OrderDetailIDP>eee5a2b4-aad4-4b14-aba9-5e0e779c4de1</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>727151eb-af6e-4985-bf05-e7fe493e7f3f</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>4aba0e68-7a29-4a49-b43f-e868caf37919</MenuItemIDF>
<OrderDetailIDP>eee5a2b4-aad4-4b14-aba9-5e0e779c4de1</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>727151eb-af6e-4985-bf05-e7fe493e7f3f</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>5cb12fa4-6bc7-45b9-ac9c-f3965b82225c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>f2d14969-33cc-4d9e-8cf3-307a0349cc87</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>5cb12fa4-6bc7-45b9-ac9c-f3965b82225c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>f2d14969-33cc-4d9e-8cf3-307a0349cc87</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>481bf69b-ad63-4085-acd4-debdcb0b4ec9</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>77d3d43c-3609-47d3-8faa-aac003207b90</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>5afd023e-4fe0-4800-b76c-3d58b60c4abd</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>9ad1f0ce-e4d9-4f56-9484-8209b820e5ef</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>a8d02783-e344-41d9-a175-bdf479318dc6</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. |