POST /freightmatch/{movementId}/assignCarrierEquipment
Update the carrier tractor and carrier trailer on a load
Roles that can access this endpoint are Freight Matching.
Parameters
name |
description |
type |
default |
type |
movementId |
(Required) ID of the movement for the arrive/depart event |
path
|
|
String
|
eventDateTime |
(Required) Date and time of the assignment |
query
|
|
Date
|
carrierTractor |
(Required if carrierTrailer is not provided) Carrier tractor |
query
|
|
String
|
carrierTrailer |
(Required if carrierTractor is not provided) Carrier trailer |
query
|
|
String
|
Result
Response
of type:
text/plain
Try It Out
Request