go back to MovementService

POST /movements/createLTLMovement

Creates an LTL movement. If a recurringMovementId is given, then the movement will be created from that record and all other parameters on this request will serve to override it. When this parameter is omitted, the movement type, origin, destination, departure date and transit basis are used to find a recurring movement that best matches those values. Again, all other parameters would override those values. If no recurring movement is specified or found, a new blank movement is created with the parameters from this method filling in the details.

Roles that can access this endpoint are Users.

Parameters

name description type default type
movementType the type of movement: PDDL for peddle, LINE for linehaul query String
recurringMovementId the ID of the recurring movement record query String
manifestName the name of the manifest for easier search later query String
region the name of the region query String
bullpen the name of the bullpen in the region query String
originLocationId the originating location used on the begin trip stop query String
destinationLocationId the destined location used on the end trip stop query String
door the door number for the origin query String
transitBasis S for single, T for team query String
departure the date and time at which the begin trip should depart query t Date
arrival the date and time at which the end trip should arrive query t Date
tractor the ID of the tractor assigned to this movement query String
trailer1 the ID of the first trailer assigned to this movement query String
driver1 the ID of the first driver assigned to this movement query String
driver2 the ID of the second driver assigned to this movement query String

Result

RowMovement of type: application/xml application/json

a RowMovement object

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- String
- String
- String
- String
- String
- String
- String
- String
- Date
- Date
- String
- String
- String
- String