Skip to main content

Update party

PUT 

/v1/parties/:partyId

Update an existing party. Supports partial updates and maintains entity type. Relationships can be added, updated, or removed through the relationships array. Unsupported fields for a given banking service are ignored. Field behavior:

  • Omitted fields keep existing values.
  • status is read-only and ignored if sent.
  • emailAddresses: preferred (isPreferred=true) else first.
  • phoneNumbers: all provided values are passed through.
  • addresses: one per purpose (preferred else first).

Request

Responses

Party updated successfully