POST premisestypes/Delete
Request Information
URI Parameters
None.
Body Parameters
PremiseTypeEntity| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.