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
    • Switching of Integrated Card Network Operator
      POST
  1. Integrated Card Interfaces

Switching of Integrated Card Network Operator

POST
https://api.nbsim.com/plat/cmp/openApi/integratedCard/switchNetworkOperator
Switch the specified operator network

Request

Body Params application/jsonRequired

Example
{
    "appId": "1767844700000001",
    "_flowNo": "46c46a232cc94cc2a8044d43f776f880",
    "_bizTime": 1765519079000,
    "csid": "998699240300003350",
    "targetOperator": "CMCC"

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/switchNetworkOperator' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "1767844700000001",
    "_flowNo": "46c46a232cc94cc2a8044d43f776f880",
    "_bizTime": 1765519079000,
    "csid": "998699240300003350",
    "targetOperator": "CMCC"'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 0,
    "data": null,
    "msg": "Success",
    "success": true
}
Modified at 2026-01-16 08:42:54
Previous
Retrieval of Cumulative Usage for Integrated Cards
Built with