admin/contact/registerclientdevice

Registers the client device.

Request Information

Body Parameters

Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.

The device details.

NameDescriptionTypeAdditional information
Token

Token provided to use the API.

string

None.

Name

The device name.

string

None.

Model

The device model.

string

None.

SystemName

The operating system name.

string

None.

SystemVersion

The operating system version.

string

None.

StandardDeviceID

Standard Device Id, provided by the operating system iteself, it is unique and diffrent that the DeviceId

string

None.

CurrentVersion

Current installed application version.

string

None.

ApplicationId

integer

None.

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

{
  "Token": "String Parameter 1",
  "Name": "String Parameter 2",
  "Model": "String Parameter 3",
  "SystemName": "String Parameter 4",
  "SystemVersion": "String Parameter 5",
  "StandardDeviceID": "String Parameter 6",
  "CurrentVersion": "String Parameter 7",
  "ApplicationId": 8
}

Response Information

Resource Description

ITypedResponseOfBoolean
NameDescriptionTypeAdditional information
Result

boolean

None.

Category

string

None.

Response Formats

Sample not available.