NBSIM Open API Docs
  1. Integrated Card Interfaces
NBSIM Open API Docs
  • User Guide
  • Interface Description
    • API Integration Support
  • Integrated Card Interfaces
    • Mapping of Integrated Card IDs
      POST
    • Retrieval of Cumulative Usage for Integrated Cards
      POST
  1. Integrated Card Interfaces

Mapping of Integrated Card IDs

POST
https://api.nbsim.com/plat/cmp/openApi/integratedCard/querySimInfoBatch
Functional description: Retrieve all associated identifiers (e.g., for 3-in-1 cards) by providing any single ID from the set.

Request

Body Params application/json

Example
{
    "appId": "1767844700000001",
    "_flowNo": "46c46a232cc94cc2a8044d43f776f879",
    "_bizTime": 1765519079000,
    "simNoList": "998699240300003350"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nbsim.com/plat/cmp/openApi/integratedCard/querySimInfoBatch' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "1767844700000001",
    "_flowNo": "46c46a232cc94cc2a8044d43f776f879",
    "_bizTime": 1765519079000,
    "simNoList": "998699240300003350"
}'

Responses

🟢200成功
application/json
Body

Example
{
  "code": 0,
  "data": [
    {
      "bundleCode": "LP20241122180650",
      "bundleCycle": "12 months",
      "bundleName": "1G per month",
      "cardStatus": 20,
      "csid": "998699240300003350",
      "expirationTime": "2025-11-30",
      "mobileIccid": "898607B11922D0282811",
      "mobileMsisdn": "1064717281101",
      "telecomIccid": "8986032442200215919",
      "telecomMsisdn": "1064916041140",
      "unicomIccid": "89860624720033123528",
      "unicomMsisdn": "861400625161101"
    }
  ],
  "msg": "Success",
  "success": true
}
Modified at 2026-01-08 16:03:43
Previous
API Integration Support
Next
Retrieval of Cumulative Usage for Integrated Cards
Built with