Asset Identification
Asset Identification objects are implemented as the AssetIdentification class. An AssetIdentification contains information that uniquely identifies an asset (vehicle or trailer) within the system. The attributes of an AssetIdentification are:
Attribute
|
Description
|
---|---|
scac |
A string of maximum length 4 that contains the Standard Carrier Alpha Code (SCAC) for the carrier that owns this vehicle or trailer. SCACs are assigned by the National Motor Freight Traffic Association (NMFTA). SCACs are fully implemented for trailers. |
id |
A string of maximum length 10 that contains the identifier of the vehicle or trailer. This is usually set to the value of the tractor or trailer decal. Along with the SCAC, this value serves to uniquely define the vehicle or trailer across all companies in the Services Portal system. |
name |
A string containing descriptive information about the vehicle. |
VIN |
A string of exactly 17 characters containing the VIN of the vehicle. Characters I, O, Q are not permitted. |
licensePlate |
A LicensePlate object containing the number and jurisdiction of the license plate of the vehicle. |
WSDL Definition
Below is how the Asset Identifier object is defined in the WSDL
|
Sample XML
Here is some sample XML that shows what the Asset Identifier object will look like in XML.
|