Update a Legal Entity

Update a legal entity of your business.

A legal entity can be updated, if it has not been used in any submitted transactions. When transactions are connected to it, it can not be updated anymore. Instead, create a new legal entity.

patch

Update a legal entity of your business

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringOptional

Business's name

Example: Example Palm Oil Trader
emailobject | nullableOptional

email of the contact person in the business

Example: [email protected]
addressCitystringOptional

City of the business's address

Example: West Papua
addressCountryCodestringOptional

Two-letter country code (ISO 3166 Alpha-2) of the business's address

Example: ID
addressLine1stringOptional

First line of the business address

Example: Salawati 123
addressLine2object | nullableOptional

Second line of the business address

Example: 2nd floor
addressPostcodestringOptional

Country-specific postcode of the business's address

Example: 12345
eoriobject | nullableOptional

EORI number of the business

vatobject | nullableOptional

VAT number of the business

Example: 1234567890asdfghjk
Responses
200

Returns the updated legal entity.

application/json
patch
/legal-entities/{id}

Last updated