
| Element / Parameter | Type | Required | MaxLength | Description |
| <Info> | Array | Yes | 1 | Document Name |
| <Image> | Array | Yes | No Limit | Shipment Document imaged page |
| <docType> | String | Yes | 3 | Doc Type Abbreviation: Valid values include "BOL" and "POD". |
| <docTypeName> | String | Yes | 20 | Descriptive Name of Document Type Abbreviation |
| <imagePageNum> | Integer | Yes | 3,0 | Page number of image with this document. |
| <imageFormat> | String | Yes | 3 | Will be one of the standard image formats. GIF, TIF, JPG. |
| <imageUrl> | String | Yes | 128 | The internet Url of the image file on the host server. |
| </Image> | Array | Yes | No Limit | Shipment Document imaged page |
| </Info> | Array | Yes | 1 | Document Name |
|
C# (ASP.NET) |
XML/HTTP/POST |
| <Code> | Description |
| 9 | Internet communication error.
The initial web service request failed to find the web service host. This could be caused by our server being down or internet connectivity outage. Please try again in a few minutes. If it has worked before this should correct itself. |
| 99 | No XML document returned
The call to the web service did not return a response. Maybe be caused by an internet outage or host outage. Try again in a few minutes this issue should resolve itself. |
| 1 | Freight bill --- not found in Saia's system.
The Saia Pro number does not exist. Please check the pro number for accuracy. Do not send the check digit as part of the pro number only the 11 digit pro number. |
| 1 | Freight bill --- is not numeric.
Saia Pro number can only contain numbers. Check the pro number for correctness. |
| 1 | Unrecoverable system error.
Try again at a later time. If 1st time trying, try the test code with your credentials and pro number to verify connectivity. |
| 1 | Unable to allocate system resources due to system congestion.
System too busy try again. |
| 1 | Unavailable invoice dated prior to 8/1/2003
Invoices are only available back to 8/1/2003 when invoice imaging was implemented. |
| 1 | Unavailable Guaranteed Select contracts prior to 9/1/2003.
Guaranteed select contracts are only available back to 9/1/2003 when contract imaging was implemented. |
| 3 | User id failed validation.
Make sure the user id you are sending is correct and verify it is encoded using Base64 encoding. Make sure is it separated from the password by a : "colon". |
| 4 | Password failed validation.
Make sure the password you are sending is correct and verify it is encoded using Base64 encoding. Make sure is it separated from the user id by a : "colon". |