# `Twilio.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/numbers/v2/regulatory_compliance/bundle/replace_items_service.ex#L2)

Service for ReplaceItems API operations.

Operations: `create`

# `create`

```elixir
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok,
   Twilio.Resources.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItems.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
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)

Operation: `CreateReplaceItems` | Tags: NumbersV2ReplaceItems

## Required Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `FromBundleSid` | string | The source bundle sid to copy the item assignments from. |

---

*Consult [api-reference.md](api-reference.md) for complete listing*
