SIM Cards
Request bulk enabling voice on SIM cards.
This API triggers an asynchronous operation to enable voice on SIM cards belonging to a specified SIM Card Group.<br/> For each SIM Card a SIM Card Action will be generated. The status of the SIM Card Actions can be followed through the List SIM Card Action API.
The overall status of the Bulk SIM Card Action can be followed through the List Bulk SIM Card Action API.
post/sim_cards/actions/bulk_enable_voice
Request body
Example request
{
"sim_card_group_id": "6b14e151-8493-4fa1-8664-1cc4e6d14158"
}Response
Successful Response
Example response
{
"data": {
"action_type": "bulk_set_public_ips",
"created_at": "2018-02-02T22:25:27.521Z",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": "bulk_sim_card_action",
"settings": {},
"updated_at": "2018-02-02T22:25:27.521Z"
}
}