GET /trailers/new
Creates a trailer object with all configured defaults set. This doesn't create a record
in the database. Instead, callers of this method can edit the returned object and then
pass it back to the create method to actually insert the record in the database.
Roles that can access this endpoint are Users.
Parameters
This method has no parameters.
Result
RowTrailer
of type:
application/xml
application/json
a trailer record with all appropriate defaults set
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.
Try It Out
Request