POST api/v{version}/dskpp/{id}/hello

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

version

string

None.

Body Parameters

DskppClientHello
NameDescriptionTypeAdditional information
app_id

string

None.

device_name

string

None.

device_os

string

None.

Request Formats

application/json, text/json

Sample:
{
  "app_id": "sample string 1",
  "device_name": "sample string 2",
  "device_os": "sample string 3"
}

application/xml, text/xml

Sample:
<DskppClientHello xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AR.VerIdServer.ConnectApi.Shared">
  <ApplicationIdentifier>sample string 1</ApplicationIdentifier>
  <DeviceName>sample string 2</DeviceName>
  <DeviceOs>sample string 3</DeviceOs>
</DskppClientHello>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DskppClientHello'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.