Un-archive a plan
Plan
Un-archive a plan
Un-archives a plan so that it can be re-used to create subscriptions. On success, the archivedAt field of the plan will be set to null. Calling this operation on an already un-archived plan will return the plan with archivedAt set to now.
POST
Un-archive a plan
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
2XX - application/json
Success
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"]
}
]
}
]
}