Suspends service for one or more devices.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request to suspend service for one or more devices.
TypeScript Definitions
Use the request body type in TypeScript.
Request for a carrier action.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/actions/suspend" \ -H "Content-Type: application/json" \ -d '{ "devices": [ { "deviceIds": [ { "id": "89148000000800139708", "kind": "iccid" } ] } ] }'{ "requestId": "595f5c44-c31c-4552-8670-020a1545a84d"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of a billing account.
Custom field names and values, if you want to only include devices that have matching values.
The devices for which you want to restore service, specified by device identifier.
set to "true" to suspend with billing, set to "false" to suspend without billing
The name of a device group, if you want to restore service for all devices in that group.
The name of a service plan, if you want to only include devices that have that service plan.