Map External 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
| Name | Type | Description |
|---|---|---|
| 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