Update an existing Insurance Policy
Consumers
Update an existing Insurance Policy
PATCH
Update an existing Insurance Policy
Path Parameters
Insurance Policy is uniquely identified by id
Query Parameters
The number of levels of related objects to include in the response
Body
application/json
Response
Insurance Policy Updated
Example:
{
"id": "insp_4dkf9v0s3j4s",
"insurer": { "id": "ins_9k2d8sj3hdk2" },
"consumer": {
"id": "con_2k4jd93vsd82",
"ssn": "123-45-6789",
"email": "john.doe@example.com",
"lastName": "Doe",
"birthDate": "1984-09-20",
"firstName": "John",
"phoneNumber": "555-0199"
},
"policyNumber": "POL123456789"
}