This service provides operations that allow users to retrieve callins and to create driver and carrier callins.
name | description |
---|---|
GET /callins/{id} | Retrieves the callin record for the specified ID. |
GET /callins/{type}/{id} | Retrieves a list of RowCallin records for the specified type and ID. |
PUT /callins | Creates a RowCallin record for the given data. |