This service provides several operations for managing MobileComm messages and positions.
name | description |
---|---|
GET /mcmessages | Retrieves a List of RowMcMessage objects matching the given parameters. |
GET /mcmessages/forms | Gets active forms for the specified vendor. |
GET /mcmessages/positions | Retrieves a list containing the latest position updates for all mobile units. Note, this service returns only the most recent position update for each unit. |
GET /mcmessages/unitMessages | Retrieves all current (uncleared) messages for the specified unit and parameters. |
GET /mcmessages/units | Retrieves all active MC Units. |
GET /mcmessages/units/q | Retrieves the proper MCUnit for the given movement. This method looks for a unit having the same ID as the tractor. If not found, then it looks for a unit having the same ID as the first driver. |
GET /mcmessages/units/{id} | Retrieves the MCUnit requested by the ID. |
GET /mcmessages/user | Retrieves MC Messages for the specified user ID. |
GET /mcmessages/{id} | Retrieves the RowMcMessage object for the specified ID. |
POST /mcmessages/inbound | Creates a MobileComm message from a unit and adds it to the MC queue so it will appear in the message grid. |
PUT /mcmessages | Creates a new RowMcMessage and sends it to the unit specified in the object. |
PUT /mcmessages/confirm/{id} | Confirms the messages selected by ID. |
PUT /mcmessages/forward/{id}/{userId} | Forwards a message to the specified user. |
PUT /mcmessages/zmitLoad/{unitId}/{moveId}/{fuelOpt} | Zmits load information to a unit. |
PUT /mcmessages/zmitRoute/{unitId}/{moveId} | Zmits route information to the specified MC Unit |