API Docs / Schemas / ClientImportRequestDto

ClientImportRequestDto

Request to import clients from a third-party platform

Properties

Name Type Description
externalIdsarray of string

List of external IDs to import from the third-party platform.
When importAll=false, only clients with these IDs will be imported.
When importAll=true, this list is ignored and all available clients are imported.

List of external IDs to import from the third-party platform.
When importAll=false, only clients with these IDs will be imported.
When importAll=true, this list is ignored and all available clients are imported.

JSON Example

{
  "externalIds": [
    "string"
  ]
}

Used By Operations