URL Format Representational State Transfer (REST) Web Service
V3X3 (Major Version 3, Minor Version 3) |
Volume Quote service provides a quote for shipping based on supplied parameters. This service is available for Holland only. |
Parameter |
Value |
Description |
accessKey |
String (required) |
Access Key identifying the user invoking the service. |
originZip |
String (required) |
Origin ZIP code: 5 digits (US-only). |
destinationZip |
String (required) |
Destination ZIP code: 5 digits (US-only). |
weight |
String (required) |
Enter the weight of the entire shipment. Numeric only, up to 5 characters. |
handlingUnits |
String (required) |
Numeric-only, up to 3 characters. |
palletized |
String (required) |
Value of “Y” or “N” only. |
stackable |
String (required) |
Value of “Y” or “N” only. |
lengthInFeet |
String (required) |
Enter the length in feet the shipment will take up on the trailer. Numeric only, up to 2 characters. Cubic capacity rules are shown in item 575 here. |
accessorial [1..10] |
String (optional) |
A total of 10 accessorials can be entered.
Holland values:
HazardousMaterials, ResidentialPickup, LiftgatePickup, NonCommercialOrLimitedAccessPickup,
ProtectFromFreezing, InBondShipment, ResidentialDelivery, NonCommercialOrLimitedAccessDelivery,
LiftgateDelivery, InsideDelivery, NotificationPriorToDelivery |
accountId |
String (optional) |
Holland Account ID associated with hollandregional.com login |
|
Parameter |
Value |
Description |
STATUS:CODE |
Integer |
Status code of the response. Valid values are:
0: Success1: Error |
STATUS:ERRORTYPE |
String |
Error type returned if applicable. Valid values are:
AUTHENTICATION_ERROR: Invalid hollandregional.com credentials were supplied
INPUT_ERROR: Error in input parameters
PROCESSING_ERROR: Internal processing error. Please retry or contact hollandregional.com Support
NOT_FOUND_ERROR: Requested information not found
NOT_ALL_FOUND_ERROR: Some requested information not found |
STATUS:VIEW |
String |
Response View. Valid values are:
SECURED: Secured View. Complete information including secured data.
ERROR: Error View. |
STATUS:MESSAGE |
String |
Error message (if applicable) |
STATUS:VERSION:CURRENT |
String |
Version of service. Format is V[Major version number]X[Minor version number] |
STATUS:VERSION:CURRENT_RELEASE_DATE |
Date |
Release date of service. Format is MM/DD/YYYY |
STATUS:VERSION:LATEST |
String |
Latest available version of this service. Format is V[Major version number]X[Minor version number] |
STATUS:VERSION:LATEST_RELEASE_DATE |
Date |
Release date of latest available service. Format is MM/DD/YYYY |
CHARGES |
Decimal |
Total charges including added services |
SERVICEDAYS |
Number |
Service days |
SPOTQUOTEID |
String |
Volume Quote Id |
EXPDATE |
Date |
Expiration date |
ORIGIN-ZIP-USED |
Number |
Origin zip code used (in case the origin zip code associated with a shipper code is different than what was provided) |
DESTINATION-ZIP-USED |
Number |
Destination zip code used (in case the destinztion zip code associated with a consignee code is different than what was provided) |
FREIGHTCHARGES |
Decimal |
Charges before any added services |
ADDEDSERVICECHARGES |
Multiple |
Added Service Charge information; up to 10 |
ADDEDSERVICECHARGES:RATE |
String |
Name of the charge |
ADDEDSERVICECHARGES:CHARGES |
Decimal |
Charge for added service |
|