Bundle Replace Items Resource
This page is specifically about the Replace Items subresource of a Bundle. Please refere to Regulatory Compliance REST APIs for general knoweldge or FAQ page.
With the new Replace Items resource, developers can now update their compliance information when Regulations change while contining to provision new Phone Numbers before their compliance information is no longer valid. The Replace Items resource replaces a twilio-approved
Regulatory Bundle's Items with a `twilio-approved` Bundle Copy. By replacing the old items with the newly approved Bundle Copy Items Assigned, you will not have to worry about reassigning any Phone Numbers or other potential dependencies that rely on the Bundle.
Replace Items Response properties
The field of the Bundle resource response is in JSON. The type SID<BU> is a unique ID starting with letters BU. For more information about Twilio SIDs, please refer to Twilio's glossary on SIDs.
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Bundle resource. |
account_sid
|
The SID of the Account that created the Bundle resource. |
regulation_sid
|
The unique string of a regulation that is associated to the Bundle resource. |
friendly_name
|
The string that you assigned to describe the resource. |
status
|
The verification status of the Bundle resource. |
valid_until
|
The date and time in GMT in ISO 8601 format when the resource will be valid until. |
email
|
The email address that will receive updates when the Bundle resource changes status. |
status_callback
|
The URL we call to inform your application of status changes. |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
date_updated
|
The date and time in GMT when the resource was last updated specified in ISO 8601 format. |
Bundle Statuses
The following statuses encompass the Bundle lifecycle.
Status | Description |
draft | The user has created a new Bundle that can be edited with Supporting Documents and End-User objects assigned. |
pending-review | When the user has finished the draft of the Bundle and submits to Twilio for review, the status moves from draft to pending-review. |
in-review | Twilio has moved the Bundle from pending-review to in-review. Once Twilio has finished review, the Bundle will go either to twilio-approved or twilio-rejected. |
twilio-rejected | Twilio has reviewed the Bundle and has determined the Bundle does not meet the regulations. |
twilio-approved | Twilio has reviewed the Bundle and has determined the Bundles does meet the regulations. |
Replace Items from Bundle Copy to original Bundle
https://numbers.twilio.com/v2/RegulatoryCompliance/Bundles/{BundleSid}/ReplaceItems
Parameters
Parameters in REST API format | |
---|---|
bundle_sid
Path
|
The unique string that identifies the Bundle where the item assignments are going to be replaced. |
from_bundle_sid
Required
|
The source bundle sid to copy the item assignments from. |
Example 1
Only the create operation is available for the Replace Items resource as the operation is a one-time event. To perform the even again, a new Bundle Copy will need to be created and approved before the Replace Items operation event can be triggered. There is no GETs or DELETEs available for this resource.
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.