POST api/Values/Partial_Properties

Request Information

URI Parameters

None.

Body Parameters

IndexSearch_Properties_Property
NameDescriptionTypeAdditional information
property_listing_id

integer

None.

city_id

integer

None.

area

integer

None.

property_type_id

integer

None.

sub_property_type_id

integer

None.

property_status

string

None.

bedrooms

string

None.

property_age_id

integer

None.

price

integer

None.

s_price

integer

None.

size_from

integer

None.

size_to

integer

None.

posted_by

integer

None.

P_listed_id

integer

None.

p_pricefrom

integer

None.

price_to

integer

None.

pincode

integer

None.

bedrooms_from

string

None.

bedrooms_to

string

None.

bathrooms_from

string

None.

bathrooms_to

string

None.

garages_from

string

None.

garages_to

string

None.

p_size_from

integer

None.

p_size_to

integer

None.

offset

integer

None.

amenities

integer

None.

p_property_type

integer

None.

p_city

integer

None.

p_areastreet

integer

None.

p_year_built_from

string

None.

p_year_built_to

string

None.

sharing

string

None.

availableFor

string

None.

PropPostedBy

integer

None.

FurnishingStatus

integer

None.

LookingFor

integer

None.

sbproplist

integer

None.

unitfrom

integer

None.

posted_byserch

integer

None.

LookingForfilter

integer

None.

Age_of_property

integer

None.

p_furnishingstatus

integer

None.

possession

integer

None.

user_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "property_listing_id": 1,
  "city_id": 2,
  "area": 3,
  "property_type_id": 4,
  "sub_property_type_id": 5,
  "property_status": "sample string 6",
  "bedrooms": "sample string 7",
  "property_age_id": 8,
  "price": 9,
  "s_price": 10,
  "size_from": 11,
  "size_to": 12,
  "posted_by": 13,
  "P_listed_id": 14,
  "p_pricefrom": 15,
  "price_to": 16,
  "pincode": 17,
  "bedrooms_from": "sample string 18",
  "bedrooms_to": "sample string 19",
  "bathrooms_from": "sample string 20",
  "bathrooms_to": "sample string 21",
  "garages_from": "sample string 22",
  "garages_to": "sample string 23",
  "p_size_from": 24,
  "p_size_to": 25,
  "offset": 26,
  "amenities": 27,
  "p_property_type": 28,
  "p_city": 29,
  "p_areastreet": 30,
  "p_year_built_from": "sample string 31",
  "p_year_built_to": "sample string 32",
  "sharing": "sample string 33",
  "availableFor": "sample string 34",
  "PropPostedBy": 35,
  "FurnishingStatus": 36,
  "LookingFor": 37,
  "sbproplist": 38,
  "unitfrom": 39,
  "posted_byserch": 40,
  "LookingForfilter": 41,
  "Age_of_property": 42,
  "p_furnishingstatus": 43,
  "possession": 44,
  "user_id": "sample string 45"
}

application/xml, text/xml

Sample:
<IndexSearch_Properties_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Property">
  <Age_of_property>42</Age_of_property>
  <FurnishingStatus>36</FurnishingStatus>
  <LookingFor>37</LookingFor>
  <LookingForfilter>41</LookingForfilter>
  <P_listed_id>14</P_listed_id>
  <PropPostedBy>35</PropPostedBy>
  <amenities>27</amenities>
  <area>3</area>
  <availableFor>sample string 34</availableFor>
  <bathrooms_from>sample string 20</bathrooms_from>
  <bathrooms_to>sample string 21</bathrooms_to>
  <bedrooms>sample string 7</bedrooms>
  <bedrooms_from>sample string 18</bedrooms_from>
  <bedrooms_to>sample string 19</bedrooms_to>
  <city_id>2</city_id>
  <garages_from>sample string 22</garages_from>
  <garages_to>sample string 23</garages_to>
  <offset>26</offset>
  <p_areastreet>30</p_areastreet>
  <p_city>29</p_city>
  <p_furnishingstatus>43</p_furnishingstatus>
  <p_pricefrom>15</p_pricefrom>
  <p_property_type>28</p_property_type>
  <p_size_from>24</p_size_from>
  <p_size_to>25</p_size_to>
  <p_year_built_from>sample string 31</p_year_built_from>
  <p_year_built_to>sample string 32</p_year_built_to>
  <pincode>17</pincode>
  <possession>44</possession>
  <posted_by>13</posted_by>
  <posted_byserch>40</posted_byserch>
  <price>9</price>
  <price_to>16</price_to>
  <property_age_id>8</property_age_id>
  <property_listing_id>1</property_listing_id>
  <property_status>sample string 6</property_status>
  <property_type_id>4</property_type_id>
  <s_price>10</s_price>
  <sbproplist>38</sbproplist>
  <sharing>sample string 33</sharing>
  <size_from>11</size_from>
  <size_to>12</size_to>
  <sub_property_type_id>5</sub_property_type_id>
  <unitfrom>39</unitfrom>
  <user_id>sample string 45</user_id>
</IndexSearch_Properties_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IndexSearchProperties_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Collection of Property_Listing_Final_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": [
    {
      "property_listing_id": 1,
      "address": "sample string 2",
      "area": "sample string 3",
      "plot_aera": "sample string 4",
      "size": "sample string 5",
      "area_unit_name": "sample string 6",
      "area_unit_name1": "sample string 7",
      "image_url": "sample string 8",
      "price": "sample string 9",
      "custome_type": "sample string 10",
      "sub_custom_name": "sample string 11",
      "date": "2026-01-02T11:05:03.4997178-08:00",
      "apartment_society": "sample string 13",
      "active": 14,
      "price_type": "sample string 15",
      "property_type_name": "sample string 16",
      "sub_property_type_name": "sample string 17",
      "listed_name": "sample string 18",
      "availability_status": "sample string 19",
      "owner_name": "sample string 20",
      "agent_name": "sample string 21",
      "builder_name": "sample string 22",
      "favourite_id": 23,
      "compare_id": 24,
      "Download_Image_Tag": "sample string 25",
      "user_id": "sample string 26",
      "user_type_name": "sample string 27",
      "user_name": "sample string 28",
      "possession_by": "sample string 29"
    },
    {
      "property_listing_id": 1,
      "address": "sample string 2",
      "area": "sample string 3",
      "plot_aera": "sample string 4",
      "size": "sample string 5",
      "area_unit_name": "sample string 6",
      "area_unit_name1": "sample string 7",
      "image_url": "sample string 8",
      "price": "sample string 9",
      "custome_type": "sample string 10",
      "sub_custom_name": "sample string 11",
      "date": "2026-01-02T11:05:03.4997178-08:00",
      "apartment_society": "sample string 13",
      "active": 14,
      "price_type": "sample string 15",
      "property_type_name": "sample string 16",
      "sub_property_type_name": "sample string 17",
      "listed_name": "sample string 18",
      "availability_status": "sample string 19",
      "owner_name": "sample string 20",
      "agent_name": "sample string 21",
      "builder_name": "sample string 22",
      "favourite_id": 23,
      "compare_id": 24,
      "Download_Image_Tag": "sample string 25",
      "user_id": "sample string 26",
      "user_type_name": "sample string 27",
      "user_name": "sample string 28",
      "possession_by": "sample string 29"
    }
  ]
}

application/xml, text/xml

Sample:
<IndexSearchProperties_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.Property">
    <d2p1:Property_Listing_Final_Property>
      <d2p1:Download_Image_Tag>sample string 25</d2p1:Download_Image_Tag>
      <d2p1:active>14</d2p1:active>
      <d2p1:address>sample string 2</d2p1:address>
      <d2p1:agent_name>sample string 21</d2p1:agent_name>
      <d2p1:apartment_society>sample string 13</d2p1:apartment_society>
      <d2p1:area>sample string 3</d2p1:area>
      <d2p1:area_unit_name>sample string 6</d2p1:area_unit_name>
      <d2p1:area_unit_name1>sample string 7</d2p1:area_unit_name1>
      <d2p1:availability_status>sample string 19</d2p1:availability_status>
      <d2p1:builder_name>sample string 22</d2p1:builder_name>
      <d2p1:compare_id>24</d2p1:compare_id>
      <d2p1:custome_type>sample string 10</d2p1:custome_type>
      <d2p1:date>2026-01-02T11:05:03.4997178-08:00</d2p1:date>
      <d2p1:favourite_id>23</d2p1:favourite_id>
      <d2p1:image_url>sample string 8</d2p1:image_url>
      <d2p1:listed_name>sample string 18</d2p1:listed_name>
      <d2p1:owner_name>sample string 20</d2p1:owner_name>
      <d2p1:plot_aera>sample string 4</d2p1:plot_aera>
      <d2p1:possession_by>sample string 29</d2p1:possession_by>
      <d2p1:price>sample string 9</d2p1:price>
      <d2p1:price_type>sample string 15</d2p1:price_type>
      <d2p1:property_listing_id>1</d2p1:property_listing_id>
      <d2p1:property_type_name>sample string 16</d2p1:property_type_name>
      <d2p1:size>sample string 5</d2p1:size>
      <d2p1:sub_custom_name>sample string 11</d2p1:sub_custom_name>
      <d2p1:sub_property_type_name>sample string 17</d2p1:sub_property_type_name>
      <d2p1:user_id>sample string 26</d2p1:user_id>
      <d2p1:user_name>sample string 28</d2p1:user_name>
      <d2p1:user_type_name>sample string 27</d2p1:user_type_name>
    </d2p1:Property_Listing_Final_Property>
    <d2p1:Property_Listing_Final_Property>
      <d2p1:Download_Image_Tag>sample string 25</d2p1:Download_Image_Tag>
      <d2p1:active>14</d2p1:active>
      <d2p1:address>sample string 2</d2p1:address>
      <d2p1:agent_name>sample string 21</d2p1:agent_name>
      <d2p1:apartment_society>sample string 13</d2p1:apartment_society>
      <d2p1:area>sample string 3</d2p1:area>
      <d2p1:area_unit_name>sample string 6</d2p1:area_unit_name>
      <d2p1:area_unit_name1>sample string 7</d2p1:area_unit_name1>
      <d2p1:availability_status>sample string 19</d2p1:availability_status>
      <d2p1:builder_name>sample string 22</d2p1:builder_name>
      <d2p1:compare_id>24</d2p1:compare_id>
      <d2p1:custome_type>sample string 10</d2p1:custome_type>
      <d2p1:date>2026-01-02T11:05:03.4997178-08:00</d2p1:date>
      <d2p1:favourite_id>23</d2p1:favourite_id>
      <d2p1:image_url>sample string 8</d2p1:image_url>
      <d2p1:listed_name>sample string 18</d2p1:listed_name>
      <d2p1:owner_name>sample string 20</d2p1:owner_name>
      <d2p1:plot_aera>sample string 4</d2p1:plot_aera>
      <d2p1:possession_by>sample string 29</d2p1:possession_by>
      <d2p1:price>sample string 9</d2p1:price>
      <d2p1:price_type>sample string 15</d2p1:price_type>
      <d2p1:property_listing_id>1</d2p1:property_listing_id>
      <d2p1:property_type_name>sample string 16</d2p1:property_type_name>
      <d2p1:size>sample string 5</d2p1:size>
      <d2p1:sub_custom_name>sample string 11</d2p1:sub_custom_name>
      <d2p1:sub_property_type_name>sample string 17</d2p1:sub_property_type_name>
      <d2p1:user_id>sample string 26</d2p1:user_id>
      <d2p1:user_name>sample string 28</d2p1:user_name>
      <d2p1:user_type_name>sample string 27</d2p1:user_type_name>
    </d2p1:Property_Listing_Final_Property>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</IndexSearchProperties_Response>