Update an entity
Updates an existing entity’s details
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
ID of the entity to update
Request
This endpoint expects an object.
externalId
External identifier for the entity
legalName
Legal name of the entity
tin
Tax Identification Number
usState
US state code
entityType
Type of entity
phoneNumber
Contact phone number
status
Current status of the entity
Response
Entity updated successfully
id
Unique identifier of the updated entity
externalId
External identifier for the entity
legalName
Updated legal name
tin
Updated Tax Identification Number
usState
Updated US state code
entityType
Updated entity type
phoneNumber
Updated phone number
status
Updated status
updatedAt
When the entity was last updated