go back Home

MotorAccidentService

This service provides operations that allow callers to retrieve and manage motor accident records.

Operations

name role description
GET /motorAccidents Users, Drivers Retrieves a List of motor accident records matching the given request parameters or with an match of the given value to the driver ID or report number.
GET /motorAccidents/new Users, Drivers This method creates a default motor accident record. This is used as a template before creating a new record.
GET /motorAccidents/search Users, Drivers Returns a list of motor accident records matching the given request parameters.
GET /motorAccidents/userSavedSearch Users, Drivers Retrieves a List of RowMotorAccident objects based on an existing saved search.
GET /motorAccidents/{id} Users, Drivers Retrieves the RowMotorAccident record requested by the ID parameter.
PUT /motorAccidents/create Users, Drivers Creates a new motor accident record. If successful, returns the new record.
PUT /motorAccidents/update Users, Drivers This method updates an existing motor accident record with the provided values.