This document deals with obtaining automated transit times via XML. To utilize the HTTP transit time API, you need to submit an HTTP request with a URL constructed as follows (replacing �xxx� with your three-character CLI acronym):
Please strip out all non-standard or special characters from text fields. Including such characters in text fields will cause requests to fail.
https://www.standardforwarding.com/scripts/cgiip.exe/WService=wsbroker1/xtransittime.xml?shipzip=60102&conszip=33764&pudate=11/08/13
The argument names in the URL are:
<response>
<responsetype>Transit Time</responsetype>
<originzip>90001</originzip>
<destzip>11234</destzip>
<pickupdate>12/31/2013</pickupdate>
<pickupdateiso>2013-12-31</pickupdateiso>
<success>Yes</success>
<transittimes>
<transittime>
<servicetypecode>S</servicetypecode>
<servicetypedesc>NORMAL SERVICE</servicetypedesc>
<origintermcode>LAX</origintermcode>
<desttermcode>EWR</desttermcode>
<busdays>7</busdays>
<duedate>01/10/2014</duedate>
<duedateiso>2014-01-10</duedateiso>
</transittime>
</transittimes>
<version>xtransittime-11.1.0</version>
<timestamp>2013-12-30T15:24:13.972-05:00</timestamp>
</response>