GET /callins/new
|
Users
|
Creates a callin 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 /callins/search
|
Users
|
Searches the database for callin records matching the given request parameters. |
GET /callins/{id}
|
Users
|
Retrieves the callin record for the specified ID. |
GET /callins/{type}/{id}
|
Users, Carriers
|
Retrieves a list of RowCallin records for the specified type and ID. |
PUT /callins/create
|
Users, Carriers, Carrier Drivers
|
Creates a RowCallin record for the given data. |
PUT /callins/update
|
Users
|
Updates a callin record. |