Skip to main content

Request bulk setting of network preferences for SIM cards.

POST 
/sim_cards/actions/bulk_set_network_preferences

This API triggers an asynchronous operation to set network preferences for each of the specified SIM cards.
For each SIM Card a SIM Card Action will be generated. The status of the SIM Card Action can be followed through the List SIM Card Action API.

Request

Body

    sim_card_ids uuid[]required

Responses

202: Successful Response

422: Unprocessable entity. Check the 'detail' field in response for details.

Loading...