POST drinst/CreateLSNSyncInstanceArea

Request Information

URI Parameters

None.

Body Parameters

LSNSyncInstanceAreaEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

LSNInstance

integer

None.

AreaTypeName

string

None.

AreaType

integer

None.

AreaName

string

None.

AreaId

integer

None.

GroupId

integer

None.

GroupName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "LSNInstance": 2,
  "AreaTypeName": "sample string 3",
  "AreaType": 4,
  "AreaName": "sample string 5",
  "AreaId": 6,
  "GroupId": 7,
  "GroupName": "sample string 8"
}

text/html

Sample:
{"TenantId":1,"LSNInstance":2,"AreaTypeName":"sample string 3","AreaType":4,"AreaName":"sample string 5","AreaId":6,"GroupId":7,"GroupName":"sample string 8"}

application/xml, text/xml

Sample:
<LSNSyncInstanceAreaEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.LSNSync">
  <AreaId>6</AreaId>
  <AreaName>sample string 5</AreaName>
  <AreaType>4</AreaType>
  <AreaTypeName>sample string 3</AreaTypeName>
  <GroupId>7</GroupId>
  <GroupName>sample string 8</GroupName>
  <LSNInstance>2</LSNInstance>
  <TenantId>1</TenantId>
</LSNSyncInstanceAreaEntity>

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 'LSNSyncInstanceAreaEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.