Enable or disable auxiliary camera billing

Enable or disable auxiliary camera billing for the provided devices or organization.

Request
Security:
Request Body schema: application/json
One of:
imeis
required
Array of strings (IMEI) non-empty

The array of IMEIs

billingStatus
required
string

The billing status of the auxiliary cameras, can be enable or disable

Enum: "enable" "disable"
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

423

Locked error

500

Internal server error

post/devices/auxiliary-cameras/billing
Request samples
application/json
{
  • "imeis": [
    ],
  • "billingStatus": "enable"
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
  • "data": {
    }
}