POST api/Property/DeleteProperty

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseReturnTypeOfObject
NameDescriptionTypeAdditional information
status

integer

None.

Message

string

None.

Error

boolean

None.

Success

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": {},
  "status": 1,
  "Message": "sample string 2",
  "Error": true
}

application/xml, text/xml

Sample:
<BaseReturnTypeOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RVWala.Common.Helper">
  <Error>true</Error>
  <Message>sample string 2</Message>
  <status>1</status>
  <Success />
</BaseReturnTypeOfanyType>