Back to index

SetShippingDocumentNoForVehicle_v1

This method is used to associate the shipping document number with a truck; the associated trailer will be displayed in the drivers HoS duty logs

Parameters:

[in] usn The user-name that you need to use to authenticate on this interface.
[in] pwd The password that you need to use to authenticate on this interface.
[in] options String parameter. This is currently unused and reserved for future versions of the API. Pass in an empty string.
[in] vehicleID The Orbcomm vehicle ID of the vehicle whose shipping document number you want to set.
[in] timestamp DateTime parameter. This is the time from which the assignment should take place.
[in] shippingDocNo String parameter. This is shipping document number to be assigned to the vehicle.
[out] errorMsg If an error happpens this string contains the error message. In case an error has happened (this variable contains a valid non-empty string) then the return value will not contain any usable data, do not try to parse it as an xml.

Remarks

Error messages

Please see this page.