Skip to main content
POST
/
organisations
/
fix-unknown-client
Fixes an unknown client association by linking them to the correct client and portal.
curl --request POST \
  --url https://api.example.com/organisations/fix-unknown-client \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneCallId": 123,
  "clientId": 123,
  "primaryNumber": "<string>"
}
'

Body

The request containing client and portal information to fix the unknown client association.

phoneCallId
integer<int32>
clientId
integer<int32>
primaryNumber
string | null

Response

OK