Version 1.0
Last changed: June 16,
2000
Create an unsubmitted DIAL order consisting of the products and quantities provided.
Request Document Element: | CreateOrder |
DTD Location: | http://www.worldpac.com/wcap/CreateOrder.dtd |
Sample Document: | <?xp
Request="1234"?> |
When the user submits the DIAL order to Worldpac, your
application is notified of the final contents of the order. These may differ
from what was initially requested because of changes made by the user in DIAL.
Response Document Element: | Order |
DTD Location: | http://www.worldpac.com/wcap/Order.dtd |
Sample Document: | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Order SYSTEM 'http://www.worldpac.com/wcap/Order.dtd'> <?xp Request="PO554"?> <Order> <OrderID>04028093</OrderID> <OrderCreateTime>2008/01/31+10:15:00+-0800</OrderCreateTime> <ShipTo> <Name>ACME CAR REPAIR</Name> <Street>123 Main Street</Street> <City>CASTLE ROCK</City> <State>CO</State> <PostalCode>80104</PostalCode> </ShipTo> <OrderLine> <ProductID>143-2081</ProductID> <BrandID>ND</BrandID> <CategoryID></CategoryID> <ProductDesc>Air Filter</ProductDesc> <DispatchTime>2008/01/31+10:45:00+-0800</DispatchTime> <Quantity>1</Quantity> <ListPrice>17.07</ListPrice> <Price>12.80</Price> <CorePrice>0.00</CorePrice> <Weight>0.90</Weight> <Quality></Quality> <RequestedProductID>17801-03010</RequestedProductID> <ACESVehicle> <BaseVehicle id="7956" /> <VehicleYear id="2000">2000</VehicleYear> <Make id="76">Toyota</Make> <Model id="1011">Camry</Model> <MfrBodyCode id="1775">MCV2</MfrBodyCode> <EngineBase id="1001">3.0 V6</EngineBase> <EngineDesignation id="389">1MZFE</EngineDesignation> </ACESVehicle> </OrderLine> </Order> <?xp /?> |