This service provides operations that allow callers to retrieve and manage motor accident records.
name | description |
---|---|
GET /motorAccidents | 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 | This method creates a default motor accident record. This is used as a template before creating a new record. |
GET /motorAccidents/search | Returns a list of motor accident records matching the given request parameters. |
GET /motorAccidents/userSavedSearch | Retrieves a List of RowMotorAccident objects based on an existing saved search. |
GET /motorAccidents/{id} | Retrieves the RowMotorAccident record requested by the ID parameter. |
PUT /motorAccidents/create | Creates a new motor accident record. If successful, returns the new record. |
PUT /motorAccidents/update | This method updates an existing motor accident record with the provided values. |