Skip to content

Update eSIM Details

PUT
/esims

Update sim details

Authorizations

Parameters

Query Parameters

iccid
string

(Required) ICCID of eSIM

Example
<string>
customerRef
string

(Required) New Customer Reference

Example
<string>

Request Body

object
{
"iccid": "<string>",
"customerRef": "<string>"
}

Responses

200

OK

object
Example
{
"message": "<string>"
}

400

Bad Request

object
Example
{
"message": "<string>"
}

403

Forbidden

object
Example
{
"message": "<string>"
}

500

Internal Server Error

object
Example
{
"message": "<string>"
}