PUT /trailers/create
Creates a new RowTrailer record for the given data.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| trailer |
he data to use when creating the new trailer |
body of type: application/xml application/json
|
|
RowTrailer
|
Result
RowTrailer
of type:
application/xml
application/json
the created 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.
Try It Out
Request