Apply a Bundle to an eSIM (Deprecated)
POST /esims/{iccid}/bundles
POST
/esims/{iccid}/bundles
Authorizations
Parameters
Path Parameters
iccid
required
string
The ICCID of the eSIM
Request Body required
Details of Bundle to apply to eSIM
object
name
Name of Bundle to apply
string
startTime
When the Bundle should start (if left empty, Bundle will start immediately)
Note: This is only applicable to bundles with autostart=false
string
repeat
How many times the bundle will be applied (if left empty Bundle will apply once)
integer
Responses
200
Success message
object
status
Status of Bundle
string
400
Bad Request - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string