POST api/sync/order
Request Information
URI Parameters
None.
Body Parameters
Collection of SyncModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LocalId | string |
None. |
|
| LiveId | integer |
None. |
|
| TableId | integer |
None. |
|
| CustomerId | string |
None. |
|
| OrdersId | string |
None. |
|
| SectionId | integer |
None. |
|
| ItemToRemove | boolean |
None. |
|
| Items | Collection of EntityViewCartV2 |
None. |
|
| OrderSummary | EntityNavCart |
None. |
|
| Customer | EntityCustomerModel |
None. |
|
| ExternalOrderId | string |
None. |
|
| OrderedOn | date |
None. |
|
| OrderStatus | integer |
None. |
|
| OrderSource | integer |
None. |
|
| Remark | string |
None. |
|
| OrderType | integer |
None. |
|
| Discount | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| PaymentType | integer |
None. |
|
| IsSync | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"LocalId": "sample string 2",
"LiveId": 3,
"TableId": 4,
"CustomerId": "sample string 5",
"OrdersId": "sample string 6",
"SectionId": 7,
"ItemToRemove": true,
"Items": [
{
"Id": 1,
"LocalId": "sample string 2",
"ParentId": 3,
"OrderId": 4,
"OrderNumber": "sample string 5",
"ApplicationId": 6,
"UnitPrice": 1.1,
"TotalPrice": 1.1,
"IsComplementary": true,
"ComplementaryQuantity": 8,
"Quantity": 1,
"DeliveryCharge": 1.1,
"Status": 9,
"OrderStatus": 10,
"Remark": "sample string 11",
"KOTNumber": 12,
"KOTStatus": 13,
"KOTDtm": "2026-07-22T12:23:49.2914796-07:00",
"SectionId": 15,
"TableId": 16,
"TableName": "sample string 17",
"SectionName": "sample string 18",
"TotalProductQuantity": null,
"ParentName": "sample string 19",
"ParentCaption": "sample string 20",
"Description": "sample string 21",
"ParentRelativeUrl": "sample string 22",
"ImageUrl": "https://cdn.img.gen.in/assets/business/6/portfolio/3/sample string 23?rendered=true&width=400",
"StockId": 1,
"Stock": 1,
"COD": true,
"OrderType": 1,
"LocationId": 24,
"customerId": 25,
"ComplementaryReason": "sample string 26",
"ExternalOrderId": "sample string 27",
"OrderedOn": "2026-07-22T12:23:49.2914796-07:00",
"Chef": {
"UserId": 1,
"FirstName": "sample string 2",
"StartedDtm": "2026-07-22T12:23:49.2914796-07:00",
"CompletedDtm": "2026-07-22T12:23:49.2914796-07:00"
},
"GstDetails": [
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
},
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
}
],
"UserId": 29,
"Role": "sample string 30",
"FirstName": "sample string 31",
"Email": "sample string 32",
"PhoneNumber": "sample string 33",
"PasswordHash": "sample string 34",
"Code": "sample string 35"
},
{
"Id": 1,
"LocalId": "sample string 2",
"ParentId": 3,
"OrderId": 4,
"OrderNumber": "sample string 5",
"ApplicationId": 6,
"UnitPrice": 1.1,
"TotalPrice": 1.1,
"IsComplementary": true,
"ComplementaryQuantity": 8,
"Quantity": 1,
"DeliveryCharge": 1.1,
"Status": 9,
"OrderStatus": 10,
"Remark": "sample string 11",
"KOTNumber": 12,
"KOTStatus": 13,
"KOTDtm": "2026-07-22T12:23:49.2914796-07:00",
"SectionId": 15,
"TableId": 16,
"TableName": "sample string 17",
"SectionName": "sample string 18",
"TotalProductQuantity": null,
"ParentName": "sample string 19",
"ParentCaption": "sample string 20",
"Description": "sample string 21",
"ParentRelativeUrl": "sample string 22",
"ImageUrl": "https://cdn.img.gen.in/assets/business/6/portfolio/3/sample string 23?rendered=true&width=400",
"StockId": 1,
"Stock": 1,
"COD": true,
"OrderType": 1,
"LocationId": 24,
"customerId": 25,
"ComplementaryReason": "sample string 26",
"ExternalOrderId": "sample string 27",
"OrderedOn": "2026-07-22T12:23:49.2914796-07:00",
"Chef": {
"UserId": 1,
"FirstName": "sample string 2",
"StartedDtm": "2026-07-22T12:23:49.2914796-07:00",
"CompletedDtm": "2026-07-22T12:23:49.2914796-07:00"
},
"GstDetails": [
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
},
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
}
],
"UserId": 29,
"Role": "sample string 30",
"FirstName": "sample string 31",
"Email": "sample string 32",
"PhoneNumber": "sample string 33",
"PasswordHash": "sample string 34",
"Code": "sample string 35"
}
],
"OrderSummary": {
"OrderId": 1,
"Count": 2,
"TotalPrice": 1.1,
"DeliveryCharge": 1.1,
"TotalPayableAmount": 1.1,
"Status": 3,
"OrderNumber": "sample string 4",
"ParentId": "sample string 5",
"Discount": 1.1,
"DiscountAmount": 1.1,
"Remark": "sample string 6",
"PaymentType": 1
},
"Customer": {
"Id": 1,
"ApplicationId": 2,
"UserId": 3,
"Role": "sample string 4",
"FirstName": "sample string 5",
"Email": "sample string 6",
"PhoneNumber": "sample string 7",
"PasswordHash": "sample string 8",
"Code": "sample string 9"
},
"ExternalOrderId": "sample string 9",
"OrderedOn": "2026-07-22T12:23:49.2914796-07:00",
"OrderStatus": 11,
"OrderSource": 12,
"Remark": "sample string 13",
"OrderType": 14,
"Discount": 1.1,
"DiscountAmount": 1.1,
"PaymentType": 1,
"IsSync": true
},
{
"Id": "sample string 1",
"LocalId": "sample string 2",
"LiveId": 3,
"TableId": 4,
"CustomerId": "sample string 5",
"OrdersId": "sample string 6",
"SectionId": 7,
"ItemToRemove": true,
"Items": [
{
"Id": 1,
"LocalId": "sample string 2",
"ParentId": 3,
"OrderId": 4,
"OrderNumber": "sample string 5",
"ApplicationId": 6,
"UnitPrice": 1.1,
"TotalPrice": 1.1,
"IsComplementary": true,
"ComplementaryQuantity": 8,
"Quantity": 1,
"DeliveryCharge": 1.1,
"Status": 9,
"OrderStatus": 10,
"Remark": "sample string 11",
"KOTNumber": 12,
"KOTStatus": 13,
"KOTDtm": "2026-07-22T12:23:49.2914796-07:00",
"SectionId": 15,
"TableId": 16,
"TableName": "sample string 17",
"SectionName": "sample string 18",
"TotalProductQuantity": null,
"ParentName": "sample string 19",
"ParentCaption": "sample string 20",
"Description": "sample string 21",
"ParentRelativeUrl": "sample string 22",
"ImageUrl": "https://cdn.img.gen.in/assets/business/6/portfolio/3/sample string 23?rendered=true&width=400",
"StockId": 1,
"Stock": 1,
"COD": true,
"OrderType": 1,
"LocationId": 24,
"customerId": 25,
"ComplementaryReason": "sample string 26",
"ExternalOrderId": "sample string 27",
"OrderedOn": "2026-07-22T12:23:49.2914796-07:00",
"Chef": {
"UserId": 1,
"FirstName": "sample string 2",
"StartedDtm": "2026-07-22T12:23:49.2914796-07:00",
"CompletedDtm": "2026-07-22T12:23:49.2914796-07:00"
},
"GstDetails": [
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
},
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
}
],
"UserId": 29,
"Role": "sample string 30",
"FirstName": "sample string 31",
"Email": "sample string 32",
"PhoneNumber": "sample string 33",
"PasswordHash": "sample string 34",
"Code": "sample string 35"
},
{
"Id": 1,
"LocalId": "sample string 2",
"ParentId": 3,
"OrderId": 4,
"OrderNumber": "sample string 5",
"ApplicationId": 6,
"UnitPrice": 1.1,
"TotalPrice": 1.1,
"IsComplementary": true,
"ComplementaryQuantity": 8,
"Quantity": 1,
"DeliveryCharge": 1.1,
"Status": 9,
"OrderStatus": 10,
"Remark": "sample string 11",
"KOTNumber": 12,
"KOTStatus": 13,
"KOTDtm": "2026-07-22T12:23:49.2914796-07:00",
"SectionId": 15,
"TableId": 16,
"TableName": "sample string 17",
"SectionName": "sample string 18",
"TotalProductQuantity": null,
"ParentName": "sample string 19",
"ParentCaption": "sample string 20",
"Description": "sample string 21",
"ParentRelativeUrl": "sample string 22",
"ImageUrl": "https://cdn.img.gen.in/assets/business/6/portfolio/3/sample string 23?rendered=true&width=400",
"StockId": 1,
"Stock": 1,
"COD": true,
"OrderType": 1,
"LocationId": 24,
"customerId": 25,
"ComplementaryReason": "sample string 26",
"ExternalOrderId": "sample string 27",
"OrderedOn": "2026-07-22T12:23:49.2914796-07:00",
"Chef": {
"UserId": 1,
"FirstName": "sample string 2",
"StartedDtm": "2026-07-22T12:23:49.2914796-07:00",
"CompletedDtm": "2026-07-22T12:23:49.2914796-07:00"
},
"GstDetails": [
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
},
{
"Id": 1,
"BusinessInvoiceId": 1,
"TaxType": "sample string 2",
"TaxRate": "sample string 3",
"TaxAmount": 1.1,
"ParentId": 1,
"ParentType": 1
}
],
"UserId": 29,
"Role": "sample string 30",
"FirstName": "sample string 31",
"Email": "sample string 32",
"PhoneNumber": "sample string 33",
"PasswordHash": "sample string 34",
"Code": "sample string 35"
}
],
"OrderSummary": {
"OrderId": 1,
"Count": 2,
"TotalPrice": 1.1,
"DeliveryCharge": 1.1,
"TotalPayableAmount": 1.1,
"Status": 3,
"OrderNumber": "sample string 4",
"ParentId": "sample string 5",
"Discount": 1.1,
"DiscountAmount": 1.1,
"Remark": "sample string 6",
"PaymentType": 1
},
"Customer": {
"Id": 1,
"ApplicationId": 2,
"UserId": 3,
"Role": "sample string 4",
"FirstName": "sample string 5",
"Email": "sample string 6",
"PhoneNumber": "sample string 7",
"PasswordHash": "sample string 8",
"Code": "sample string 9"
},
"ExternalOrderId": "sample string 9",
"OrderedOn": "2026-07-22T12:23:49.2914796-07:00",
"OrderStatus": 11,
"OrderSource": 12,
"Remark": "sample string 13",
"OrderType": 14,
"Discount": 1.1,
"DiscountAmount": 1.1,
"PaymentType": 1,
"IsSync": true
}
]
application/xml, text/xml
Sample:
<ArrayOfSyncModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Models">
<SyncModel>
<Customer xmlns:d3p1="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
<d3p1:ApplicationId>2</d3p1:ApplicationId>
<d3p1:Code>sample string 9</d3p1:Code>
<d3p1:Email>sample string 6</d3p1:Email>
<d3p1:FirstName>sample string 5</d3p1:FirstName>
<d3p1:Id>1</d3p1:Id>
<d3p1:PasswordHash>sample string 8</d3p1:PasswordHash>
<d3p1:PhoneNumber>sample string 7</d3p1:PhoneNumber>
<d3p1:Role>sample string 4</d3p1:Role>
<d3p1:UserId>3</d3p1:UserId>
</Customer>
<CustomerId>sample string 5</CustomerId>
<Discount>1.1</Discount>
<DiscountAmount>1.1</DiscountAmount>
<ExternalOrderId>sample string 9</ExternalOrderId>
<Id>sample string 1</Id>
<IsSync>true</IsSync>
<ItemToRemove>true</ItemToRemove>
<Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
<d3p1:EntityViewCartV2>
<d3p1:ApplicationId>0</d3p1:ApplicationId>
<d3p1:Code>sample string 35</d3p1:Code>
<d3p1:Email>sample string 32</d3p1:Email>
<d3p1:FirstName>sample string 31</d3p1:FirstName>
<d3p1:Id>0</d3p1:Id>
<d3p1:PasswordHash>sample string 34</d3p1:PasswordHash>
<d3p1:PhoneNumber>sample string 33</d3p1:PhoneNumber>
<d3p1:Role>sample string 30</d3p1:Role>
<d3p1:UserId>29</d3p1:UserId>
<d3p1:ApplicationId>6</d3p1:ApplicationId>
<d3p1:COD>true</d3p1:COD>
<d3p1:Chef>
<d3p1:CompletedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:CompletedDtm>
<d3p1:FirstName>sample string 2</d3p1:FirstName>
<d3p1:StartedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:StartedDtm>
<d3p1:UserId>1</d3p1:UserId>
</d3p1:Chef>
<d3p1:ComplementaryQuantity>8</d3p1:ComplementaryQuantity>
<d3p1:ComplementaryReason>sample string 26</d3p1:ComplementaryReason>
<d3p1:DeliveryCharge>1.1</d3p1:DeliveryCharge>
<d3p1:Description>sample string 21</d3p1:Description>
<d3p1:ExternalOrderId>sample string 27</d3p1:ExternalOrderId>
<d3p1:GstDetails>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
</d3p1:GstDetails>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsComplementary>true</d3p1:IsComplementary>
<d3p1:KOTDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:KOTDtm>
<d3p1:KOTNumber>12</d3p1:KOTNumber>
<d3p1:KOTStatus>13</d3p1:KOTStatus>
<d3p1:LocalId>sample string 2</d3p1:LocalId>
<d3p1:LocationId>24</d3p1:LocationId>
<d3p1:OrderId>4</d3p1:OrderId>
<d3p1:OrderNumber>sample string 5</d3p1:OrderNumber>
<d3p1:OrderStatus>10</d3p1:OrderStatus>
<d3p1:OrderType>1</d3p1:OrderType>
<d3p1:OrderedOn>2026-07-22T12:23:49.2914796-07:00</d3p1:OrderedOn>
<d3p1:ParentCaption>sample string 20</d3p1:ParentCaption>
<d3p1:ParentId>3</d3p1:ParentId>
<d3p1:ParentName>sample string 19</d3p1:ParentName>
<d3p1:ParentRelativeUrl>sample string 22</d3p1:ParentRelativeUrl>
<d3p1:Quantity>1</d3p1:Quantity>
<d3p1:Remark>sample string 11</d3p1:Remark>
<d3p1:SectionId>15</d3p1:SectionId>
<d3p1:SectionName>sample string 18</d3p1:SectionName>
<d3p1:Status>9</d3p1:Status>
<d3p1:Stock>1</d3p1:Stock>
<d3p1:StockId>1</d3p1:StockId>
<d3p1:TableId>16</d3p1:TableId>
<d3p1:TableName>sample string 17</d3p1:TableName>
<d3p1:TotalPrice>1.1</d3p1:TotalPrice>
<d3p1:UnitPrice>1.1</d3p1:UnitPrice>
<d3p1:customerId>25</d3p1:customerId>
</d3p1:EntityViewCartV2>
<d3p1:EntityViewCartV2>
<d3p1:ApplicationId>0</d3p1:ApplicationId>
<d3p1:Code>sample string 35</d3p1:Code>
<d3p1:Email>sample string 32</d3p1:Email>
<d3p1:FirstName>sample string 31</d3p1:FirstName>
<d3p1:Id>0</d3p1:Id>
<d3p1:PasswordHash>sample string 34</d3p1:PasswordHash>
<d3p1:PhoneNumber>sample string 33</d3p1:PhoneNumber>
<d3p1:Role>sample string 30</d3p1:Role>
<d3p1:UserId>29</d3p1:UserId>
<d3p1:ApplicationId>6</d3p1:ApplicationId>
<d3p1:COD>true</d3p1:COD>
<d3p1:Chef>
<d3p1:CompletedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:CompletedDtm>
<d3p1:FirstName>sample string 2</d3p1:FirstName>
<d3p1:StartedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:StartedDtm>
<d3p1:UserId>1</d3p1:UserId>
</d3p1:Chef>
<d3p1:ComplementaryQuantity>8</d3p1:ComplementaryQuantity>
<d3p1:ComplementaryReason>sample string 26</d3p1:ComplementaryReason>
<d3p1:DeliveryCharge>1.1</d3p1:DeliveryCharge>
<d3p1:Description>sample string 21</d3p1:Description>
<d3p1:ExternalOrderId>sample string 27</d3p1:ExternalOrderId>
<d3p1:GstDetails>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
</d3p1:GstDetails>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsComplementary>true</d3p1:IsComplementary>
<d3p1:KOTDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:KOTDtm>
<d3p1:KOTNumber>12</d3p1:KOTNumber>
<d3p1:KOTStatus>13</d3p1:KOTStatus>
<d3p1:LocalId>sample string 2</d3p1:LocalId>
<d3p1:LocationId>24</d3p1:LocationId>
<d3p1:OrderId>4</d3p1:OrderId>
<d3p1:OrderNumber>sample string 5</d3p1:OrderNumber>
<d3p1:OrderStatus>10</d3p1:OrderStatus>
<d3p1:OrderType>1</d3p1:OrderType>
<d3p1:OrderedOn>2026-07-22T12:23:49.2914796-07:00</d3p1:OrderedOn>
<d3p1:ParentCaption>sample string 20</d3p1:ParentCaption>
<d3p1:ParentId>3</d3p1:ParentId>
<d3p1:ParentName>sample string 19</d3p1:ParentName>
<d3p1:ParentRelativeUrl>sample string 22</d3p1:ParentRelativeUrl>
<d3p1:Quantity>1</d3p1:Quantity>
<d3p1:Remark>sample string 11</d3p1:Remark>
<d3p1:SectionId>15</d3p1:SectionId>
<d3p1:SectionName>sample string 18</d3p1:SectionName>
<d3p1:Status>9</d3p1:Status>
<d3p1:Stock>1</d3p1:Stock>
<d3p1:StockId>1</d3p1:StockId>
<d3p1:TableId>16</d3p1:TableId>
<d3p1:TableName>sample string 17</d3p1:TableName>
<d3p1:TotalPrice>1.1</d3p1:TotalPrice>
<d3p1:UnitPrice>1.1</d3p1:UnitPrice>
<d3p1:customerId>25</d3p1:customerId>
</d3p1:EntityViewCartV2>
</Items>
<LiveId>3</LiveId>
<LocalId>sample string 2</LocalId>
<OrderSource>12</OrderSource>
<OrderStatus>11</OrderStatus>
<OrderSummary xmlns:d3p1="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
<d3p1:Count>2</d3p1:Count>
<d3p1:DeliveryCharge>1.1</d3p1:DeliveryCharge>
<d3p1:Discount>1.1</d3p1:Discount>
<d3p1:DiscountAmount>1.1</d3p1:DiscountAmount>
<d3p1:OrderId>1</d3p1:OrderId>
<d3p1:OrderNumber>sample string 4</d3p1:OrderNumber>
<d3p1:ParentId>sample string 5</d3p1:ParentId>
<d3p1:PaymentType>1</d3p1:PaymentType>
<d3p1:Remark>sample string 6</d3p1:Remark>
<d3p1:Status>3</d3p1:Status>
<d3p1:TotalPayableAmount>1.1</d3p1:TotalPayableAmount>
<d3p1:TotalPrice>1.1</d3p1:TotalPrice>
</OrderSummary>
<OrderType>14</OrderType>
<OrderedOn>2026-07-22T12:23:49.2914796-07:00</OrderedOn>
<OrdersId>sample string 6</OrdersId>
<PaymentType>1</PaymentType>
<Remark>sample string 13</Remark>
<SectionId>7</SectionId>
<TableId>4</TableId>
</SyncModel>
<SyncModel>
<Customer xmlns:d3p1="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
<d3p1:ApplicationId>2</d3p1:ApplicationId>
<d3p1:Code>sample string 9</d3p1:Code>
<d3p1:Email>sample string 6</d3p1:Email>
<d3p1:FirstName>sample string 5</d3p1:FirstName>
<d3p1:Id>1</d3p1:Id>
<d3p1:PasswordHash>sample string 8</d3p1:PasswordHash>
<d3p1:PhoneNumber>sample string 7</d3p1:PhoneNumber>
<d3p1:Role>sample string 4</d3p1:Role>
<d3p1:UserId>3</d3p1:UserId>
</Customer>
<CustomerId>sample string 5</CustomerId>
<Discount>1.1</Discount>
<DiscountAmount>1.1</DiscountAmount>
<ExternalOrderId>sample string 9</ExternalOrderId>
<Id>sample string 1</Id>
<IsSync>true</IsSync>
<ItemToRemove>true</ItemToRemove>
<Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
<d3p1:EntityViewCartV2>
<d3p1:ApplicationId>0</d3p1:ApplicationId>
<d3p1:Code>sample string 35</d3p1:Code>
<d3p1:Email>sample string 32</d3p1:Email>
<d3p1:FirstName>sample string 31</d3p1:FirstName>
<d3p1:Id>0</d3p1:Id>
<d3p1:PasswordHash>sample string 34</d3p1:PasswordHash>
<d3p1:PhoneNumber>sample string 33</d3p1:PhoneNumber>
<d3p1:Role>sample string 30</d3p1:Role>
<d3p1:UserId>29</d3p1:UserId>
<d3p1:ApplicationId>6</d3p1:ApplicationId>
<d3p1:COD>true</d3p1:COD>
<d3p1:Chef>
<d3p1:CompletedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:CompletedDtm>
<d3p1:FirstName>sample string 2</d3p1:FirstName>
<d3p1:StartedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:StartedDtm>
<d3p1:UserId>1</d3p1:UserId>
</d3p1:Chef>
<d3p1:ComplementaryQuantity>8</d3p1:ComplementaryQuantity>
<d3p1:ComplementaryReason>sample string 26</d3p1:ComplementaryReason>
<d3p1:DeliveryCharge>1.1</d3p1:DeliveryCharge>
<d3p1:Description>sample string 21</d3p1:Description>
<d3p1:ExternalOrderId>sample string 27</d3p1:ExternalOrderId>
<d3p1:GstDetails>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
</d3p1:GstDetails>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsComplementary>true</d3p1:IsComplementary>
<d3p1:KOTDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:KOTDtm>
<d3p1:KOTNumber>12</d3p1:KOTNumber>
<d3p1:KOTStatus>13</d3p1:KOTStatus>
<d3p1:LocalId>sample string 2</d3p1:LocalId>
<d3p1:LocationId>24</d3p1:LocationId>
<d3p1:OrderId>4</d3p1:OrderId>
<d3p1:OrderNumber>sample string 5</d3p1:OrderNumber>
<d3p1:OrderStatus>10</d3p1:OrderStatus>
<d3p1:OrderType>1</d3p1:OrderType>
<d3p1:OrderedOn>2026-07-22T12:23:49.2914796-07:00</d3p1:OrderedOn>
<d3p1:ParentCaption>sample string 20</d3p1:ParentCaption>
<d3p1:ParentId>3</d3p1:ParentId>
<d3p1:ParentName>sample string 19</d3p1:ParentName>
<d3p1:ParentRelativeUrl>sample string 22</d3p1:ParentRelativeUrl>
<d3p1:Quantity>1</d3p1:Quantity>
<d3p1:Remark>sample string 11</d3p1:Remark>
<d3p1:SectionId>15</d3p1:SectionId>
<d3p1:SectionName>sample string 18</d3p1:SectionName>
<d3p1:Status>9</d3p1:Status>
<d3p1:Stock>1</d3p1:Stock>
<d3p1:StockId>1</d3p1:StockId>
<d3p1:TableId>16</d3p1:TableId>
<d3p1:TableName>sample string 17</d3p1:TableName>
<d3p1:TotalPrice>1.1</d3p1:TotalPrice>
<d3p1:UnitPrice>1.1</d3p1:UnitPrice>
<d3p1:customerId>25</d3p1:customerId>
</d3p1:EntityViewCartV2>
<d3p1:EntityViewCartV2>
<d3p1:ApplicationId>0</d3p1:ApplicationId>
<d3p1:Code>sample string 35</d3p1:Code>
<d3p1:Email>sample string 32</d3p1:Email>
<d3p1:FirstName>sample string 31</d3p1:FirstName>
<d3p1:Id>0</d3p1:Id>
<d3p1:PasswordHash>sample string 34</d3p1:PasswordHash>
<d3p1:PhoneNumber>sample string 33</d3p1:PhoneNumber>
<d3p1:Role>sample string 30</d3p1:Role>
<d3p1:UserId>29</d3p1:UserId>
<d3p1:ApplicationId>6</d3p1:ApplicationId>
<d3p1:COD>true</d3p1:COD>
<d3p1:Chef>
<d3p1:CompletedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:CompletedDtm>
<d3p1:FirstName>sample string 2</d3p1:FirstName>
<d3p1:StartedDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:StartedDtm>
<d3p1:UserId>1</d3p1:UserId>
</d3p1:Chef>
<d3p1:ComplementaryQuantity>8</d3p1:ComplementaryQuantity>
<d3p1:ComplementaryReason>sample string 26</d3p1:ComplementaryReason>
<d3p1:DeliveryCharge>1.1</d3p1:DeliveryCharge>
<d3p1:Description>sample string 21</d3p1:Description>
<d3p1:ExternalOrderId>sample string 27</d3p1:ExternalOrderId>
<d3p1:GstDetails>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
<EntityGstModel>
<BusinessInvoiceId>1</BusinessInvoiceId>
<Id>1</Id>
<ParentId>1</ParentId>
<ParentType>1</ParentType>
<TaxAmount>1.1</TaxAmount>
<TaxRate>sample string 3</TaxRate>
<TaxType>sample string 2</TaxType>
</EntityGstModel>
</d3p1:GstDetails>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsComplementary>true</d3p1:IsComplementary>
<d3p1:KOTDtm>2026-07-22T12:23:49.2914796-07:00</d3p1:KOTDtm>
<d3p1:KOTNumber>12</d3p1:KOTNumber>
<d3p1:KOTStatus>13</d3p1:KOTStatus>
<d3p1:LocalId>sample string 2</d3p1:LocalId>
<d3p1:LocationId>24</d3p1:LocationId>
<d3p1:OrderId>4</d3p1:OrderId>
<d3p1:OrderNumber>sample string 5</d3p1:OrderNumber>
<d3p1:OrderStatus>10</d3p1:OrderStatus>
<d3p1:OrderType>1</d3p1:OrderType>
<d3p1:OrderedOn>2026-07-22T12:23:49.2914796-07:00</d3p1:OrderedOn>
<d3p1:ParentCaption>sample string 20</d3p1:ParentCaption>
<d3p1:ParentId>3</d3p1:ParentId>
<d3p1:ParentName>sample string 19</d3p1:ParentName>
<d3p1:ParentRelativeUrl>sample string 22</d3p1:ParentRelativeUrl>
<d3p1:Quantity>1</d3p1:Quantity>
<d3p1:Remark>sample string 11</d3p1:Remark>
<d3p1:SectionId>15</d3p1:SectionId>
<d3p1:SectionName>sample string 18</d3p1:SectionName>
<d3p1:Status>9</d3p1:Status>
<d3p1:Stock>1</d3p1:Stock>
<d3p1:StockId>1</d3p1:StockId>
<d3p1:TableId>16</d3p1:TableId>
<d3p1:TableName>sample string 17</d3p1:TableName>
<d3p1:TotalPrice>1.1</d3p1:TotalPrice>
<d3p1:UnitPrice>1.1</d3p1:UnitPrice>
<d3p1:customerId>25</d3p1:customerId>
</d3p1:EntityViewCartV2>
</Items>
<LiveId>3</LiveId>
<LocalId>sample string 2</LocalId>
<OrderSource>12</OrderSource>
<OrderStatus>11</OrderStatus>
<OrderSummary xmlns:d3p1="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
<d3p1:Count>2</d3p1:Count>
<d3p1:DeliveryCharge>1.1</d3p1:DeliveryCharge>
<d3p1:Discount>1.1</d3p1:Discount>
<d3p1:DiscountAmount>1.1</d3p1:DiscountAmount>
<d3p1:OrderId>1</d3p1:OrderId>
<d3p1:OrderNumber>sample string 4</d3p1:OrderNumber>
<d3p1:ParentId>sample string 5</d3p1:ParentId>
<d3p1:PaymentType>1</d3p1:PaymentType>
<d3p1:Remark>sample string 6</d3p1:Remark>
<d3p1:Status>3</d3p1:Status>
<d3p1:TotalPayableAmount>1.1</d3p1:TotalPayableAmount>
<d3p1:TotalPrice>1.1</d3p1:TotalPrice>
</OrderSummary>
<OrderType>14</OrderType>
<OrderedOn>2026-07-22T12:23:49.2914796-07:00</OrderedOn>
<OrdersId>sample string 6</OrdersId>
<PaymentType>1</PaymentType>
<Remark>sample string 13</Remark>
<SectionId>7</SectionId>
<TableId>4</TableId>
</SyncModel>
</ArrayOfSyncModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.