post https://connect.calamp.com/api/entities/bulk-operations/sim
This endpoint is used to perform bulk operations on SIM entities.
Required permission: simactivation-update
Bulk sim activation/deactivation API will support 4k per request.
To see the status of the task, click here /task/{taskId}
Request Body
bulkOperation
(object, required): Contains the details of the bulk operation.actionType
(string, required): Specifies the type of action to be performed (e.g., "simActivate", "simDeactivate").
actionDetails
(array, required): Contains the details of the action to be performed on each entity.imei
(string): The IMEI number of the device.
iccid
(string, required): The ICCID of the SIM card.
carrier
(string, required): The carrier associated with the SIM card.
devicePartNumber
(string, required): The part number of the device.
entityType
(string, required): Specifies the type of entity ("sim" in this case).
accountId
(integer, required): The ID of the account.
entityIdentifierType
(string, required): Specifies the type of entity identifier ("iccid" in this case).