Update an entity
Updates the specified entity by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
This request accepts mostly the same arguments as the entity creation call.
Body
-
The contracting entity's address.
-
The contracting entity's minimum required coverage limits.
-
The contracting entity's legal name.
-
An array of coverage types that can include one or more of the following insurance coverage values:
general,professionalandworkers-comp.Values are
workers_comp,general_liability, orprofessional_liability.
PUT
/api/v1/entities/{entity_id}
curl \
--request PUT 'https://api.1099policy.com/api/v1/entities/{entity_id}' \
--header "Content-Type: application/json" \
--data '{"$ref":"#/components/examples/entity"}'
Request example
{
"$ref": "#/components/examples/entity"
}
Response examples (200)
{
"$ref": "#/components/examples/entity"
}