POST /freightmatch/createComment
Create a comment associated with a movement. Depending on vendor control settings, this may create a call-in
comment, an order history comment, or both.
Roles that can access this endpoint are Freight Matching.
Parameters
| name |
description |
type |
default |
type |
| movementId |
(Required) ID of the movement to which the comment is associated |
query
|
|
String
|
| orderId |
(Required) ID of the order to which the comment is associated |
query
|
|
String
|
| eventDateTime |
(Required) Date and time of the event |
query
|
|
Date
|
| remark |
(Required) The remark or comment text |
query
|
|
String
|
Result
Response
of type:
text/plain
Response indicating success or failure of the operation
Try It Out
Request