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
|
eventDateTime |
(Required) Date and time of the milestone |
query
|
|
Date
|
latitude |
(Required, unless city and state are supplied) Latitude of the milestone |
query
|
|
Double
|
longitude |
(Required, unless city and state are supplied) Longitude of the milestone |
query
|
|
Double
|
city |
(Required, unless latitude and longitude are supplied) City of the milestone |
query
|
|
String
|
state |
(Required, unless latitude and longitude are supplied) Two-character abbreviation for state
of the milestone |
query
|
|
String
|
zipCode |
(Optional) Zip code of the milestone |
query
|
|
String
|
remark |
(Required) Remark for the milestone |
query
|
|
String
|
Result
Response
of type:
text/plain
Try It Out
Request