RcParty
RingCentral caller or callee identity embedded in a call record.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
phoneNumber |
string | No | External or direct phone number when available. |
extensionNumber |
string | No | RingCentral extension number when available. |
extensionId |
string | No | RingCentral extension identifier when available. |
name |
string | No | Caller or callee display name. |
location |
string | No | RingCentral-provided geographic location text. |
Example
{
"phoneNumber": "string",
"extensionNumber": "string",
"extensionId": "string",
"name": "string",
"location": "string"
}