go back to MotorAccidentService

PUT /motorAccidents/create

Creates a new motor accident record. If successful, returns the new record.

Roles that can access this endpoint are Users, Drivers.

Parameters

name description type default type
accident a RowMotorAccident record with associated child rows body of type: application/xml application/json RowMotorAccident

Result

RowMotorAccident of type: application/xml application/json

the successfully created RowMotorAccident record with associated child rows

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help