Update party details
Parties
Update a party
Update an existing party’s name, VAT number, or address.
PATCH
Update party details
Patches only the fields you send. Include the current
version (from a prior read); a stale version returns 409 so you can refetch and retry (see Versioning). partyType cannot be changed after creation.Authorizations
OAuth2 client credentials flow. Token endpoints:
Path Parameters
Unique party identifier
Body
application/json
Update party details. Only fields applicable to the party type can be updated. For Individuals: firstName, lastName, address. For Organisations: name, vatNumber, address.
Current version of the party for optimistic locking
First name (Individual only)
Maximum string length:
100Last name (Individual only)
Maximum string length:
100Organisation name (Organisation only)
Maximum string length:
255VAT number (Organisation only)
Maximum string length:
50Standardized address format used across all endpoints

