Update plan
Plan
Update plan
Updates the plan object according to the provided parameters. Updating a plan a plan won’t impact or modify the existing and historic attachments for this plan. They will continue to work as per the original plan paramters at the time of their creation.
PATCH
Update plan
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
OK
Plan validity in days
Number of times the periodDays should be repeated.
Speed after allocated data is used up. The default zero means no usage allowed afterwards.
The plan-esim compatibility label
Example:
{
"id": "cvpr_hdy2da3n",
"name": "Australia region",
"label": "lambda",
"countries": [
{
"name": "Australia",
"iso2": "AU",
"iso3": "AUS",
"indicator": "A",
"operators": [
{
"name": "Telstra",
"supportedRats": ["4g", "5g"]
}
]
}
]
}