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": "54d36b3f-bdf1-4ac1-b0c5-62f000909110",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "3e4c911f-f90f-4d96-a464-ba984cda3cd5",
"BranchIDF": "dedbc6bf-0fc3-4bed-822f-cc0d49c826aa",
"SeatIDF": "608ba90f-2cb8-433a-9aaf-23c434454159",
"CustomerIDF": "16825f2a-5a03-4567-a319-b80712d8f14e",
"CounterIDF": "a6b82def-d91c-43c8-a0a7-f4f0972d2df8",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "b46b953c-ec57-4df1-b45d-8a53a6a9f429",
"MenuItemIDF": "4225081b-ebf7-4cdb-b24e-338c1fa97370",
"VariantIDF": "dd1c4c34-4083-4178-9e3d-fc337a89fc1b",
"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": "b46b953c-ec57-4df1-b45d-8a53a6a9f429",
"MenuItemIDF": "4225081b-ebf7-4cdb-b24e-338c1fa97370",
"VariantIDF": "dd1c4c34-4083-4178-9e3d-fc337a89fc1b",
"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": "06cf1e8c-6fda-4b14-b123-e5acefb271c6",
"MenuItemIDF": "53bfbd15-9619-4b3f-bec8-7af81a8482a8",
"VariantIDF": "a6363f90-b1c9-4f75-bb6b-1a755ed34eb0",
"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": "06cf1e8c-6fda-4b14-b123-e5acefb271c6",
"MenuItemIDF": "53bfbd15-9619-4b3f-bec8-7af81a8482a8",
"VariantIDF": "a6363f90-b1c9-4f75-bb6b-1a755ed34eb0",
"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": "e04fc377-c91a-4146-8a7a-4390dde314ad",
"TaxIDF": "d19e904c-aaf2-462c-bc37-9e7e13f9aac7",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "e04fc377-c91a-4146-8a7a-4390dde314ad",
"TaxIDF": "d19e904c-aaf2-462c-bc37-9e7e13f9aac7",
"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": "f34501a9-1d61-4bc5-9721-eca48d40cd84",
"PaymentGatewaySettingIDF": "f8a0fbf6-11f0-4b34-ae4c-3d8e4559675e",
"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": "9f85ab1c-8c7b-4289-ab3a-4f50dea488e1",
"CounterBalanceHistoryIDF": "b8c0761d-f7f6-46fb-bde5-627d3e8264a3",
"PackagingName": "sample string 32",
"EnvironmentType": 33,
"SequentialOrderID": "sample string 34",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
},
{
"OrderIDP": "54d36b3f-bdf1-4ac1-b0c5-62f000909110",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "3e4c911f-f90f-4d96-a464-ba984cda3cd5",
"BranchIDF": "dedbc6bf-0fc3-4bed-822f-cc0d49c826aa",
"SeatIDF": "608ba90f-2cb8-433a-9aaf-23c434454159",
"CustomerIDF": "16825f2a-5a03-4567-a319-b80712d8f14e",
"CounterIDF": "a6b82def-d91c-43c8-a0a7-f4f0972d2df8",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "b46b953c-ec57-4df1-b45d-8a53a6a9f429",
"MenuItemIDF": "4225081b-ebf7-4cdb-b24e-338c1fa97370",
"VariantIDF": "dd1c4c34-4083-4178-9e3d-fc337a89fc1b",
"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": "b46b953c-ec57-4df1-b45d-8a53a6a9f429",
"MenuItemIDF": "4225081b-ebf7-4cdb-b24e-338c1fa97370",
"VariantIDF": "dd1c4c34-4083-4178-9e3d-fc337a89fc1b",
"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": "06cf1e8c-6fda-4b14-b123-e5acefb271c6",
"MenuItemIDF": "53bfbd15-9619-4b3f-bec8-7af81a8482a8",
"VariantIDF": "a6363f90-b1c9-4f75-bb6b-1a755ed34eb0",
"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": "06cf1e8c-6fda-4b14-b123-e5acefb271c6",
"MenuItemIDF": "53bfbd15-9619-4b3f-bec8-7af81a8482a8",
"VariantIDF": "a6363f90-b1c9-4f75-bb6b-1a755ed34eb0",
"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": "e04fc377-c91a-4146-8a7a-4390dde314ad",
"TaxIDF": "d19e904c-aaf2-462c-bc37-9e7e13f9aac7",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "e04fc377-c91a-4146-8a7a-4390dde314ad",
"TaxIDF": "d19e904c-aaf2-462c-bc37-9e7e13f9aac7",
"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": "f34501a9-1d61-4bc5-9721-eca48d40cd84",
"PaymentGatewaySettingIDF": "f8a0fbf6-11f0-4b34-ae4c-3d8e4559675e",
"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": "9f85ab1c-8c7b-4289-ab3a-4f50dea488e1",
"CounterBalanceHistoryIDF": "b8c0761d-f7f6-46fb-bde5-627d3e8264a3",
"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>dedbc6bf-0fc3-4bed-822f-cc0d49c826aa</BranchIDF>
<CounterBalanceHistoryIDF>b8c0761d-f7f6-46fb-bde5-627d3e8264a3</CounterBalanceHistoryIDF>
<CounterIDF>a6b82def-d91c-43c8-a0a7-f4f0972d2df8</CounterIDF>
<CustomerIDF>16825f2a-5a03-4567-a319-b80712d8f14e</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>53bfbd15-9619-4b3f-bec8-7af81a8482a8</MenuItemIDF>
<OrderDetailIDP>06cf1e8c-6fda-4b14-b123-e5acefb271c6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>a6363f90-b1c9-4f75-bb6b-1a755ed34eb0</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>53bfbd15-9619-4b3f-bec8-7af81a8482a8</MenuItemIDF>
<OrderDetailIDP>06cf1e8c-6fda-4b14-b123-e5acefb271c6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>a6363f90-b1c9-4f75-bb6b-1a755ed34eb0</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>54d36b3f-bdf1-4ac1-b0c5-62f000909110</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>4225081b-ebf7-4cdb-b24e-338c1fa97370</MenuItemIDF>
<OrderDetailIDP>b46b953c-ec57-4df1-b45d-8a53a6a9f429</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>dd1c4c34-4083-4178-9e3d-fc337a89fc1b</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>4225081b-ebf7-4cdb-b24e-338c1fa97370</MenuItemIDF>
<OrderDetailIDP>b46b953c-ec57-4df1-b45d-8a53a6a9f429</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>dd1c4c34-4083-4178-9e3d-fc337a89fc1b</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>e04fc377-c91a-4146-8a7a-4390dde314ad</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>d19e904c-aaf2-462c-bc37-9e7e13f9aac7</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>e04fc377-c91a-4146-8a7a-4390dde314ad</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>d19e904c-aaf2-462c-bc37-9e7e13f9aac7</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>f34501a9-1d61-4bc5-9721-eca48d40cd84</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>f8a0fbf6-11f0-4b34-ae4c-3d8e4559675e</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>3e4c911f-f90f-4d96-a464-ba984cda3cd5</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>608ba90f-2cb8-433a-9aaf-23c434454159</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>9f85ab1c-8c7b-4289-ab3a-4f50dea488e1</UserIDF>
</POSOrderDetailClass>
<POSOrderDetailClass>
<AdditionalNotes>sample string 21</AdditionalNotes>
<AdjustedAmount>1</AdjustedAmount>
<BranchIDF>dedbc6bf-0fc3-4bed-822f-cc0d49c826aa</BranchIDF>
<CounterBalanceHistoryIDF>b8c0761d-f7f6-46fb-bde5-627d3e8264a3</CounterBalanceHistoryIDF>
<CounterIDF>a6b82def-d91c-43c8-a0a7-f4f0972d2df8</CounterIDF>
<CustomerIDF>16825f2a-5a03-4567-a319-b80712d8f14e</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>53bfbd15-9619-4b3f-bec8-7af81a8482a8</MenuItemIDF>
<OrderDetailIDP>06cf1e8c-6fda-4b14-b123-e5acefb271c6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>a6363f90-b1c9-4f75-bb6b-1a755ed34eb0</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>53bfbd15-9619-4b3f-bec8-7af81a8482a8</MenuItemIDF>
<OrderDetailIDP>06cf1e8c-6fda-4b14-b123-e5acefb271c6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>a6363f90-b1c9-4f75-bb6b-1a755ed34eb0</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>54d36b3f-bdf1-4ac1-b0c5-62f000909110</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>4225081b-ebf7-4cdb-b24e-338c1fa97370</MenuItemIDF>
<OrderDetailIDP>b46b953c-ec57-4df1-b45d-8a53a6a9f429</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>dd1c4c34-4083-4178-9e3d-fc337a89fc1b</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>4225081b-ebf7-4cdb-b24e-338c1fa97370</MenuItemIDF>
<OrderDetailIDP>b46b953c-ec57-4df1-b45d-8a53a6a9f429</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>dd1c4c34-4083-4178-9e3d-fc337a89fc1b</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>e04fc377-c91a-4146-8a7a-4390dde314ad</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>d19e904c-aaf2-462c-bc37-9e7e13f9aac7</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>e04fc377-c91a-4146-8a7a-4390dde314ad</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>d19e904c-aaf2-462c-bc37-9e7e13f9aac7</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>f34501a9-1d61-4bc5-9721-eca48d40cd84</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>f8a0fbf6-11f0-4b34-ae4c-3d8e4559675e</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>3e4c911f-f90f-4d96-a464-ba984cda3cd5</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>608ba90f-2cb8-433a-9aaf-23c434454159</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>9f85ab1c-8c7b-4289-ab3a-4f50dea488e1</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. |