go back to MotorAccidentService

PUT /motorAccidents/update

This method updates an existing motor accident record with the provided values.

Roles that can access this endpoint are Users, Drivers.

Parameters

name description type default type
accident the RowMotorAccident record to be updated body of type: application/xml application/json RowMotorAccident

Result

RowMotorAccident of type: application/xml application/json

the updated RowMotorAccident record and associated child rows

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help