Skip to main content

Change mode of connectivity subscription

Changes the mode.

Path Parameters
  • idType string required

    Possible values: [iccid, imsi, msisdn]

    The subscription's ID type which is used to identify the subscription.

  • id string required

    Possible values: Value must match regular expression [0-9]{5,20}

    The ID used to identify the subscription. Depending on the ID type this will either be an MSISDN, IMSI or ICCID.

Request Body required

The mode to change to.

  • mode string required

    Possible values: [ACTIVE, DEACTIVATED, PAUSED, TERMINATED]

    The mode of the subscription. This determines whether the subscription can connect to the network and how the subscription is billed.

Responses

Request to change mode successfully started.

Loading...