Stop Object
Details about a stop are defined in the Stop object. The attributes of the Stop object are:
|
Attribute
|
Description
|
|---|---|
|
loadId |
A string of maximum length 20 that uniquely identifies the load. It is case-sensitive. |
|
stopId |
A string of maximum length 20 that uniquely identifies the stop. It is case-sensitive. |
|
sequenceNum |
A floating point (double) value containing the sequence number of the stop within the load. Valid values are 0 - 999.99. |
|
type |
A string of maximum length 1 that identifies the type of stop. |
|
customerCode |
A string of maximum length 256 containing the customer code of the stop. |
|
latitude |
A floating point (double) value containing the stop's latitude, expressed in signed decimal degrees. |
|
longitude |
A floating point (double) value containing the stop's longitude, expressed in signed decimal degrees. |
|
name |
A string of maximum length 256 containing name of the stop. |
|
address1 |
A string of maximum length 256 containing the street address of the stop. |
|
address2 |
A string of maximum length 256 containing an additional street address of the stop. |
|
city |
A string of maximum length 256 containing the city of the stop. |
|
state |
A string of maximum length 2 containing the state of the stop. |
|
postalCode |
A string of maximum length 12 containing the postal code of the stop. |
|
region |
A string of maximum length 20 containing the region of the stop. |
|
country |
A string of maximum length 5 containing the country code of the stop. |
|
contact |
A string of maximum length 256 containing the stop's contact. |
|
phone |
A string of maximum length 15 containing the contact's phone number. |
|
earlyTime |
A string that contains the earliest date and time the load can arrive at the stop, expressed in the following format in GMT timezone: yyyy-mm-ddThh:mm:ssZ. |
|
lateTime |
A string that contains the latest date and time the load can arrive at the stop, expressed in the following format in GMT timezone: yyyy-mm-ddThh:mm:ssZ. |
|
completeTime |
A string that contains the date and time when the stop was completed, expressed in the following format in GMT timezone: yyyy-mm-ddThh:mm:ssZ. |
|
billOfLadingNum |
A string of maximum length 256 containing the bill of lading number of the stop. |
|
pieces |
A string of maximum length 20 representing the number of pieces. |
|
weight |
A string of maximum length 20 representing the weight. |
|
commodity |
A string of maximum length 256 containing the commodity code of the stop. |
|
temperature |
A string of maximum length 20 representing the temperature. |
|
hazmatCodes |
A string of maximum length 256 containing hazmat codes for the stop. |
|
comments |
A string of maximum length 256 containing comments about the stop. |
|
generalUse1 |
A string of maximum length 256 that may be used as desired. |
|
generalUse2 |
A string of maximum length 256 that may be used as desired. |
|
generalUse3 |
A string of maximum length 256 that may be used as desired. |
WSDL Definition
Here is how the Stop object is defined within the WSDL.
|
|
Sample XML
Here is some sample XML that shows what the Stop object will look like in XML.
|
|