# `Twilio.Insights.V2.Voice.Report.PhoneNumber.OutboundService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/insights/v2/voice/report/phone_number/outbound_service.ex#L2)

Outbound Report resource for Voice Insights Phone Numbers Level

Operations: `update`

# `update`

```elixir
@spec update(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Insights.V2.Voice.Report.PhoneNumber.Outbound.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Create Outbound specific Phone Numbers Report for a specific account with given time range.

Operation: `CreateOutboundPhoneNumbersReport` | Tags: InsightsV1CreateOutboundPhoneNumbersReport

---

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