Skip to main content
PATCH
/
entities
/
{id}
Update Entity
curl --request PATCH \
  --url https://api.antei.com/entities/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "country": "<string>",
  "tax_id": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "country": "<string>",
  "tax_id": "<string>",
  "is_primary": true
}
This endpoint allows you to update a subsidiary entity.
Note: You cannot update your primary entity via API for compliance and data consistency reasons. If you need to update the primary entity, please contact support.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json

Fields to update for the entity

name
string
required
country
string
required
tax_id
string

Response

200 - application/json

Entity updated

id
string
required

Unique ID of the entity

name
string
required

Legal name of the entity

country
string
required

Country of registration

tax_id
string

Official tax ID for the entity

is_primary
boolean

Indicates whether this is the primary entity