This service contains endpoints for retrieving and changin contacts.
| name | description |
|---|---|
| DELETE /contacts/{id} | |
| GET /contacts/{type}/{id} | Retrieves a list of contacts for a given parent row type and row ID. For example, driver BJM01 would be requested as "/D/BJM01", where 'D' represents the parent row type of a driver and 'BJM01' the ID for the driver record. |
| PUT /contacts/create | Creates a RowContact record for the given contact data. |
| PUT /contacts/update | Updates a RowContact record for the given contact data. |