PhoneNumberModel
Model used to retrieve or set information about an phone number.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Phone number ID (Readonly) |
globally unique identifier |
None. |
| Alias |
Alias of the phone number |
string |
None. |
| Number |
Number (Required). |
string |
None. |
| Default |
Indicates whether this is the default phone number for the contact. |
boolean |
None. |
| UseForSms |
Indicates whether the phone number can be used to send text messages (SMS). |
boolean |
None. |
| SortOrder |
Sort order (Readonly) |
integer |
None. |