POST api/devices/create

Request Information

URI Parameters

None.

Body Parameters

RegisterClerkDeviceRequest
NameDescriptionTypeAdditional information
PNSIdentifier

string

None.

Platform

string

None.

StoreId

string

None.

Responder

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PNSIdentifier": "sample string 1",
  "Platform": "sample string 2",
  "StoreId": "sample string 3",
  "Responder": "sample string 4"
}

application/xml, text/xml

Sample:
<RegisterClerkDeviceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KAKioskAid.Models">
  <PNSIdentifier>sample string 1</PNSIdentifier>
  <Platform>sample string 2</Platform>
  <Responder>sample string 4</Responder>
  <StoreId>sample string 3</StoreId>
</RegisterClerkDeviceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.