POST slA/addOutsideRespCompanyArea

Request Information

URI Parameters

None.

Body Parameters

OutsideResponseCompanyAreaEntity
NameDescriptionTypeAdditional information
AreaName

string

None.

TenantId

integer

None.

OutsideResponseId

integer

None.

AreaId

integer

None.

ParentName

string

None.

LSNOutsideResponseId

integer

None.

AreaDesc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AreaName": "sample string 1",
  "TenantId": 2,
  "OutsideResponseId": 3,
  "AreaId": 4,
  "ParentName": "sample string 5",
  "LSNOutsideResponseId": 1,
  "AreaDesc": "sample string 6"
}

text/html

Sample:
{"AreaName":"sample string 1","TenantId":2,"OutsideResponseId":3,"AreaId":4,"ParentName":"sample string 5","LSNOutsideResponseId":1,"AreaDesc":"sample string 6"}

application/xml, text/xml

Sample:
<OutsideResponseCompanyAreaEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Areas">
  <AreaDesc>sample string 6</AreaDesc>
  <AreaId>4</AreaId>
  <AreaName>sample string 1</AreaName>
  <LSNOutsideResponseId>1</LSNOutsideResponseId>
  <OutsideResponseId>3</OutsideResponseId>
  <ParentName>sample string 5</ParentName>
  <TenantId>2</TenantId>
</OutsideResponseCompanyAreaEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.