POST api/kiosk/AddKioskLink

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
kl
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Url": "sample string 3",
  "Position": 4,
  "Active": true,
  "PageTypeId": 6
}

application/xml, text/xml

Sample:
<KioskLinks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Domains.Kiosks">
  <Active>true</Active>
  <Id>1</Id>
  <Name>sample string 2</Name>
  <PageTypeId>6</PageTypeId>
  <Position>4</Position>
  <Url>sample string 3</Url>
</KioskLinks>

application/x-www-form-urlencoded

Sample:

Sample not available.