GET api/Service/GetBSPRenewalRemainingDay?SMSID={SMSID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SMSID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultInfoOfGetBspRenewalRemainingDay| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| TokenType | string |
None. |
|
| ResultType | TypeOfResult |
None. |
|
| ResultCode | integer |
None. |
|
| ResultDesc | string |
None. |
|
| Result | GetBspRenewalRemainingDay |
None. |
|
| ErrCode | integer |
None. |
|
| ErrDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccessToken": "sample string 1",
"TokenType": "sample string 2",
"ResultType": 0,
"ResultCode": 3,
"ResultDesc": "sample string 4",
"Result": {
"SMSID": 1,
"BSPValidityFrom": "2026-02-04T08:18:15.6009497+05:30",
"BSPValidityTo": "2026-02-04T08:18:15.6009497+05:30",
"RemainingDay": 4,
"Msg": "sample string 5",
"AllowRenewal": 6
},
"ErrCode": 5,
"ErrDesc": "sample string 6"
}
application/xml, text/xml
Sample:
<ResultInfoOfGetBspRenewalRemainingDay_P_PNR1ugn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Common">
<AccessToken>sample string 1</AccessToken>
<ErrCode>5</ErrCode>
<ErrDesc>sample string 6</ErrDesc>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Service">
<d2p1:AllowRenewal>6</d2p1:AllowRenewal>
<d2p1:BSPValidityFrom>2026-02-04T08:18:15.6009497+05:30</d2p1:BSPValidityFrom>
<d2p1:BSPValidityTo>2026-02-04T08:18:15.6009497+05:30</d2p1:BSPValidityTo>
<d2p1:Msg>sample string 5</d2p1:Msg>
<d2p1:RemainingDay>4</d2p1:RemainingDay>
<d2p1:SMSID>1</d2p1:SMSID>
</Result>
<ResultCode>3</ResultCode>
<ResultDesc>sample string 4</ResultDesc>
<ResultType>Success</ResultType>
<TokenType>sample string 2</TokenType>
</ResultInfoOfGetBspRenewalRemainingDay_P_PNR1ugn>