Entities
Update an Entity
PUT
/
entities
/
{ent_id}
Updates an Entity with the parameters sent.
Once an Entity’s property has been set, that property can no longer be updated.
Path Parameters
ent_id
string
The ID of the Entity.
Body
individual
object
Individual information of the Entity. See Individual Entity.
address
object
The Entity’s address. See Entity address.
Returns
Returns the entity with the updated fields.