POST /freightmatch/{movementId}/milestone
Based on the settings on the PowerBroker Freight Matching Control Visibility tab,
create callin, order post history and/or mobile communication position records
Roles that can access this endpoint are Freight Matching.
Parameters
| name |
description |
type |
default |
type |
| movementId |
ID of the movement for which to create milestone |
path
|
|
String
|
| eventType |
(Required) Type of event |
query
|
|
String
|
| eventDateTime |
(Required) Date and time of the event |
query
|
|
Date
|
| latitude |
(Required, unless city and state are supplied) Latitude
of the event |
query
|
|
Double
|
| longitude |
(Required, unless city and state are supplied) Longitude
of the event |
query
|
|
Double
|
| city |
(Required, unless latitude and longitude are supplied)
City of the event |
query
|
|
String
|
| state |
(Required, unless latitude and longitude are supplied)
Two character abbreviation for state of the event |
query
|
|
String
|
| zipCode |
(Optional) Zip code of the event |
query
|
|
String
|
| remark |
(Required) Remark for the event |
query
|
|
String
|
| eta |
(Optional) DFM ETA date |
query
|
|
Date
|
| temperature |
(Optional) Temperature reading |
query
|
|
BigDecimal
|
| source |
(Optional) Source of the milestone |
query
|
|
String
|
Result
Response
of type:
text/plain
Response indicating success or failure
Try It Out
Request