Created
May 11, 2016 16:55
-
-
Save gabeodess/3793bdd4e93f033866373de6db23523f to your computer and use it in GitHub Desktop.
Dominos API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request URL:https://order.dominos.com/power/place-order | |
Order | |
: | |
{Address: {Street: "93 MONITOR ST # 3", StreetName: "MONITOR ST", UnitNumber: "3", UnitType: "#",…},…} | |
Address | |
: | |
{Street: "93 MONITOR ST # 3", StreetName: "MONITOR ST", UnitNumber: "3", UnitType: "#",…} | |
Coupons | |
: | |
[{Code: "9193", Qty: 1, ID: 1}] | |
CustomerID | |
: | |
"8NnC7XKnx1HySqEuU-qzfqmlszaIN0sC1OZ6Ybx3" | |
: | |
"[email protected]" | |
Extension | |
: | |
"" | |
FirstName | |
: | |
"Gabriel" | |
LanguageCode | |
: | |
"en" | |
LastName | |
: | |
"Odess-Gillett" | |
Loyalty | |
: | |
{LoyaltyCustomer: true, CalculatePotentialPoints: false} | |
CalculatePotentialPoints | |
: | |
false | |
LoyaltyCustomer | |
: | |
true | |
NewUser | |
: | |
false | |
NoCombine | |
: | |
true | |
OrderChannel | |
: | |
"OLO" | |
OrderID | |
: | |
"VfTNdrfMiwcHAahGdvK4" | |
OrderInfoCollection | |
: | |
[] | |
OrderMethod | |
: | |
"Web" | |
OrderTaker | |
: | |
null | |
Partners | |
: | |
{} | |
Payments | |
: | |
[{Type: "CreditCard", Amount: 18.48, CardID: "505de8ab-1a85-4386-8c4d-f4ae11af9b36"}] | |
0 | |
: | |
{Type: "CreditCard", Amount: 18.48, CardID: "505de8ab-1a85-4386-8c4d-f4ae11af9b36"} | |
Amount | |
: | |
18.48 | |
CardID | |
: | |
"505de8ab-1a85-4386-8c4d-f4ae11af9b36" | |
Type | |
: | |
"CreditCard" | |
Phone | |
: | |
"4132484223" | |
PhonePrefix | |
: | |
"" | |
Products | |
: | |
[{Code: "P12IPAZA", Qty: 1, ID: 2, isNew: false,…},…] | |
ServiceMethod | |
: | |
"Delivery" | |
SourceOrganizationURI | |
: | |
"order.dominos.com" | |
StoreID | |
: | |
"3679" | |
Tags | |
: | |
{} | |
Version | |
: | |
"1.0" | |
metaData | |
: | |
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request URL:https://order.dominos.com/orderstorage/GetTrackerData?StoreID=3679&OrderKey=367975446720&_=1462982512906 | |
<?xml version="1.0" encoding="UTF-8"?> | |
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soap:Body> | |
<GetTrackerDataResponse xmlns="http://www.dominos.com/message/"> | |
<Version>1.5</Version> | |
<Query> | |
<StoreID>3679</StoreID> | |
<OrderKey>367975446720</OrderKey> | |
</Query> | |
<AsOf>2016-05-11T12:06:39</AsOf> | |
<OrderStatuses> | |
<OrderStatus> | |
<Version>1.5</Version> | |
<AsOfTime>2016-05-11T12:04:39</AsOfTime> | |
<StoreAsOfTime>2016-05-11T12:06:31</StoreAsOfTime> | |
<StoreID>3679</StoreID> | |
<OrderID>2016-05-11#1174446</OrderID> | |
<Phone>4132484223</Phone> | |
<ServiceMethod>Delivery</ServiceMethod> | |
<AdvancedOrderTime/> | |
<OrderDescription>1 Medium (12") Handmade Pan Pizza w/ Mushrooms, Italian Sausage | |
1 12PCB Crispy Bacon & Tomato | |
</OrderDescription> | |
<OrderTakeCompleteTime>2016-05-11T12:01:58</OrderTakeCompleteTime> | |
<TakeTimeSecs>2</TakeTimeSecs> | |
<CsrID>Power</CsrID> | |
<CsrName/> | |
<OrderSourceCode>Web</OrderSourceCode> | |
<OrderStatus>Oven</OrderStatus> | |
<StartTime>2016-05-11T12:01:58</StartTime> | |
<MakeTimeSecs>159</MakeTimeSecs> | |
<OvenTime>2016-05-11T12:04:37</OvenTime> | |
<OvenTimeSecs/> | |
<RackTime/> | |
<RackTimeSecs>0</RackTimeSecs> | |
<RouteTime/> | |
<DriverID/> | |
<DriverName/> | |
<OrderDeliveryTimeSecs/> | |
<DeliveryTime/> | |
<OrderKey>367975446720</OrderKey> | |
<ManagerID>6512</ManagerID> | |
<ManagerName>Jadan</ManagerName> | |
</OrderStatus> | |
</OrderStatuses> | |
</GetTrackerDataResponse> | |
</soap:Body> | |
</soap:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soap:Body> | |
<GetTrackerDataResponse xmlns="http://www.dominos.com/message/"> | |
<Version>1.5</Version> | |
<Query> | |
<StoreID>3679</StoreID> | |
<OrderKey>367975446720</OrderKey> | |
</Query> | |
<AsOf>2016-05-11T12:42:04</AsOf> | |
<OrderStatuses> | |
<OrderStatus> | |
<Version>1.5</Version> | |
<AsOfTime>2016-05-11T12:41:41</AsOfTime> | |
<StoreAsOfTime>2016-05-11T12:41:54</StoreAsOfTime> | |
<StoreID>3679</StoreID> | |
<OrderID>2016-05-11#1174446</OrderID> | |
<Phone>4132484223</Phone> | |
<ServiceMethod>Delivery</ServiceMethod> | |
<AdvancedOrderTime/> | |
<OrderDescription>1 Medium (12") Handmade Pan Pizza w/ Mushrooms, Italian Sausage | |
1 12PCB Crispy Bacon & Tomato | |
</OrderDescription> | |
<OrderTakeCompleteTime>2016-05-11T12:01:58</OrderTakeCompleteTime> | |
<TakeTimeSecs>2</TakeTimeSecs> | |
<CsrID>Power</CsrID> | |
<CsrName/> | |
<OrderSourceCode>Web</OrderSourceCode> | |
<OrderStatus>Complete</OrderStatus> | |
<StartTime>2016-05-11T12:01:58</StartTime> | |
<MakeTimeSecs>159</MakeTimeSecs> | |
<OvenTime>2016-05-11T12:04:37</OvenTime> | |
<OvenTimeSecs>480</OvenTimeSecs> | |
<RackTime>2016-05-11T12:12:37</RackTime> | |
<RackTimeSecs>51</RackTimeSecs> | |
<RouteTime>2016-05-11T12:13:22</RouteTime> | |
<DriverID>0038</DriverID> | |
<DriverName>Rafael</DriverName> | |
<OrderDeliveryTimeSecs>1243</OrderDeliveryTimeSecs> | |
<DeliveryTime>2016-05-11T12:22:41</DeliveryTime> | |
<OrderKey>367975446720</OrderKey> | |
<ManagerID>6512</ManagerID> | |
<ManagerName>Jadan</ManagerName> | |
</OrderStatus> | |
</OrderStatuses> | |
</GetTrackerDataResponse> | |
</soap:Body> | |
</soap:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Makeline | |
Oven | |
Out the Door | |
Complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment