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": "a211fd69-0a5b-4447-92e8-30ab8e01a76e",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "c86f5ebf-aaf8-4063-847a-6b56fe06f3d3",
"BranchIDF": "274b2d37-d510-4e01-8dff-871bee3a86de",
"SeatIDF": "02254b83-e8fe-4297-9012-48ce1b3d5102",
"CustomerIDF": "8133e9db-024b-4be4-977b-3ca9749a4da0",
"CounterIDF": "0884e920-1369-4456-8123-ed560eae4372",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "0aed36ec-57fc-47c0-a6a9-fff6d66ca653",
"MenuItemIDF": "79576cb9-8d64-4907-a722-435bdeb4fd73",
"VariantIDF": "06ad060d-87e5-42d7-ba90-01427d6d6c6b",
"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": "0aed36ec-57fc-47c0-a6a9-fff6d66ca653",
"MenuItemIDF": "79576cb9-8d64-4907-a722-435bdeb4fd73",
"VariantIDF": "06ad060d-87e5-42d7-ba90-01427d6d6c6b",
"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": "a36cc316-32b0-474f-8cb7-bd331a8fa9a6",
"MenuItemIDF": "a7789107-d938-4fa1-ac5b-1d86b2535018",
"VariantIDF": "4f98a70c-6c25-4f10-97a0-984d43ac622d",
"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": "a36cc316-32b0-474f-8cb7-bd331a8fa9a6",
"MenuItemIDF": "a7789107-d938-4fa1-ac5b-1d86b2535018",
"VariantIDF": "4f98a70c-6c25-4f10-97a0-984d43ac622d",
"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": "40c7da3a-e090-488a-a247-b340c248ba4c",
"TaxIDF": "423f280a-085f-49a2-9fdf-f7c9d7442092",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "40c7da3a-e090-488a-a247-b340c248ba4c",
"TaxIDF": "423f280a-085f-49a2-9fdf-f7c9d7442092",
"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": "2848ad96-55cc-4697-bc84-153931f18ebf",
"PaymentGatewaySettingIDF": "dd2333d2-9acf-47d3-9459-a0fdafe8b519",
"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": "db236d18-1ef1-435b-a019-5a3aeaf730a3",
"CounterBalanceHistoryIDF": "4b0036e8-79a2-4705-9ed8-5ce5a32d37f5",
"PackagingName": "sample string 32",
"EnvironmentType": 33,
"SequentialOrderID": "sample string 34",
"PayAmountCash": 1.0,
"DueAmountCash": 1.0,
"ReturnAmountCash": 1.0
},
{
"OrderIDP": "a211fd69-0a5b-4447-92e8-30ab8e01a76e",
"TrackingOrderID": "sample string 2",
"RestaurantIDF": "c86f5ebf-aaf8-4063-847a-6b56fe06f3d3",
"BranchIDF": "274b2d37-d510-4e01-8dff-871bee3a86de",
"SeatIDF": "02254b83-e8fe-4297-9012-48ce1b3d5102",
"CustomerIDF": "8133e9db-024b-4be4-977b-3ca9749a4da0",
"CounterIDF": "0884e920-1369-4456-8123-ed560eae4372",
"OrderDate": "sample string 8",
"OrderType": 9,
"OrderSource": 10,
"OrderStatus": "sample string 11",
"OrderMenu": [
{
"OrderDetailIDP": "0aed36ec-57fc-47c0-a6a9-fff6d66ca653",
"MenuItemIDF": "79576cb9-8d64-4907-a722-435bdeb4fd73",
"VariantIDF": "06ad060d-87e5-42d7-ba90-01427d6d6c6b",
"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": "0aed36ec-57fc-47c0-a6a9-fff6d66ca653",
"MenuItemIDF": "79576cb9-8d64-4907-a722-435bdeb4fd73",
"VariantIDF": "06ad060d-87e5-42d7-ba90-01427d6d6c6b",
"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": "a36cc316-32b0-474f-8cb7-bd331a8fa9a6",
"MenuItemIDF": "a7789107-d938-4fa1-ac5b-1d86b2535018",
"VariantIDF": "4f98a70c-6c25-4f10-97a0-984d43ac622d",
"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": "a36cc316-32b0-474f-8cb7-bd331a8fa9a6",
"MenuItemIDF": "a7789107-d938-4fa1-ac5b-1d86b2535018",
"VariantIDF": "4f98a70c-6c25-4f10-97a0-984d43ac622d",
"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": "40c7da3a-e090-488a-a247-b340c248ba4c",
"TaxIDF": "423f280a-085f-49a2-9fdf-f7c9d7442092",
"TaxName": "sample string 3",
"TaxPercentage": 4.0,
"TaxAmount": 5.0
},
{
"OrderTaxIDP": "40c7da3a-e090-488a-a247-b340c248ba4c",
"TaxIDF": "423f280a-085f-49a2-9fdf-f7c9d7442092",
"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": "2848ad96-55cc-4697-bc84-153931f18ebf",
"PaymentGatewaySettingIDF": "dd2333d2-9acf-47d3-9459-a0fdafe8b519",
"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": "db236d18-1ef1-435b-a019-5a3aeaf730a3",
"CounterBalanceHistoryIDF": "4b0036e8-79a2-4705-9ed8-5ce5a32d37f5",
"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>274b2d37-d510-4e01-8dff-871bee3a86de</BranchIDF>
<CounterBalanceHistoryIDF>4b0036e8-79a2-4705-9ed8-5ce5a32d37f5</CounterBalanceHistoryIDF>
<CounterIDF>0884e920-1369-4456-8123-ed560eae4372</CounterIDF>
<CustomerIDF>8133e9db-024b-4be4-977b-3ca9749a4da0</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>a7789107-d938-4fa1-ac5b-1d86b2535018</MenuItemIDF>
<OrderDetailIDP>a36cc316-32b0-474f-8cb7-bd331a8fa9a6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>4f98a70c-6c25-4f10-97a0-984d43ac622d</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>a7789107-d938-4fa1-ac5b-1d86b2535018</MenuItemIDF>
<OrderDetailIDP>a36cc316-32b0-474f-8cb7-bd331a8fa9a6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>4f98a70c-6c25-4f10-97a0-984d43ac622d</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>a211fd69-0a5b-4447-92e8-30ab8e01a76e</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>79576cb9-8d64-4907-a722-435bdeb4fd73</MenuItemIDF>
<OrderDetailIDP>0aed36ec-57fc-47c0-a6a9-fff6d66ca653</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>06ad060d-87e5-42d7-ba90-01427d6d6c6b</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>79576cb9-8d64-4907-a722-435bdeb4fd73</MenuItemIDF>
<OrderDetailIDP>0aed36ec-57fc-47c0-a6a9-fff6d66ca653</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>06ad060d-87e5-42d7-ba90-01427d6d6c6b</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>40c7da3a-e090-488a-a247-b340c248ba4c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>423f280a-085f-49a2-9fdf-f7c9d7442092</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>40c7da3a-e090-488a-a247-b340c248ba4c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>423f280a-085f-49a2-9fdf-f7c9d7442092</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>2848ad96-55cc-4697-bc84-153931f18ebf</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>dd2333d2-9acf-47d3-9459-a0fdafe8b519</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>c86f5ebf-aaf8-4063-847a-6b56fe06f3d3</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>02254b83-e8fe-4297-9012-48ce1b3d5102</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>db236d18-1ef1-435b-a019-5a3aeaf730a3</UserIDF>
</POSOrderDetailClass>
<POSOrderDetailClass>
<AdditionalNotes>sample string 21</AdditionalNotes>
<AdjustedAmount>1</AdjustedAmount>
<BranchIDF>274b2d37-d510-4e01-8dff-871bee3a86de</BranchIDF>
<CounterBalanceHistoryIDF>4b0036e8-79a2-4705-9ed8-5ce5a32d37f5</CounterBalanceHistoryIDF>
<CounterIDF>0884e920-1369-4456-8123-ed560eae4372</CounterIDF>
<CustomerIDF>8133e9db-024b-4be4-977b-3ca9749a4da0</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>a7789107-d938-4fa1-ac5b-1d86b2535018</MenuItemIDF>
<OrderDetailIDP>a36cc316-32b0-474f-8cb7-bd331a8fa9a6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>4f98a70c-6c25-4f10-97a0-984d43ac622d</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>a7789107-d938-4fa1-ac5b-1d86b2535018</MenuItemIDF>
<OrderDetailIDP>a36cc316-32b0-474f-8cb7-bd331a8fa9a6</OrderDetailIDP>
<Quantity>5</Quantity>
<TotalItemAmount>21</TotalItemAmount>
<VariantIDF>4f98a70c-6c25-4f10-97a0-984d43ac622d</VariantIDF>
<VariantPrice>12</VariantPrice>
<IsCancelOrder>true</IsCancelOrder>
</POSKOTMenuClass>
</KOTMenu>
<ModifierTotal>14</ModifierTotal>
<Name>sample string 28</Name>
<OrderDate>sample string 8</OrderDate>
<OrderIDP>a211fd69-0a5b-4447-92e8-30ab8e01a76e</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>79576cb9-8d64-4907-a722-435bdeb4fd73</MenuItemIDF>
<OrderDetailIDP>0aed36ec-57fc-47c0-a6a9-fff6d66ca653</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>06ad060d-87e5-42d7-ba90-01427d6d6c6b</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>79576cb9-8d64-4907-a722-435bdeb4fd73</MenuItemIDF>
<OrderDetailIDP>0aed36ec-57fc-47c0-a6a9-fff6d66ca653</OrderDetailIDP>
<Quantity>4</Quantity>
<TotalItemAmount>20</TotalItemAmount>
<VariantIDF>06ad060d-87e5-42d7-ba90-01427d6d6c6b</VariantIDF>
<VariantPrice>11</VariantPrice>
</POSOrderMenuClass>
</OrderMenu>
<OrderSource>10</OrderSource>
<OrderStatus>sample string 11</OrderStatus>
<OrderTax>
<POSOrderTaxClass>
<OrderTaxIDP>40c7da3a-e090-488a-a247-b340c248ba4c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>423f280a-085f-49a2-9fdf-f7c9d7442092</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
<POSOrderTaxClass>
<OrderTaxIDP>40c7da3a-e090-488a-a247-b340c248ba4c</OrderTaxIDP>
<TaxAmount>5</TaxAmount>
<TaxIDF>423f280a-085f-49a2-9fdf-f7c9d7442092</TaxIDF>
<TaxName>sample string 3</TaxName>
<TaxPercentage>4</TaxPercentage>
</POSOrderTaxClass>
</OrderTax>
<OrderType>9</OrderType>
<PackagingName>sample string 32</PackagingName>
<PayAmountCash>1</PayAmountCash>
<PaymentGatewayIDF>2848ad96-55cc-4697-bc84-153931f18ebf</PaymentGatewayIDF>
<PaymentGatewayNo>1</PaymentGatewayNo>
<PaymentGatewaySettingIDF>dd2333d2-9acf-47d3-9459-a0fdafe8b519</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>c86f5ebf-aaf8-4063-847a-6b56fe06f3d3</RestaurantIDF>
<ReturnAmountCash>1</ReturnAmountCash>
<SeatIDF>02254b83-e8fe-4297-9012-48ce1b3d5102</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>db236d18-1ef1-435b-a019-5a3aeaf730a3</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. |