POST templates/recordLinkedWindowPosition

Request Information

URI Parameters

None.

Body Parameters

TemplateRepositionParams
NameDescriptionTypeAdditional information
TemplateId

integer

None.

UserId

integer

None.

OffsetX

integer

None.

OffsetY

integer

None.

Width

integer

None.

Height

integer

None.

TenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TemplateId": 1,
  "UserId": 2,
  "OffsetX": 3,
  "OffsetY": 4,
  "Width": 5,
  "Height": 6,
  "TenantId": 7
}

text/html

Sample:
{"TemplateId":1,"UserId":2,"OffsetX":3,"OffsetY":4,"Width":5,"Height":6,"TenantId":7}

application/xml, text/xml

Sample:
<TemplateRepositionParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Templates">
  <Height>6</Height>
  <OffsetX>3</OffsetX>
  <OffsetY>4</OffsetY>
  <TemplateId>1</TemplateId>
  <TenantId>7</TenantId>
  <UserId>2</UserId>
  <Width>5</Width>
</TemplateRepositionParams>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.