go back Home

EquipStatusService

This service provides operations for creating equip status events for drivers.

Operations

name role description
GET /equipStatus/approvedDriverStatuses Drivers Searches the database for approved driver status records that are upcoming or in progress and have the provided event code type.

GET /equipStatus/new Drivers Creates a RowDriverStatus object with all configured defaults set. This doesn't create a record in the database. Instead, callers of this method can edit the returned object and then pass it back to the create method to actually insert the record in the database.
GET /equipStatus/search Drivers Searches the database for driver status events matching the given request parameters.
GET /equipStatus/{id} Drivers Retrieves the RowDriverStatus record requested by the ID parameter.
PUT /equipStatus/create Drivers Creates a new RowDriverStatus record for the given data.