API Docs / Schemas / UpdateClientThirdPartyMappingRequest

UpdateClientThirdPartyMappingRequest

Request DTO for updating a client's third-party platform mappings.
Implements RFC 7396 JSON Merge Patch semantics: only fields present in the
JSON body are updated; absent fields are left unchanged in the database.

Properties

Name Type Description
accountingCustomerCodestring

The customer code/ID from the connected accounting platform

The customer code/ID from the connected accounting platform

directDebitMandateIdstring

The mandate ID from the connected direct debit platform

The mandate ID from the connected direct debit platform

amlClientIdstring

The client/account ID from the connected AML platform

The client/account ID from the connected AML platform

amlClientNamestring

The display name of the client in the connected AML platform

The display name of the client in the connected AML platform

JSON Example

{
  "accountingCustomerCode": "string",
  "directDebitMandateId": "string",
  "amlClientId": "string",
  "amlClientName": "string"
}

Used By Operations