Path parameters
-
The SID of the RatePlan resource to update.
Body
-
FriendlyName string
A descriptive string that you create to describe the resource. It does not have to be unique.
-
UniqueName string
An application-defined string that uniquely identifies the resource. It can be used in place of the resource's
sid
in the URL to address the resource.
POST /v1/RatePlans/{Sid}
curl \
-X POST https://wireless.twilio.com/v1/RatePlans/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'FriendlyName=string&UniqueName=string'
Request example
{
"FriendlyName": "string",
"UniqueName": "string"
}
Request examples
{
"FriendlyName": "string",
"UniqueName": "string"
}
Response examples (200)
{
"account_sid": "string",
"data_enabled": true,
"data_limit": 42,
"data_metering": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"international_roaming": [
"string"
],
"international_roaming_data_limit": 42,
"messaging_enabled": true,
"national_roaming_data_limit": 42,
"national_roaming_enabled": true,
"sid": "string",
"unique_name": "string",
"url": "https://example.com",
"voice_enabled": true
}
Response examples (200)
{
"account_sid": "string",
"data_enabled": true,
"data_limit": 42,
"data_metering": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"international_roaming": [
"string"
],
"international_roaming_data_limit": 42,
"messaging_enabled": true,
"national_roaming_data_limit": 42,
"national_roaming_enabled": true,
"sid": "string",
"unique_name": "string",
"url": "https://example.com",
"voice_enabled": true
}