POST api/Values/TopDeveloper_Property_List
Request Information
URI Parameters
None.
Body Parameters
ListingProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| advertisement_id | integer |
None. |
|
| property_listing_id | integer |
None. |
|
| apartment_society | string |
None. |
|
| property_type_name | string |
None. |
|
| sub_property_type_name | string |
None. |
|
| property_no | integer |
None. |
|
| address | string |
None. |
|
| area_name | string |
None. |
|
| city_name | string |
None. |
|
| visitor_count | integer |
None. |
|
| active | integer |
None. |
|
| project_title | string |
None. |
|
| project_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"advertisement_id": 2,
"property_listing_id": 3,
"apartment_society": "sample string 4",
"property_type_name": "sample string 5",
"sub_property_type_name": "sample string 6",
"property_no": 7,
"address": "sample string 8",
"area_name": "sample string 9",
"city_name": "sample string 10",
"visitor_count": 11,
"active": 12,
"project_title": "sample string 13",
"project_id": 14
}
application/xml, text/xml
Sample:
<ListingProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Listing_Packages"> <active>12</active> <address>sample string 8</address> <advertisement_id>2</advertisement_id> <apartment_society>sample string 4</apartment_society> <area_name>sample string 9</area_name> <city_name>sample string 10</city_name> <project_id>14</project_id> <project_title>sample string 13</project_title> <property_listing_id>3</property_listing_id> <property_no>7</property_no> <property_type_name>sample string 5</property_type_name> <sub_property_type_name>sample string 6</sub_property_type_name> <user_id>1</user_id> <visitor_count>11</visitor_count> </ListingProperty>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Listing_Property_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Collection of ListingProperty |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": [
{
"user_id": 1,
"advertisement_id": 2,
"property_listing_id": 3,
"apartment_society": "sample string 4",
"property_type_name": "sample string 5",
"sub_property_type_name": "sample string 6",
"property_no": 7,
"address": "sample string 8",
"area_name": "sample string 9",
"city_name": "sample string 10",
"visitor_count": 11,
"active": 12,
"project_title": "sample string 13",
"project_id": 14
},
{
"user_id": 1,
"advertisement_id": 2,
"property_listing_id": 3,
"apartment_society": "sample string 4",
"property_type_name": "sample string 5",
"sub_property_type_name": "sample string 6",
"property_no": 7,
"address": "sample string 8",
"area_name": "sample string 9",
"city_name": "sample string 10",
"visitor_count": 11,
"active": 12,
"project_title": "sample string 13",
"project_id": 14
}
]
}
application/xml, text/xml
Sample:
<Listing_Property_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.Listing_Packages">
<d2p1:ListingProperty>
<d2p1:active>12</d2p1:active>
<d2p1:address>sample string 8</d2p1:address>
<d2p1:advertisement_id>2</d2p1:advertisement_id>
<d2p1:apartment_society>sample string 4</d2p1:apartment_society>
<d2p1:area_name>sample string 9</d2p1:area_name>
<d2p1:city_name>sample string 10</d2p1:city_name>
<d2p1:project_id>14</d2p1:project_id>
<d2p1:project_title>sample string 13</d2p1:project_title>
<d2p1:property_listing_id>3</d2p1:property_listing_id>
<d2p1:property_no>7</d2p1:property_no>
<d2p1:property_type_name>sample string 5</d2p1:property_type_name>
<d2p1:sub_property_type_name>sample string 6</d2p1:sub_property_type_name>
<d2p1:user_id>1</d2p1:user_id>
<d2p1:visitor_count>11</d2p1:visitor_count>
</d2p1:ListingProperty>
<d2p1:ListingProperty>
<d2p1:active>12</d2p1:active>
<d2p1:address>sample string 8</d2p1:address>
<d2p1:advertisement_id>2</d2p1:advertisement_id>
<d2p1:apartment_society>sample string 4</d2p1:apartment_society>
<d2p1:area_name>sample string 9</d2p1:area_name>
<d2p1:city_name>sample string 10</d2p1:city_name>
<d2p1:project_id>14</d2p1:project_id>
<d2p1:project_title>sample string 13</d2p1:project_title>
<d2p1:property_listing_id>3</d2p1:property_listing_id>
<d2p1:property_no>7</d2p1:property_no>
<d2p1:property_type_name>sample string 5</d2p1:property_type_name>
<d2p1:sub_property_type_name>sample string 6</d2p1:sub_property_type_name>
<d2p1:user_id>1</d2p1:user_id>
<d2p1:visitor_count>11</d2p1:visitor_count>
</d2p1:ListingProperty>
</data>
<msg>sample string 2</msg>
<success>true</success>
</Listing_Property_Response>