go back Home

ContactService

This service contains endpoints for retrieving and changin contacts.

Operations

name role description
DELETE /contacts/{id} Users
GET /contacts/{type}/{id} Users 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 Users Creates a RowContact record for the given contact data.
PUT /contacts/update Users Updates a RowContact record for the given contact data.