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. If empty and ImportAll is true, imports all clients.

List of external IDs to import. If empty and ImportAll is true, imports all clients.

JSON Example

{
  "externalIds": [
    "string"
  ]
}

Used By Operations