POST api/Values/FavouriteDelete

Request Information

URI Parameters

None.

Body Parameters

Favourite_Master_Property
NameDescriptionTypeAdditional information
favourite_id

integer

None.

user_id

integer

None.

property_id

integer

None.

project_id

integer

None.

chkcookie

integer

None.

chkcookieproj

integer

None.

add_date

string

None.

edit_date

string

None.

date

string

None.

add_time

string

None.

edit_time

string

None.

property_type_name

string

None.

sub_property_type_name

string

None.

sub_property_type_name1

string

None.

sub_custom_name

string

None.

sub_unit_name

string

None.

owner_name

string

None.

agent_name

string

None.

builder_name

string

None.

active

integer

None.

entry_date

string

None.

image_url

string

None.

property_listing_id

integer

None.

property_listing_images_id

integer

None.

project_image_id

integer

None.

apartment_society

string

None.

property_type

string

None.

city_name

string

None.

area_name

string

None.

Price

string

None.

Request Formats

application/json, text/json

Sample:
{
  "favourite_id": 1,
  "user_id": 2,
  "property_id": 3,
  "project_id": 4,
  "chkcookie": 5,
  "chkcookieproj": 6,
  "add_date": "sample string 7",
  "edit_date": "sample string 8",
  "date": "sample string 9",
  "add_time": "sample string 10",
  "edit_time": "sample string 11",
  "property_type_name": "sample string 12",
  "sub_property_type_name": "sample string 13",
  "sub_property_type_name1": "sample string 14",
  "sub_custom_name": "sample string 15",
  "sub_unit_name": "sample string 16",
  "owner_name": "sample string 17",
  "agent_name": "sample string 18",
  "builder_name": "sample string 19",
  "active": 20,
  "entry_date": "sample string 21",
  "image_url": "sample string 22",
  "property_listing_id": 23,
  "property_listing_images_id": 24,
  "project_image_id": 25,
  "apartment_society": "sample string 26",
  "property_type": "sample string 27",
  "city_name": "sample string 28",
  "area_name": "sample string 29",
  "Price": "sample string 30"
}

application/xml, text/xml

Sample:
<Favourite_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
  <Price>sample string 30</Price>
  <active>20</active>
  <add_date>sample string 7</add_date>
  <add_time>sample string 10</add_time>
  <agent_name>sample string 18</agent_name>
  <apartment_society>sample string 26</apartment_society>
  <area_name>sample string 29</area_name>
  <builder_name>sample string 19</builder_name>
  <chkcookie>5</chkcookie>
  <chkcookieproj>6</chkcookieproj>
  <city_name>sample string 28</city_name>
  <date>sample string 9</date>
  <edit_date>sample string 8</edit_date>
  <edit_time>sample string 11</edit_time>
  <entry_date>sample string 21</entry_date>
  <favourite_id>1</favourite_id>
  <image_url>sample string 22</image_url>
  <owner_name>sample string 17</owner_name>
  <project_id>4</project_id>
  <project_image_id>25</project_image_id>
  <property_id>3</property_id>
  <property_listing_id>23</property_listing_id>
  <property_listing_images_id>24</property_listing_images_id>
  <property_type>sample string 27</property_type>
  <property_type_name>sample string 12</property_type_name>
  <sub_custom_name>sample string 15</sub_custom_name>
  <sub_property_type_name>sample string 13</sub_property_type_name>
  <sub_property_type_name1>sample string 14</sub_property_type_name1>
  <sub_unit_name>sample string 16</sub_unit_name>
  <user_id>2</user_id>
</Favourite_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Favourite_Save_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Favourite_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": {
    "favourite_id": 1,
    "user_id": 2,
    "property_id": 3,
    "project_id": 4,
    "chkcookie": 5,
    "chkcookieproj": 6,
    "add_date": "sample string 7",
    "edit_date": "sample string 8",
    "date": "sample string 9",
    "add_time": "sample string 10",
    "edit_time": "sample string 11",
    "property_type_name": "sample string 12",
    "sub_property_type_name": "sample string 13",
    "sub_property_type_name1": "sample string 14",
    "sub_custom_name": "sample string 15",
    "sub_unit_name": "sample string 16",
    "owner_name": "sample string 17",
    "agent_name": "sample string 18",
    "builder_name": "sample string 19",
    "active": 20,
    "entry_date": "sample string 21",
    "image_url": "sample string 22",
    "property_listing_id": 23,
    "property_listing_images_id": 24,
    "project_image_id": 25,
    "apartment_society": "sample string 26",
    "property_type": "sample string 27",
    "city_name": "sample string 28",
    "area_name": "sample string 29",
    "Price": "sample string 30"
  }
}

application/xml, text/xml

Sample:
<Favourite_Save_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FunctionClasses.Response">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
    <d2p1:Price>sample string 30</d2p1:Price>
    <d2p1:active>20</d2p1:active>
    <d2p1:add_date>sample string 7</d2p1:add_date>
    <d2p1:add_time>sample string 10</d2p1:add_time>
    <d2p1:agent_name>sample string 18</d2p1:agent_name>
    <d2p1:apartment_society>sample string 26</d2p1:apartment_society>
    <d2p1:area_name>sample string 29</d2p1:area_name>
    <d2p1:builder_name>sample string 19</d2p1:builder_name>
    <d2p1:chkcookie>5</d2p1:chkcookie>
    <d2p1:chkcookieproj>6</d2p1:chkcookieproj>
    <d2p1:city_name>sample string 28</d2p1:city_name>
    <d2p1:date>sample string 9</d2p1:date>
    <d2p1:edit_date>sample string 8</d2p1:edit_date>
    <d2p1:edit_time>sample string 11</d2p1:edit_time>
    <d2p1:entry_date>sample string 21</d2p1:entry_date>
    <d2p1:favourite_id>1</d2p1:favourite_id>
    <d2p1:image_url>sample string 22</d2p1:image_url>
    <d2p1:owner_name>sample string 17</d2p1:owner_name>
    <d2p1:project_id>4</d2p1:project_id>
    <d2p1:project_image_id>25</d2p1:project_image_id>
    <d2p1:property_id>3</d2p1:property_id>
    <d2p1:property_listing_id>23</d2p1:property_listing_id>
    <d2p1:property_listing_images_id>24</d2p1:property_listing_images_id>
    <d2p1:property_type>sample string 27</d2p1:property_type>
    <d2p1:property_type_name>sample string 12</d2p1:property_type_name>
    <d2p1:sub_custom_name>sample string 15</d2p1:sub_custom_name>
    <d2p1:sub_property_type_name>sample string 13</d2p1:sub_property_type_name>
    <d2p1:sub_property_type_name1>sample string 14</d2p1:sub_property_type_name1>
    <d2p1:sub_unit_name>sample string 16</d2p1:sub_unit_name>
    <d2p1:user_id>2</d2p1:user_id>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</Favourite_Save_Response>