POST api/Subscriber/UpdateMobileNEmailOnRechargeRMNType
Request Information
URI Parameters
None.
Body Parameters
SubscriberEmailMobileUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| SMSID | integer |
None. |
|
| MobileNo | string |
None. |
|
| EmailID | string |
None. |
|
| OrderID | string |
None. |
|
| Source | string |
None. |
|
| isMakeMyRMN | integer |
None. |
|
| isRegisteredMyEmail | integer |
None. |
|
| IPAddress | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SMSID": 1,
"MobileNo": "sample string 2",
"EmailID": "sample string 3",
"OrderID": "sample string 4",
"Source": "sample string 5",
"isMakeMyRMN": 6,
"isRegisteredMyEmail": 7,
"IPAddress": "sample string 8",
"Type": "sample string 9"
}
application/xml, text/xml
Sample:
<SubscriberEmailMobileUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.SubscriberApp"> <EmailID>sample string 3</EmailID> <IPAddress>sample string 8</IPAddress> <MobileNo>sample string 2</MobileNo> <OrderID>sample string 4</OrderID> <SMSID>1</SMSID> <Source>sample string 5</Source> <Type>sample string 9</Type> <isMakeMyRMN>6</isMakeMyRMN> <isRegisteredMyEmail>7</isRegisteredMyEmail> </SubscriberEmailMobileUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultInfoOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| TokenType | string |
None. |
|
| ResultType | TypeOfResult |
None. |
|
| ResultCode | integer |
None. |
|
| ResultDesc | string |
None. |
|
| Result | string |
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": "sample string 5",
"ErrCode": 6,
"ErrDesc": "sample string 7"
}
application/xml, text/xml
Sample:
<ResultInfoOfstring 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>6</ErrCode> <ErrDesc>sample string 7</ErrDesc> <Result>sample string 5</Result> <ResultCode>3</ResultCode> <ResultDesc>sample string 4</ResultDesc> <ResultType>Success</ResultType> <TokenType>sample string 2</TokenType> </ResultInfoOfstring>