|
| <ABF> |
|
ABF Document Retrieval Data Type Definition. |
| |
<DOCUMENTS> |
|
Group of requested document image paths. This section will only be returned when there are no errors in originally entered information (NUMERRORS = 0). |
| |
|
<DOCUMENT> |
|
Single document image. |
| |
|
<TYPE> |
|
Type of document (see below for document types). |
| |
|
<PAGES> |
|
Group of pages of document. |
| |
|
<PAGE> |
|
Single document page. |
| |
|
</PAGES> |
|
|
| |
|
</DOCUMENT> |
|
|
| |
</DOCUMENTS> |
|
|
| |
<NUMERRORS> |
|
Number of errors associated with request. Must be "0" to return document image. |
| |
<ERRORS> |
|
Group of errors. This section will only be returned if NUMERRORS > 0. Click here for a list of possible error codes and messages. |
| |
|
<ERRORCODE> |
|
Code associated with error. |
| |
|
<ERRORMESSAGE> |
|
Message assigned to error code. |
| |
</ERRORS> |
|
|
| </ABF> |
|
|
|
| Note: Required variables are in Red. All other variables are optional. |
|
| Start with this URL: |
http://www.abfs.com/xml/docretxml.asp?DL=2 |
| |
| Add the following variables: |
|
| |
AcctNum |
Your abf.com User ID. |
| |
Password |
Your abf.com Password. |
| |
RefNum |
The reference number to retrieve. |
| |
RefType |
The type of reference number: |
| |
|
"A" for ABF Pro #. |
| |
|
"B" for Bill Of Lading #. |
| |
|
"P" for Purchase Order #. |
| |
|
"C" for Customer Reference #. |
| |
DocType |
The type of document to retrieve: |
| |
|
"ALL" for all available document types. |
| |
|
"BOL" for Bill Of Lading. |
| |
|
"DR" for Delivery Receipt / Proof Of Delivery. |
| |
|
"INV" for Invoice. |
| |
|
"PSL" for Packing Slip. |
| |
|
"WSL" for Weight and Research Certificate. |
| |
|
"WRP" for Weight and Research Picture. |
| |
|
"WINS" for Weight and Research Inspection. |
| |
|
"CUS" for Customs Document. |
| |
|
"CBL" for Corrected Bill Of Lading. |
| |
|
"CON" for Contract (Timekeeper, Turnkey, U-Pack). |
| |
|
"RECO" for Reconsignment Authorization. |
| |
|
"STR" for Signature and Tally Record. |
| |
|
"EQAD" for Delivery – Arrival Verification. |
| |
|
"BOND" for US Customs Bond. |
| |
|
"RDR" for Refused Delivery Receipt. |
| |
ImageType |
The type of image to download: |
| |
|
"L" for JPEG Low (default). |
| |
|
"H" for JPEG High. |
| |
|
"T" for TIFF. |
| |
| Example: |
http://www.abfs.com/xml/docretxml.asp?DL=2 &AcctNum=999999&Password=TEST01&RefNum=011222333 &RefType=A&DocType=BOL&ImageType=L |
|