MapExternalClientRequest
Request to manually map an external platform client to an existing Sodium client
Properties
| Name | Type | Description |
|---|---|---|
| externalClientId* | string | The external platform's client ID |
The external platform's client ID | ||
| clientCode* | string | The Sodium client code to map to |
The Sodium client code to map to | ||
JSON Example
{
"externalClientId": "string",
"clientCode": "string"
}