Smarthub Api En
  1. Schemas
  • Overview
    • Global Description
  • SIM Card Management
    • Retrieve SIM detail information
    • Retrieve list of SIMs detail information
    • Retrieve state change history of SIMs
    • Retreive custom field of SIM
    • Edit custom field of SIM
    • Activate SIM
    • Suspend SIM
    • Retire SIM
    • SIM subscribe to supplimentary rate plan
    • Change SIM basic rate plan
    • Change SIM apn status
  • SIM Card Batch Operation
    • Batch SIM activate
    • Batch SIM suspend
    • Batch SIM retire
    • Batch change SIM basic rate plan
    • Retrieve batch job information
  • Sms Service
    • Send SMS to terminal
    • Query SMS delivery status
    • MO SMS Push
    • Push MT SMS Status Report
  • Subscription Notification
    • Push Cycle Usage Tracking Event Notification
    • Push Imei Change Event Notification
    • Push No Session Connection Event Notification
    • Push Prepaid Service Package Expired Event Notification
    • Push Prepaid Service Package Traffic Tracking Event Notification
    • Push Sim Status Change Event Notification
    • Push Sim Apn Status Change Event Notification
  • Share Pool
    • Get share pool information
  • Enterprise Information
    • Get enterprise information
    • Get account information
    • Get servicePackages information
  • SIM Card Statistics
    • Get the country code traffic and number of cards for SIM card statistics
  • Schemas
    • Schemas
      • PushSimApnStatusChangeModel
      • BatchJobResponse
      • ApnStatus
      • BatchJobType
      • BatchJobStatus
      • BatchJobTaskStatus
      • Giccid
      • IMEI
      • IMSI
      • MSISDN
      • SimStatus
      • SimStatusParam
      • SimChangeLogType
      • SimChangeLogStatus
      • MtSmsStatus
      • Signature
      • MtSmsResult
      • Response422
      • ServicePackage
      • ServicePackageParam
      • SimCustomField
      • BasePushModel
      • MtStatusPushModel
      • MoPushModel
      • BaseEventModel
      • BaseTriggerDataModel
      • PushCycleUsageTrackingModel
      • PushImeiChangeModel
      • PushNoSessionConnectionModel
      • PushPrepaidServicePackageExpiredModel
      • PushPrepaidServicePackageTrafficTrackingModel
      • PushSimStatusChangeModel
      • SimDetail
      • SimInfoList
      • SimChangeLog
      • BatchJobInfo
  1. Schemas

SimInfoList

{
    "data": [
        {
            "giccid": "8986011805021000040",
            "deviceInfo": [
                {
                    "imei": "460013050000000",
                    "imsi": "460013050000000",
                    "msisdn": "8613856541093"
                }
            ],
            "status": "TEST_READY",
            "sellTime": "2018-10-10T10:32:50+0000",
            "activatedTime": "2018-10-10T10:32:50+0000",
            "currentCycleUsages": {
                "dataUsage": 23.323,
                "smsUsage": 30,
                "voiceUsage": 10
            },
            "currentCycleAPNUsagesList": [
                {
                    "apn": "apn1",
                    "dataUsage": 23.323
                }
            ],
            "currentBasicServicePackage": {
                "name": "Prepaid-Basic-10M",
                "startTime": "2018-10-10T10:32:50+0000",
                "endTime": "2018-10-10T10:32:50+0000"
            }
        }
    ],
    "page": 0,
    "size": 10,
    "total": 100
}
Built with