POST drinst/CreateLSNSyncInstance

Request Information

URI Parameters

None.

Body Parameters

LSNSyncInstanceEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

LSNInstance

integer

None.

InstanceName

string

None.

IsActive

boolean

None.

IsDR

boolean

None.

SpecificAreas

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "LSNInstance": 2,
  "InstanceName": "sample string 3",
  "IsActive": true,
  "IsDR": true,
  "SpecificAreas": true
}

text/html

Sample:
{"TenantId":1,"LSNInstance":2,"InstanceName":"sample string 3","IsActive":true,"IsDR":true,"SpecificAreas":true}

application/xml, text/xml

Sample:
<LSNSyncInstanceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.LSNSync">
  <InstanceName>sample string 3</InstanceName>
  <IsActive>true</IsActive>
  <IsDR>true</IsDR>
  <LSNInstance>2</LSNInstance>
  <SpecificAreas>true</SpecificAreas>
  <TenantId>1</TenantId>
</LSNSyncInstanceEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.