# Replaces all bundle items in the target bundle **POST /v2/RegulatoryCompliance/Bundles/{BundleSid}/ReplaceItems** Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **BundleSid** (string) The unique string that identifies the Bundle where the item assignments are going to be replaced. ### Body: (object) - **FromBundleSid** (string) The source bundle sid to copy the item assignments from. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **email** (string | null) The email address - **friendly_name** (string | null) The string that you assigned to describe the resource - **regulation_sid** (string | null) The unique string of a regulation - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The verification status of the Bundle resource - **status_callback** (string(uri) | null) The URL we call to inform your application of status changes - **valid_until** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource will be valid until [Powered by Bump.sh](https://bump.sh)