Join Addressables


This request joins an unknown addressable object with a 'real' addressable (person, organisation or object).

An unknown addressable is an object that the system creates when a call with an unknown phone number is made.

The request takes the following actions:

  1. Merge the data of the unknown addressable into the real addressable.

  2. Change the logging of the recent communication with this unknown addressable to reflect the changes.

  3. Remove the unknown addressable object.

Resource

POST /addressables/<OID>/join

Where OID is the object ID of the unknown addressable.

Parameters

None

Payload

Response

None

Context

Authorization

User

Errors

HTTP code Xelion code Description

400

10200

the ID of real addressable is not specified

10203

the real addressable is not found

403

10101

The user has no read permissions for the real addressable.

404

10100

No unknown addressable with the specified OID exists.

Example

Request
POST https://xelion.nl/api/v1/master/addressables/1415926/join
Payload
"5358979"