PUT Update Order
Update the specified future order to the ATO system for the specified site.
URI template
v1/FormattedOrders/{storeIdentifier}/{updateOrderId}?updateOrderOptions={updateOrderOptions}&timeout={timeout}Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| storeIdentifier | integer |
Required |
Key serial number for the site. |
| updateOrderId | long |
Required |
order Id to update |
| updateOrderOptions | UpdateOrderOptions |
Default value is None |
Udpate Address or Ignore Capacity or Update Payment |
| timeout | integer |
Default value is 30000 |
Amount of a time, in milliseconds, to wait for operation to complete. |
Body Parameters
Order to Update.
InOrderUpdate| Name | Type | Additional information | Description |
|---|---|---|---|
| OrderId | long |
None. |
An identifier for this OutOrder that is assigned
|
| OrderNumber | integer |
None. |
An identifier for this OutOrder that is assigned
|
| SequenceNumber | integer |
None. |
Sequence number generated by ATO that is incremented and assigned to each new OutOrder. This number resets at EOD |
| FirstSentToKitchenTime | date |
None. |
Time the OutOrder was first sent to the kitchen for preparation
|
| LastSentToKitchenTime | date |
None. |
Time the OutOrder was last sent to the kitchen for preparation. |
| FirstBumpTime | date |
None. |
The first time the OutOrder was completely bumped from the kitchen system |
| LastBumpTime | date |
None. |
The last time the OutOrder was completely bumped from the kitchen system |
| FirstPaymentTime | date |
None. |
First time a payment was applied to the check in the POS system |
| LastPaymentTime | date |
None. |
Last time a payment was applied to the check in the POS system |
| DispatchTime | date |
None. |
For delivery orders, this value represents the time the associated driver left the store with the OutOrder |
| FulfilledTime | date |
None. |
Time the OutOrder was given to the customer |
| ClosedTime | date |
None. |
Time the OutOrder was closed in ATO |
| ModeCharge | decimal number |
None. |
Amount of the service charge added to the
|
| SubTotal | decimal number |
None. |
Total amount charged for all items in the
|
| DiscountTotal | decimal number |
None. |
Total amount of discounts applied to the OutOrder |
| Tax | decimal number |
None. |
Amount of tax charged to the OutOrder. |
| PaymentTotal | decimal number |
None. |
Total amount of all payments applied to the OutOrder |
| Total | decimal number |
None. |
Total amount charged to the OutOrder,
|
| Tendered | boolean |
None. |
Indicates whether the OutOrder has been completely tendered. |
| DriverId | integer |
None. |
Id of associated driver in the POS system for delivery orders |
| Customer | OutCustomer |
Required |
Customer placing the Order |
| Items | Collection of OutItem |
Required |
Items for the Order |
| FailedItems | Collection of FailedOutItem |
None. |
FailedItems for the Order |
| Tenders | Collection of OutTender |
None. |
Tenders applied to the order |
| Promos | Collection of OutPromo |
None. |
Promos applied to the Order |
| Comps | Collection of OutComp |
None. |
Comps applied to the Order |
| Guests | Collection of OutGuest |
None. |
Collection of guest |
| ReferenceNumber | long |
None. |
An optional OutOrder identifier for tracking use by external applications |
| ExternalOrderId | string |
None. |
An optional free-form order identifier use by external applications |
| OrderTime | date |
None. |
Date and time order was placed |
| PrepTime | integer |
None. |
Amount of time in minutes needed to
|
| DriveTime | integer |
None. |
Amount of time in minutes needed to deliver the order to the customer |
| PromiseDateTime | date |
None. |
Date and time that the customer can expect the order to be ready. |
| OrderSource | OrderSourceType |
None. |
Indicates where an OutOrder originated from |
| Destination | string |
None. |
Order destination |
| SourceId | string |
None. |
The source id |
| DestinationId | string |
None. |
The destination id |
| OrderMode | OrderModeType |
Required |
Mode of the order |
| OverrideModeCharge | decimal number |
None. |
Allows the amount of the order mode
|
| Status | OrderStatus |
None. |
Status of the Order.
|
| AutoSendToKitchen | boolean |
None. |
For InDelay orders, this dictates whether the system will automatically send the order to the kitchen at the prescribed time (if true),
|
| TaxExempt | boolean |
None. |
Indicates that this order should be tax
|
| EstimatedSubTotal | decimal number |
None. |
Not currently used |
| EstimatedTax | decimal number |
None. |
Used to indicate the tax that the external
|
| SpecialInstructions | string |
None. |
Special instructions for the order |
| CheckedIn | boolean |
None. |
Indicates whether the order has been checked in at the site |
| CheckInSummary | string |
None. |
All available check in information concatenated into one field |
| CheckInApplication | string |
None. |
Name of the application used to initiate the check in event |
| CheckInOriginType | string |
None. |
Simple description of the hardware/software situation the above application/system used to originate the event |
| CheckInOriginId | string |
None. |
If applicable, a specific number of the origin type above to help identify it |
| CheckInVectorType | string |
None. |
If applicable, a predefined physical or logical target for the behavior defined around the check in action. |
| CheckInVectorId | string |
None. |
If applicable, a specific number of the Vector Type above to help identify it |
| CheckInIntent | string |
None. |
Specifies actions to be taken by the in store software.
|
| AutoRelease | boolean |
None. |
Indicates whether the order should auto release at the future order release window |
| PartySize | integer |
None. |
Indicates the number of people who will be served by this order |
| ReleaseAwaitingDeposit | boolean |
None. |
If set to true on a future order, the order
|
| AssignAlohaLoyalty | boolean |
None. |
If set to true, ATO will assign any loyalty merits/rewards to the customer's
|
| SiteInformation | SiteInformation |
None. |
Optional SiteInformation element |
| KitchenStatus | KitchenStatus |
None. |
The status of the order in the kitchen |
| LaneIdentifier | string |
None. |
Identifies which lane an order is intended for in a multilane drive-through |
Request Formats
application/json, text/json
{
"OrderId": 1,
"OrderNumber": 2,
"SequenceNumber": 3,
"FirstSentToKitchenTime": "2025-11-01T22:44:53.7296041+00:00",
"LastSentToKitchenTime": "2025-11-01T22:44:53.7296041+00:00",
"FirstBumpTime": "2025-11-01T22:44:53.7296041+00:00",
"LastBumpTime": "2025-11-01T22:44:53.7296041+00:00",
"FirstPaymentTime": "2025-11-01T22:44:53.7296041+00:00",
"LastPaymentTime": "2025-11-01T22:44:53.7296041+00:00",
"DispatchTime": "2025-11-01T22:44:53.7296041+00:00",
"FulfilledTime": "2025-11-01T22:44:53.7296041+00:00",
"ClosedTime": "2025-11-01T22:44:53.7296041+00:00",
"ModeCharge": 4.0,
"SubTotal": 5.0,
"DiscountTotal": 6.0,
"Tax": 7.0,
"PaymentTotal": 8.0,
"Total": 9.0,
"Tendered": true,
"DriverId": 11,
"Customer": {
"$id": "2",
"DeliveryZone": "sample string 1",
"ExtraAddresses": [
{
"$id": "3",
"DeliveryZone": "sample string 1",
"AddressId": 1,
"AddressType": 0,
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Postal": "sample string 6",
"Country": "sample string 7",
"BusinessName": "sample string 8",
"AddressNotes": "sample string 9",
"IsDefault": true,
"DepartmentName": "sample string 11"
},
{
"$ref": "3"
}
],
"Vehicle": {
"$id": "4",
"Id": 1,
"Make": "sample string 2",
"Model": "sample string 3",
"Color": "sample string 4"
},
"CustomerId": 1,
"ReferenceId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EMail": "sample string 4",
"LoyaltyCardNumber": "sample string 5",
"TaxId": "sample string 6",
"Notes": "sample string 7",
"VoicePhone": "sample string 8",
"VoicePhoneExtension": "sample string 9",
"PhoneType": 0,
"AddressLine1": "sample string 10",
"AddressLine2": "sample string 11",
"City": "sample string 12",
"State": "sample string 13",
"Postal": "sample string 14",
"AddressNotes": "sample string 15",
"AddressType": 0,
"SaveAddress": true,
"BusinessName": "sample string 16",
"DepartmentName": "sample string 17"
},
"Items": [
{
"$id": "5",
"ItemId": 1,
"Level": 2,
"ResultCode": "sample string 3",
"SubItems": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"ReferenceId": 4,
"PosItemId": 5,
"ModCodeId": 6,
"SourceModifierGroupId": 7,
"Name": "sample string 8",
"Quantity": 9,
"PreciseQuantity": 10.0,
"Price": 11.0,
"UseTakeOutPrice": true,
"Message": "sample string 13"
},
{
"$ref": "5"
}
],
"FailedItems": [
{
"$id": "6",
"ItemId": 1,
"Level": 2,
"ResultCode": "sample string 3",
"SubItems": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ReferenceId": 4,
"PosItemId": 5,
"ModCodeId": 6,
"SourceModifierGroupId": 7,
"Name": "sample string 8",
"Quantity": 9,
"PreciseQuantity": 10.0,
"Price": 11.0,
"UseTakeOutPrice": true,
"Message": "sample string 13"
},
{
"$ref": "6"
}
],
"Tenders": [
{
"$id": "7",
"AuthCode": "sample string 1",
"PaymentAuthorizationDeclinedReason": "sample string 2",
"GiftCardBalance": 3.0,
"Status": 0,
"Terminal": "sample string 4",
"DepositId": 1,
"Id": 1,
"P2PECombo": 0,
"PaymentMethodType": 0,
"AccountNumber": "sample string 6",
"PayBalance": true,
"Amount": 8.0,
"Tip": 9.0,
"PreAuthorize": true,
"DepositTenderType": null,
"WalletType": 0,
"WalletId": "sample string 12",
"ProcessingType": 0,
"CardNumberMasked": "sample string 13"
},
{
"$ref": "7"
}
],
"Promos": [
{
"$id": "8",
"DiscountAmount": 1.0,
"ItemSelections": [
{
"$id": "9",
"ItemId": 1,
"GroupId": 2,
"ItemReferenceIds": [
1,
2
]
},
{
"$ref": "9"
}
],
"IdentifierData": "sample string 1",
"GuestCount": 2,
"PromoId": 3,
"Amount": 4.0
},
{
"$ref": "8"
}
],
"Comps": [
{
"$id": "10",
"ItemSelections": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"CompId": 1,
"Rate": 2.0,
"Amount": 3.0
},
{
"$ref": "10"
}
],
"Guests": [
{
"$id": "11",
"Total": 1.0,
"Subtotal": 2.0,
"Tax": 3.0,
"SecondaryTax": 4.0,
"Surcharge": 5.0,
"AdditionalCharge": 6.0,
"OrderModeCharge": 7.0,
"Gratuity": 8.0,
"Discount": 9.0,
"ItemIds": [
1,
2
],
"Number": 1,
"Name": "sample string 10"
},
{
"$ref": "11"
}
],
"ReferenceNumber": 12,
"ExternalOrderId": "sample string 13",
"OrderTime": "2025-11-01T22:44:53.7346038+00:00",
"PrepTime": 14,
"DriveTime": 15,
"PromiseDateTime": "2025-11-01T22:44:53.7346038+00:00",
"OrderSource": 0,
"Destination": "sample string 17",
"SourceId": "sample string 18",
"DestinationId": "sample string 19",
"OrderMode": 0,
"OverrideModeCharge": 1.0,
"Status": 0,
"AutoSendToKitchen": true,
"TaxExempt": true,
"EstimatedSubTotal": 22.0,
"EstimatedTax": 23.0,
"SpecialInstructions": "sample string 24",
"CheckedIn": true,
"CheckInSummary": "sample string 26",
"CheckInApplication": "sample string 27",
"CheckInOriginType": "sample string 28",
"CheckInOriginId": "sample string 29",
"CheckInVectorType": "sample string 30",
"CheckInVectorId": "sample string 31",
"CheckInIntent": "sample string 32",
"AutoRelease": true,
"PartySize": 34,
"ReleaseAwaitingDeposit": true,
"AssignAlohaLoyalty": true,
"SiteInformation": {
"$id": "12",
"OnlineCompanyCode": "sample string 1",
"OnlineSiteId": "sample string 2"
},
"KitchenStatus": 0,
"LaneIdentifier": "sample string 37"
}
application/xml, text/xml
<InOrderUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Inbound">
<AssignAlohaLoyalty xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</AssignAlohaLoyalty>
<AutoRelease xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</AutoRelease>
<AutoSendToKitchen xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</AutoSendToKitchen>
<CheckInApplication xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 27</CheckInApplication>
<CheckInIntent xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 32</CheckInIntent>
<CheckInOriginId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 29</CheckInOriginId>
<CheckInOriginType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 28</CheckInOriginType>
<CheckInSummary xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 26</CheckInSummary>
<CheckInVectorId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 31</CheckInVectorId>
<CheckInVectorType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 30</CheckInVectorType>
<CheckedIn xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</CheckedIn>
<Destination xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 17</Destination>
<DestinationId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 19</DestinationId>
<DriveTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">15</DriveTime>
<EstimatedSubTotal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">22</EstimatedSubTotal>
<EstimatedTax xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">23</EstimatedTax>
<ExternalOrderId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 13</ExternalOrderId>
<KitchenStatus xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</KitchenStatus>
<LaneIdentifier xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 37</LaneIdentifier>
<OrderMode xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</OrderMode>
<OrderSource xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</OrderSource>
<OrderTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2025-11-01T22:44:53.7346038+00:00</OrderTime>
<OverrideModeCharge xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</OverrideModeCharge>
<PartySize xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">34</PartySize>
<PrepTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">14</PrepTime>
<PromiseDateTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2025-11-01T22:44:53.7346038+00:00</PromiseDateTime>
<ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">12</ReferenceNumber>
<ReleaseAwaitingDeposit xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</ReleaseAwaitingDeposit>
<SiteInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/StoreConnect.Models" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d2p1:OnlineCompanyCode>sample string 1</d2p1:OnlineCompanyCode>
<d2p1:OnlineSiteId>sample string 2</d2p1:OnlineSiteId>
</SiteInformation>
<SourceId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 18</SourceId>
<SpecialInstructions xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 24</SpecialInstructions>
<Status xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</Status>
<TaxExempt xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</TaxExempt>
<ClosedTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</ClosedTime>
<Comps xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<OutComp>
<Amount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">3</Amount>
<CompId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</CompId>
<Rate xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</Rate>
<ItemSelections>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
</ItemSelections>
</OutComp>
<OutComp>
<Amount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">3</Amount>
<CompId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</CompId>
<Rate xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</Rate>
<ItemSelections>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
</ItemSelections>
</OutComp>
</Comps>
<Customer xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<AddressLine1 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 10</AddressLine1>
<AddressLine2 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 11</AddressLine2>
<AddressNotes xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 15</AddressNotes>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</AddressType>
<BusinessName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 16</BusinessName>
<City xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 12</City>
<CustomerId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</CustomerId>
<DepartmentName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 17</DepartmentName>
<EMail xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 4</EMail>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 2</FirstName>
<LastName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 3</LastName>
<LoyaltyCardNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 5</LoyaltyCardNumber>
<Notes xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 7</Notes>
<PhoneType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</PhoneType>
<Postal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 14</Postal>
<ReferenceId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</ReferenceId>
<SaveAddress xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</SaveAddress>
<State xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 13</State>
<TaxId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 6</TaxId>
<VoicePhone xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 8</VoicePhone>
<VoicePhoneExtension xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 9</VoicePhoneExtension>
<DeliveryZone>sample string 1</DeliveryZone>
<ExtraAddresses>
<OutAddress>
<AddressId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</AddressId>
<AddressLine1 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 2</AddressLine1>
<AddressLine2 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 3</AddressLine2>
<AddressNotes xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 9</AddressNotes>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</AddressType>
<BusinessName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 8</BusinessName>
<City xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 4</City>
<Country xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 7</Country>
<DepartmentName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 11</DepartmentName>
<IsDefault xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</IsDefault>
<Postal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 6</Postal>
<State xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 5</State>
<DeliveryZone>sample string 1</DeliveryZone>
</OutAddress>
<OutAddress>
<AddressId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</AddressId>
<AddressLine1 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 2</AddressLine1>
<AddressLine2 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 3</AddressLine2>
<AddressNotes xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 9</AddressNotes>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</AddressType>
<BusinessName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 8</BusinessName>
<City xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 4</City>
<Country xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 7</Country>
<DepartmentName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 11</DepartmentName>
<IsDefault xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</IsDefault>
<Postal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 6</Postal>
<State xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 5</State>
<DeliveryZone>sample string 1</DeliveryZone>
</OutAddress>
</ExtraAddresses>
<Vehicle>
<Color xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 4</Color>
<Make xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 2</Make>
<Model xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 3</Model>
<Id>1</Id>
</Vehicle>
</Customer>
<DiscountTotal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">6</DiscountTotal>
<DispatchTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</DispatchTime>
<DriverId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">11</DriverId>
<FailedItems xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<FailedOutItem z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<Message xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 13</Message>
<ModCodeId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">6</ModCodeId>
<Name xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 8</Name>
<PosItemId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">5</PosItemId>
<PreciseQuantity xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">10</PreciseQuantity>
<Price xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">11</Price>
<Quantity xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">9</Quantity>
<ReferenceId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">4</ReferenceId>
<SourceModifierGroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">7</SourceModifierGroupId>
<UseTakeOutPrice xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</UseTakeOutPrice>
<ItemId>1</ItemId>
<Level>2</Level>
<ResultCode>sample string 3</ResultCode>
<SubItems>
<FailedOutItem z:Ref="i1" />
<FailedOutItem z:Ref="i1" />
</SubItems>
</FailedOutItem>
<FailedOutItem z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</FailedItems>
<FirstBumpTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</FirstBumpTime>
<FirstPaymentTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</FirstPaymentTime>
<FirstSentToKitchenTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</FirstSentToKitchenTime>
<FulfilledTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</FulfilledTime>
<Guests xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<OutGuest>
<Name xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 10</Name>
<Number xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</Number>
<AdditionalCharge>6</AdditionalCharge>
<Discount>9</Discount>
<Gratuity>8</Gratuity>
<ItemIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</ItemIds>
<OrderModeCharge>7</OrderModeCharge>
<SecondaryTax>4</SecondaryTax>
<Subtotal>2</Subtotal>
<Surcharge>5</Surcharge>
<Tax>3</Tax>
<Total>1</Total>
</OutGuest>
<OutGuest>
<Name xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 10</Name>
<Number xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">1</Number>
<AdditionalCharge>6</AdditionalCharge>
<Discount>9</Discount>
<Gratuity>8</Gratuity>
<ItemIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</ItemIds>
<OrderModeCharge>7</OrderModeCharge>
<SecondaryTax>4</SecondaryTax>
<Subtotal>2</Subtotal>
<Surcharge>5</Surcharge>
<Tax>3</Tax>
<Total>1</Total>
</OutGuest>
</Guests>
<Items xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<OutItem z:Id="i2" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<Message xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 13</Message>
<ModCodeId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">6</ModCodeId>
<Name xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 8</Name>
<PosItemId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">5</PosItemId>
<PreciseQuantity xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">10</PreciseQuantity>
<Price xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">11</Price>
<Quantity xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">9</Quantity>
<ReferenceId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">4</ReferenceId>
<SourceModifierGroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">7</SourceModifierGroupId>
<UseTakeOutPrice xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</UseTakeOutPrice>
<EntryType>Item</EntryType>
<ItemId>1</ItemId>
<Level>2</Level>
<ResultCode>sample string 3</ResultCode>
<SubItems>
<OutItem z:Ref="i2" />
<OutItem z:Ref="i2" />
</SubItems>
</OutItem>
<OutItem z:Ref="i2" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</Items>
<LastBumpTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</LastBumpTime>
<LastPaymentTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</LastPaymentTime>
<LastSentToKitchenTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2025-11-01T22:44:53.7296041+00:00</LastSentToKitchenTime>
<ModeCharge xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">4</ModeCharge>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">1</OrderId>
<OrderNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">2</OrderNumber>
<PaymentTotal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">8</PaymentTotal>
<Promos xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<OutPromo>
<Amount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">4</Amount>
<GuestCount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GuestCount>
<IdentifierData xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 1</IdentifierData>
<PromoId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">3</PromoId>
<DiscountAmount>1</DiscountAmount>
<ItemSelections>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
</ItemSelections>
</OutPromo>
<OutPromo>
<Amount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">4</Amount>
<GuestCount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GuestCount>
<IdentifierData xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 1</IdentifierData>
<PromoId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">3</PromoId>
<DiscountAmount>1</DiscountAmount>
<ItemSelections>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
<OutItemSelection>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">2</GroupId>
<ItemReferenceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">
<d6p1:int>1</d6p1:int>
<d6p1:int>2</d6p1:int>
</ItemReferenceIds>
<ItemId>1</ItemId>
</OutItemSelection>
</ItemSelections>
</OutPromo>
</Promos>
<SequenceNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">3</SequenceNumber>
<SubTotal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">5</SubTotal>
<Tax xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">7</Tax>
<Tendered xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">true</Tendered>
<Tenders xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<OutTender>
<AccountNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 6</AccountNumber>
<Amount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">8</Amount>
<CardNumberMasked xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 13</CardNumberMasked>
<DepositTenderType i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<DepositTenderTypeString xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 11</DepositTenderTypeString>
<PayBalance xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</PayBalance>
<PaymentMethodType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</PaymentMethodType>
<PaymentMethodTypeString xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 5</PaymentMethodTypeString>
<PreAuthorize xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</PreAuthorize>
<ProcessingType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">CreditCard</ProcessingType>
<Tip xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">9</Tip>
<WalletId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 12</WalletId>
<WalletType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">Unknown</WalletType>
<AuthCode>sample string 1</AuthCode>
<DepositId>1</DepositId>
<GiftCardBalance>3</GiftCardBalance>
<Id>1</Id>
<P2PECombo>NonP2PETransaction</P2PECombo>
<PaymentAuthorizationDeclinedReason>sample string 2</PaymentAuthorizationDeclinedReason>
<Status>None</Status>
<Terminal>sample string 4</Terminal>
</OutTender>
<OutTender>
<AccountNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 6</AccountNumber>
<Amount xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">8</Amount>
<CardNumberMasked xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 13</CardNumberMasked>
<DepositTenderType i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<DepositTenderTypeString xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 11</DepositTenderTypeString>
<PayBalance xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</PayBalance>
<PaymentMethodType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</PaymentMethodType>
<PaymentMethodTypeString xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 5</PaymentMethodTypeString>
<PreAuthorize xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">true</PreAuthorize>
<ProcessingType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">CreditCard</ProcessingType>
<Tip xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">9</Tip>
<WalletId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">sample string 12</WalletId>
<WalletType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">Unknown</WalletType>
<AuthCode>sample string 1</AuthCode>
<DepositId>1</DepositId>
<GiftCardBalance>3</GiftCardBalance>
<Id>1</Id>
<P2PECombo>NonP2PETransaction</P2PECombo>
<PaymentAuthorizationDeclinedReason>sample string 2</PaymentAuthorizationDeclinedReason>
<Status>None</Status>
<Terminal>sample string 4</Terminal>
</OutTender>
</Tenders>
<Total xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">9</Total>
</InOrderUpdate>
Response Information
Resource Description
FormattedOrderResponse| Name | Type | Additional information | Description |
|---|---|---|---|
| ApiResult | StoreApiResponse |
None. |
The result returned by the Api |
| UpdatedOrder | OutOrder |
None. |
The updated Order returned by the POS |
| NewSuggestedTime | date |
None. |
Set when the attempt to fulfill the Order at the specified PromiseTime would exceed the set Capacity for the restaurant. Only set in a Submit Order call |
Response Formats
application/json, text/json
{
"UpdatedOrder": {
"$id": "2",
"OrderId": 0,
"OrderNumber": 0,
"SequenceNumber": 0,
"FirstSentToKitchenTime": null,
"LastSentToKitchenTime": null,
"FirstBumpTime": null,
"LastBumpTime": null,
"FirstPaymentTime": null,
"LastPaymentTime": null,
"DispatchTime": null,
"FulfilledTime": null,
"ClosedTime": null,
"ModeCharge": 0.0,
"SubTotal": 0.0,
"DiscountTotal": 0.0,
"Tax": 0.0,
"PaymentTotal": 0.0,
"Total": 0.0,
"Tendered": false,
"DriverId": 0,
"Customer": {
"$id": "3",
"DeliveryZone": null,
"ExtraAddresses": null,
"Vehicle": null,
"CustomerId": 0,
"ReferenceId": 0,
"FirstName": "",
"LastName": "",
"EMail": null,
"LoyaltyCardNumber": "",
"TaxId": "",
"Notes": "",
"VoicePhone": "",
"VoicePhoneExtension": null,
"PhoneType": 0,
"AddressLine1": "",
"AddressLine2": "",
"City": "",
"State": "",
"Postal": "",
"AddressNotes": null,
"AddressType": 0,
"SaveAddress": false,
"BusinessName": "",
"DepartmentName": ""
},
"Items": [],
"FailedItems": [],
"Tenders": [],
"Promos": [],
"Comps": [],
"Guests": [],
"ReferenceNumber": 0,
"ExternalOrderId": null,
"OrderTime": null,
"PrepTime": 0,
"DriveTime": 0,
"PromiseDateTime": "0001-01-01T00:00:00",
"OrderSource": 0,
"Destination": null,
"SourceId": null,
"DestinationId": null,
"OrderMode": 0,
"OverrideModeCharge": null,
"Status": 0,
"AutoSendToKitchen": false,
"TaxExempt": false,
"EstimatedSubTotal": 0.0,
"EstimatedTax": 0.0,
"SpecialInstructions": null,
"CheckedIn": false,
"CheckInSummary": null,
"CheckInApplication": null,
"CheckInOriginType": null,
"CheckInOriginId": null,
"CheckInVectorType": null,
"CheckInVectorId": null,
"CheckInIntent": null,
"AutoRelease": false,
"PartySize": 0,
"ReleaseAwaitingDeposit": false,
"AssignAlohaLoyalty": false,
"SiteInformation": null,
"KitchenStatus": 0
},
"NewSuggestedTime": "0001-01-01T00:00:00",
"ApiResult": {
"$id": "4",
"TransactionId": "00000000-0000-0000-0000-000000000000",
"ResultCode": 0,
"ResultMessage": "Success"
}
}
application/xml, text/xml
<FormattedOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Responses.ResponseObjects.OrderResponses">
<ApiResult xmlns:d2p1="http://schemas.datacontract.org/2004/07/StoreConnect.Responses" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Responses.ResponseObjects">
<d2p1:ResultCode>0</d2p1:ResultCode>
<d2p1:ResultMessage>Success</d2p1:ResultMessage>
<d2p1:TransactionId>00000000-0000-0000-0000-000000000000</d2p1:TransactionId>
</ApiResult>
<NewSuggestedTime>0001-01-01T00:00:00</NewSuggestedTime>
<UpdatedOrder xmlns:d2p1="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Outbound">
<AssignAlohaLoyalty xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</AssignAlohaLoyalty>
<AutoRelease xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</AutoRelease>
<AutoSendToKitchen xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</AutoSendToKitchen>
<CheckInApplication i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckInIntent i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckInOriginId i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckInOriginType i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckInSummary i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckInVectorId i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckInVectorType i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<CheckedIn xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</CheckedIn>
<Destination i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<DestinationId i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<DriveTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</DriveTime>
<EstimatedSubTotal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</EstimatedSubTotal>
<EstimatedTax xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</EstimatedTax>
<ExternalOrderId i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<KitchenStatus xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</KitchenStatus>
<LaneIdentifier i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<OrderMode xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</OrderMode>
<OrderSource xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</OrderSource>
<OrderTime i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<OverrideModeCharge i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<PartySize xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</PartySize>
<PrepTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</PrepTime>
<PromiseDateTime xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0001-01-01T00:00:00</PromiseDateTime>
<ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</ReferenceNumber>
<ReleaseAwaitingDeposit xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</ReleaseAwaitingDeposit>
<SiteInformation xmlns:d3p1="http://schemas.datacontract.org/2004/07/StoreConnect.Models" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<SourceId i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<SpecialInstructions i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<Status xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</Status>
<TaxExempt xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</TaxExempt>
<d2p1:ClosedTime i:nil="true" />
<d2p1:Comps />
<d2p1:Customer>
<AddressLine1 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></AddressLine1>
<AddressLine2 xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></AddressLine2>
<AddressNotes i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<AddressType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</AddressType>
<BusinessName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></BusinessName>
<City xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></City>
<CustomerId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</CustomerId>
<DepartmentName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></DepartmentName>
<EMail i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<FirstName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></FirstName>
<LastName xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></LastName>
<LoyaltyCardNumber xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></LoyaltyCardNumber>
<Notes xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></Notes>
<PhoneType xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">None</PhoneType>
<Postal xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></Postal>
<ReferenceId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">0</ReferenceId>
<SaveAddress xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core">false</SaveAddress>
<State xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></State>
<TaxId xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></TaxId>
<VoicePhone xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core"></VoicePhone>
<VoicePhoneExtension i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Models.Core" />
<d2p1:DeliveryZone i:nil="true" />
<d2p1:ExtraAddresses i:nil="true" />
<d2p1:Vehicle i:nil="true" />
</d2p1:Customer>
<d2p1:DiscountTotal>0</d2p1:DiscountTotal>
<d2p1:DispatchTime i:nil="true" />
<d2p1:DriverId>0</d2p1:DriverId>
<d2p1:FailedItems />
<d2p1:FirstBumpTime i:nil="true" />
<d2p1:FirstPaymentTime i:nil="true" />
<d2p1:FirstSentToKitchenTime i:nil="true" />
<d2p1:FulfilledTime i:nil="true" />
<d2p1:Guests />
<d2p1:Items />
<d2p1:LastBumpTime i:nil="true" />
<d2p1:LastPaymentTime i:nil="true" />
<d2p1:LastSentToKitchenTime i:nil="true" />
<d2p1:ModeCharge>0</d2p1:ModeCharge>
<d2p1:OrderId>0</d2p1:OrderId>
<d2p1:OrderNumber>0</d2p1:OrderNumber>
<d2p1:PaymentTotal>0</d2p1:PaymentTotal>
<d2p1:Promos />
<d2p1:SequenceNumber>0</d2p1:SequenceNumber>
<d2p1:SubTotal>0</d2p1:SubTotal>
<d2p1:Tax>0</d2p1:Tax>
<d2p1:Tendered>false</d2p1:Tendered>
<d2p1:Tenders />
<d2p1:Total>0</d2p1:Total>
</UpdatedOrder>
</FormattedOrderResponse>