POST api/Stc/StcSimchange?oldimsi={oldimsi}&newimsi={newimsi}
Request Information
Body Parameters
None.
Response Information
Resource Description
StcSimchangeResult
| Name | Description | Type | Additional information |
|---|---|---|---|
| State | integer |
None. |
|
| Message | string |
None. |
|
| oldIMSI | string |
None. |
|
| newIMSI | string |
None. |
|
| oldMSISDN | string |
None. |
|
| newMSISDN | string |
None. |
|
| dateTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"State": 1,
"Message": "sample string 2",
"oldIMSI": "sample string 3",
"newIMSI": "sample string 4",
"oldMSISDN": "sample string 5",
"newMSISDN": "sample string 6",
"dateTime": "sample string 7"
}
application/xml, text/xml
Sample:
<StcSimchangeResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NetApi.Helper.Models.ResultModel"> <Message>sample string 2</Message> <State>1</State> <dateTime>sample string 7</dateTime> <newIMSI>sample string 4</newIMSI> <newMSISDN>sample string 6</newMSISDN> <oldIMSI>sample string 3</oldIMSI> <oldMSISDN>sample string 5</oldMSISDN> </StcSimchangeResult>