Update an entity

Updates an existing entity’s details

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired

ID of the entity to update

Request

This endpoint expects an object.
externalIdstringOptional

External identifier for the entity

legalNamestringOptional

Legal name of the entity

tinstringOptional

Tax Identification Number

usStatestringOptional

US state code

entityTypestringOptional

Type of entity

phoneNumberstringOptional

Contact phone number

statusstringOptional

Current status of the entity

Response

Entity updated successfully

idstringOptional

Unique identifier of the updated entity

externalIdstringOptional

External identifier for the entity

legalNamestringOptional

Updated legal name

tinstringOptional

Updated Tax Identification Number

usStatestringOptional

Updated US state code

entityTypestringOptional

Updated entity type

phoneNumberstringOptional

Updated phone number

statusstringOptional

Updated status

updatedAtdatetimeOptional

When the entity was last updated

Errors