POST premisestypes/Update

Request Information

URI Parameters

None.

Body Parameters

PremiseTypeEntity
NameDescriptionTypeAdditional information
PremisesTypeID

integer

None.

PremisesType

string

Required

String length: inclusive between 0 and 15

Active

integer

None.

TenantID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PremisesTypeID": 1,
  "PremisesType": "sample string 2",
  "Active": 3,
  "TenantID": 4
}

text/html

Sample:
{"PremisesTypeID":1,"PremisesType":"sample string 2","Active":3,"TenantID":4}

application/xml, text/xml

Sample:
<PremiseTypeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.PremiseType">
  <Active>3</Active>
  <PremisesType>sample string 2</PremisesType>
  <PremisesTypeID>1</PremisesTypeID>
  <TenantID>4</TenantID>
</PremiseTypeEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.