Client Automation Protocol

Version 1.0
Last changed: January 31, 2008

ShowPnA

Request DIAL to show brands, prices, and availability (quantities, submit-by and truck dispatch times) for the specified product ID.

Request Document Element: ShowPnA
DTD Location: http://www.worldpac.com/wcap/ShowPnA.dtd
Sample Document: <?xp Request="1234"?>
<!DOCTYPE ShowPnA SYSTEM "http://www.worldpac.com/wcap/ShowPnA.dtd">
<ShowPnA>
 <ProductID>13 72 1 730 946</ProductID>
</ShowPnA>
<?xp /?>

 

DIAL responds with a ProductQuote for each product that is exported from the PnA list. More than one ProductQuote response may be sent.

Response Document Element: ProductQuote
DTD Location: http://www.worldpac.com/wcap/ProductQuote.dtd
Sample Document: <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ProductQuote SYSTEM 'http://www.worldpac.com/wcap/ProductQuote.dtd'>
<?xp Request=1234?>
<ProductQuote>
<ProductID>14400-PG6-014</ProductID>
<BrandID>GDY</BrandID>
<CategoryID>A5000</CategoryID>
<ProductDesc>Timing Belt</ProductDesc>
<ProductDesc2 />
<OrderByTime>2008/01/23+11:30:00+-0800</OrderByTime>
<DispatchTime>2008/01/23+11:45:00+-0800</DispatchTime>
<QuantityAvail>1</QuantityAvail>
<QuantityReq>1</QuantityReq>
<Price>22.88</Price>
<ListPrice>47.15</ListPrice>
<CorePrice>0.00</CorePrice>
<Weight>0.30</Weight>
<Quality></Quality>
<ACESVehicle>
 <BaseVehicle id="5893"/>
 <VehicleYear id="1988">1988</VehicleYear>
 <Make id="58">Acura</Make>
 <Model id="742">Integra</Model>
 <BodyNumDoors id="8">3</BodyNumDoors>
 <EngineDesignation id="134">D16A1</EngineDesignation>
</ACESVehicle>
</ProductQuote>
<?xp /?>

Guide to XML Symbols