The PhoneNumbers object

Attributes


Id integer

Unique identifier for the phone number, referred to as the Phone Number Id.


Country string

Two-letter country code for the number. See ISO 3166.


Number integer

The full phone number for this object.


InternationalNumber integer

The full phone number with the correct international prefix for the number.


DateCreated string

The date and time the phone number was created. See ISO 8601.


LastDateAssigned string

The date and time when the phone number was last assigned to a partner. See ISO 8601.


LastDateReleased string

The date and time when the phone number was last released from a partner. See ISO 8601.


Uri string

The URI path to the specific PhoneNumber object.

{
  "Id": "01",
  "Country": "US",
  "Number": "5558675309",
  "InternationalNumber": "+15558675309",
  "DateCreated": "",
  "LastDateAssigned": "2010-06-18T14:28:03-07:00",
  "LastDateReleased": "2018-08-06T14:32:28-07:00",
  "Uri": "/Advertisers/<AccountSID>/PhoneNumbers/01"
},