POST api/Client/RegisterDevices
Documentation for 'RegisterDevices'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objRegDevices | Documentation for 'objRegDevices'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"AppKey": "sample string 2",
"AppVersion": 3,
"OperatingSystem": "sample string 4",
"Loginid": 5,
"Userid": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": 2,
"Message": "sample string 3",
"LstData": [
{
"$id": "2",
"Token": "sample string 1",
"Code": "sample string 2"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}