Modify a theft case
PATCH /theft-case/{id}
Allow an external party to modify a theft case’s details. Validations:
- Validate if the client has permission to modify the theft case.
- Validate if the theft case is still unresolved.
- Object validation on the request body.
Vehicle characteristics will be overriden on its fieldname. Any existing characteristics-fields that are not present in this request are kept
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Request Body required
Section titled “Request Body required ”object
List of characteristics of the vehicle. Free form and formatted as key=[value]. Only some fields are required, all other fields listed in these docs are highly recommended. Feel free to add more characteristics
object
VIN or frame number of the vehicle. Also used to retrieve/validate insurance info if possible
License plate of the vehicle if applicable
Brand name of the vehicle. Also used to retrieve/validate insurance info if possible
Model name of the vehicle
Any given name of the vehicle, could be the make and model concatenated
US English name of the primary color of the vehicle
Responses
Section titled “ Responses ”OK
object
object
Bad Request
Unauthorized
Forbidden
Not Found