POST api/CoupletCard/CheckBalance

话费余额查询

Request Information

Body Parameters

CoupletCardCheckBalanceModel
NameDescriptionTypeAdditional information
iccid

物联网卡标识

string

None.

msisdn

物联网卡号

string

None.

Request Formats

application/json, text/json

Sample:
{
  "iccid": "sample string 1",
  "msisdn": "sample string 2"
}

application/xml, text/xml

Sample:
<CoupletCardCheckBalanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewGPS2012.AppApi.Models.ParModel">
  <iccid>sample string 1</iccid>
  <msisdn>sample string 2</msisdn>
</CoupletCardCheckBalanceModel>

Response Information

Resource Description

NormalResult
NameDescriptionTypeAdditional information
State

integer

None.

AppId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "State": 1,
  "AppId": "770109e1-0b8d-4a83-b758-706e5e833257"
}

application/xml, text/xml

Sample:
<NormalResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NetApi.Helper.Models.ResultModel">
  <AppId>770109e1-0b8d-4a83-b758-706e5e833257</AppId>
  <State>1</State>
</NormalResult>