GET api/ReplicationData/WebMobileChanged?PrivateKey={PrivateKey}&AccountNo={AccountNo}&Old_MobileNo={Old_MobileNo}&New_MobileNo={New_MobileNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | string |
Required |
|
| AccountNo | string |
Required |
|
| Old_MobileNo | string |
Required |
|
| New_MobileNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReplyMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2"
}