POST areatypes/Update

Request Information

URI Parameters

None.

Body Parameters

AreaTypesEntity
NameDescriptionTypeAdditional information
AreaTypeID

integer

None.

AreaType

string

Required

Active

integer

None.

TenantID

integer

None.

TenantName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AreaTypeID": 1,
  "AreaType": "sample string 2",
  "Active": 3,
  "TenantID": 4,
  "TenantName": "sample string 5"
}

text/html

Sample:
{"AreaTypeID":1,"AreaType":"sample string 2","Active":3,"TenantID":4,"TenantName":"sample string 5"}

application/xml, text/xml

Sample:
<AreaTypesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AreaTypes">
  <Active>3</Active>
  <AreaType>sample string 2</AreaType>
  <AreaTypeID>1</AreaTypeID>
  <TenantID>4</TenantID>
  <TenantName>sample string 5</TenantName>
</AreaTypesEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.