This service provides methods for creating, retrieving and updating carrier records as well as checking the qualifications of a carrier against a specific load
name | role | description |
---|---|---|
GET /carriers | Users | |
GET /carriers/checkQualification | Users | Check to see if a carrier is qualified, based on carrier qualifications, to haul a specific load. |
GET /carriers/new | Users | |
GET /carriers/retrieve | Freight Matching | Searches the database for carrier matching the given request parameters. Query parameters to be used as search criteria; All parameters are optional. |
GET /carriers/search | Users | Searches the database for carriers matching the given request parameters. |
GET /carriers/userSavedSearch | Users | |
GET /carriers/{id} | Users | Retrieves the Payee for the payee ID |
PUT /carriers/create | Users | |
PUT /carriers/update | Users |