ClientImportRequestDto
Request to import clients from a third-party platform
Properties
| Name | Type | Description |
|---|---|---|
| externalIds | array 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"
]
}