API Docs / Schemas / AddAmlContactRequest

AddAmlContactRequest

Request to push a Sodium contact to the AML platform.
The API looks up all contact fields server-side from the client-contact relationship.

Properties

Name Type Description
clientCode*string

The Sodium client code that owns this contact relationship.

The Sodium client code that owns this contact relationship.

clientContactCode*string

The Sodium client-contact code (same as the contact's code) identifying which contact to push.

The Sodium client-contact code (same as the contact's code) identifying which contact to push.

JSON Example

{
  "clientCode": "string",
  "clientContactCode": "string"
}

Used By Operations