POST api/CoupletCard/renewMeal
套餐续费
Request Information
Body Parameters
CoupletCardRenewMealModel| Name | Description | Type | Additional information |
|---|---|---|---|
| msisdn |
物联网卡号 |
string |
None. |
| renewMeal |
续费时长(月) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"msisdn": "sample string 1",
"renewMeal": "sample string 2"
}
application/xml, text/xml
Sample:
<CoupletCardRenewMealModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewGPS2012.AppApi.Models.ParModel"> <msisdn>sample string 1</msisdn> <renewMeal>sample string 2</renewMeal> </CoupletCardRenewMealModel>
Response Information
Resource Description
NormalResult
| Name | Description | Type | Additional information |
|---|---|---|---|
| State | integer |
None. |
|
| AppId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"State": 1,
"AppId": "4bf8d608-44e9-480c-95ba-b40c073657e4"
}
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>4bf8d608-44e9-480c-95ba-b40c073657e4</AppId> <State>1</State> </NormalResult>