GET api/Account/ChecAddkDeviceSecrity?DeviceCordova={DeviceCordova}&DevicePlatform={DevicePlatform}&DeviceUDID={DeviceUDID}&DeviceModel={DeviceModel}&DeviceVersion={DeviceVersion}&DeviceSerial={DeviceSerial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceCordova | string |
Required |
|
| DevicePlatform | string |
Required |
|
| DeviceUDID | string |
Required |
|
| DeviceModel | string |
Required |
|
| DeviceVersion | string |
Required |
|
| DeviceSerial | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckDeviceSecrityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValidate | boolean |
None. |
|
| MobileNmber | string |
None. |
|
| ErroMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsValidate": true,
"MobileNmber": "sample string 2",
"ErroMessage": "sample string 3"
}