ADO.NET Provider for Twilio

Build 26.0.9655

PricingPhoneNumbers

This resource represents the Twilio phone number prices for a given country, separated by phone number type.

View-Specific Information

This resource represents the Twilio phone number prices for a given country, separated by phone number type.

Select

Twilio allows only a small subset of columns to be used in the WHERE clause of a SELECT query. The provider uses the Twilio api to process WHERE clause conditions built with the following columns and operator:

  • IsoCountry supports the = operator.

SELECT * FROM PricingPhoneNumbers;

SELECT * FROM PricingPhoneNumbers where IsoCountry = 'US';

Columns

Name Type References Description
IsoCountry [KEY] String The iso code of the country.
Country String The name of the country.
Url String The absolute URL of the resource.
PriceUnit String The currency in which prices are measured.
PhoneNumberPrices String The list of PhoneNumberPrice records.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655