GET api/Subscriber/DishKiDiwaliEligibility?SMSID={SMSID}&TransactionID={TransactionID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SMSID | integer |
Required |
|
| TransactionID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultInfoOfDKDCheckOfferEligibility| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| TokenType | string |
None. |
|
| ResultType | TypeOfResult |
None. |
|
| ResultCode | integer |
None. |
|
| ResultDesc | string |
None. |
|
| Result | DKDCheckOfferEligibility |
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": {
"TransactionStatus": 1,
"EligibleForWatcho": 2
},
"ErrCode": 5,
"ErrDesc": "sample string 6"
}
application/xml, text/xml
Sample:
<ResultInfoOfDKDCheckOfferEligibilityV5HG588c 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.CWebDish">
<d2p1:EligibleForWatcho>2</d2p1:EligibleForWatcho>
<d2p1:TransactionStatus>1</d2p1:TransactionStatus>
</Result>
<ResultCode>3</ResultCode>
<ResultDesc>sample string 4</ResultDesc>
<ResultType>Success</ResultType>
<TokenType>sample string 2</TokenType>
</ResultInfoOfDKDCheckOfferEligibilityV5HG588c>