update_trailer_units
The update_trailer_units function is used to update the list of units selected for the automatic assignment of trailers.
svc=resource/update_trailer_units¶ms={"itemId":<long>,
"units":[<long>]}
Parameters
Name | Description |
---|---|
itemId | Resource ID. |
units | The array of unit IDs. |
Returned result
{
"trlrun":[<long>] /* array of units for automatic assignment */
}
Possible error codes:
Code | Description |
---|---|
7 | Failed to fetch the resource with the desired ACL (ADF_ACL_AVL_RES_EDIT_TRAILERS). |
6 | Failed to update or undefined error. |
4 | Wrong input parameters. |