API Docs / Operations / Clients - Platform Import / Map External Client

Map External Client

POST /tenants/{tenant}/clients/import/map-client

Manually maps an external platform client to an existing Sodium client. Creates an ImportedClients record with IsManuallyMapped = true, allowing the external client to be linked without importing a new record.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

connectionCode* query string

Request Body*

{
  "externalClientId": "string",
  "clientCode": "string"
}

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden