(Topup) Create a plan attachment
SubscriptionV2
(Topup) Create a plan attachment
POST
(Topup) Create a plan attachment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
esim ICCID or subscription id
Body
application/json
Exactly one of the planId or plan should be provided
Response
200 - application/json
OK
Available options:
CREATED, PENDING_FOR_FIRST_USE, SCHEDULED, ACTIVE, EXPIRED, SUSPENDED Example:
{
"dataBytes": 1024,
"voiceSeconds": 60,
"smsMessages": 100
}Example:
{
"name": "Australia 1GB 7d",
"dataMegaBytes": 1024,
"periodDays": 1,
"periodIterations": 7,
"throttledSpeedKbps": 128,
"label": "alpha",
"coverageProfileId": "cvpr_ybrs38es"
}