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.
Request body
Example request
{
"connection_id": "123456789",
"sim_card_group_id": "6b14e151-8493-4fa1-8664-1cc4e6d14158"
}Response
Bulk action accepted. Poll GET /bulk_sim_card_actions/{id} with the returned bulk action id to track progress.
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"
}
}Changes
Changed in 2 of the 61 revisions of this API.22
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ○
added the new optional request property
new-optional-request-property
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲