Sample - Twilio API
POST/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json

Assign an Add-on installation to the Number specified.

Assign an Add-on installation to the Number specified.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters · 1 body field
AccountSidstringrequired
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
ResourceSidstringrequired
The SID of the Phone Number to assign the Add-on.
InstalledAddOnSidstringrequired
The SID that identifies the Add-on installation.

1 status code
201Created
sidstringoptional
The unique string that that we created to identify the resource.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource.
resource_sidstringoptional
The SID of the Phone Number to which the Add-on is assigned.
friendly_namestringoptional
The string that you assigned to describe the resource.
descriptionstringoptional
A short description of the functionality that the Add-on provides.
configurationunknownoptional
A JSON string that represents the current configuration of this Add-on installation.
unique_namestringoptional
An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
uristringoptional
The URI of the resource, relative to `https://api.twilio.com`.
subresource_urisobjectoptional
A list of related resources identified by their relative URIs.