Update an existing claim belongs to the partner.
200: OK 403: Forbidden 422: Unprocessable Entity
Request Response
Copy {
"sectionFields" : [
{
"name" : "claim_details" ,
"fields" : [
{
"name" : "vehicle_registration" ,
"value" : "ZZYYAA99"
}
]
}
]
}
Copy {
"data" : {
"id" : "fd98bfd5-7702-4ede-afdc-78686b3bdfb9" ,
"claimReference" : "4TWMV-G8VLC-CLA" ,
"bookingReference" : "9PAL3-VWCMR-INS" ,
"status" : {
"category" : "Submitted"
}
}
}
Request Response
Copy {
"type" : "exception" ,
"message" : "Unauthorized action"
}
Request Response
Copy {
"type" : "exception" ,
"message" : "The section_fields.0.name field is required." ,
"errors" : {
"sectionFields.0.name" : [
"The section_fields.0.name field is required."
]
}
}