PUT /trailers/update
Updates a RowTrailer record for the given data.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| trailer |
the data to use when updating the existing Trailer record |
body of type: application/xml application/json
|
|
RowTrailer
|
| includeComments |
if related Comment records should be included |
query
|
false |
Boolean
|
Result
RowTrailer
of type:
application/xml
application/json
the updated RowTrailer object
Additional attributes:
__fleetDescr This value represents the description of the fleet, found in the trailer.trailer_group field.
__trailerTypeDescr This value represents the description of the trailer type, found in the trailer.trailer_type field.
__currentMovementId This value represents the ID of the trailer's current movement.
Child Elements:
RowComments These elements represent the comments associated with the trailer.
The element contains a __name attribute with the value comments.
*Note this is only returned if the includeComments Query Parameter is passed as true.
Try It Out
Request