go back to FreightMatchService

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 (Currently not used) 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
stopId (Currently not used) Stop ID of the event query String
carrierId (Currently not used) Carrier involved with the event query String

Result

Response of type: text/plain

Try It Out

Request

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