go back Home

preassignment

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<preassignment companyId="..." destCityStateZip="..." driverId="..." emptyDistance="..." loadedDistance="..." moveId="..." orderId="..." originCityStateZip="..." scheduledArrival="..." scheduledDelivery="..." sequence="..." tractorId="..." trailerId="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"preassignment","companyId":"...","destCityStateZip":"...","driverId":"...","emptyDistance":"...","loadedDistance":"...","moveId":"...","orderId":"...","originCityStateZip":"...","scheduledArrival":"...","scheduledDelivery":"...","sequence":"...","tractorId":"...","trailerId":"..."}

Fields

name type
companyId String
destCityStateZip String
driverId String
emptyDistance BigDecimal
loadedDistance BigDecimal
moveId String
orderId String
originCityStateZip String
scheduledArrival Date
scheduledDelivery Date
sequence int
tractorId String
trailerId String