POST api/Property/LoadProductImages
Request Information
URI Parameters
None.
Body Parameters
PropertyViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| propertymasterid | integer |
None. |
|
| pagenumber | integer |
None. |
|
| propertycode | string |
None. |
|
| personalnote | string |
None. |
|
| propertyrating | integer |
None. |
|
| spaceunitid | integer |
None. |
|
| spaceunit | string |
None. |
|
| ageofproperty | string |
None. |
|
| rolecode | string |
None. |
|
| cityid | integer |
None. |
|
| locationid | integer |
None. |
|
| locationname | string |
None. |
|
| propertytitle | string |
None. |
|
| propertytypeid | integer |
None. |
|
| propertytypestr | string |
None. |
|
| propertylistid | integer |
None. |
|
| propertyliststr | string |
None. |
|
| propertyrate | integer |
None. |
|
| propertyimage | string |
None. |
|
| postedon | date |
None. |
|
| postedby | string |
None. |
|
| isactive | boolean |
None. |
|
| isverified | boolean |
None. |
|
| ispopular | boolean |
None. |
|
| isindemand | boolean |
None. |
|
| islatest | boolean |
None. |
|
| isfresh | boolean |
None. |
|
| ishotdeal | boolean |
None. |
|
| isadvertised | boolean |
None. |
|
| propertydetailsid | integer |
None. |
|
| propertydescription | string |
None. |
|
| propertyaddressline1 | string |
None. |
|
| propertyaddressline2 | string |
None. |
|
| city | string |
None. |
|
| stateid | integer |
None. |
|
| statename | string |
None. |
|
| postalcode | string |
None. |
|
| propertyarea | decimal number |
None. |
|
| propertyfloor | string |
None. |
|
| maintenance | string |
None. |
|
| logininfoid | integer |
None. |
|
| userloggedinid | integer |
None. |
|
| bathroom | string |
None. |
|
| furnishingstatusid | integer |
None. |
|
| furnishingstatus | string |
None. |
|
| propertyavailabilityid | integer |
None. |
|
| propertyavailability | string |
None. |
|
| propertyfacing | string |
None. |
|
| parkingavailable | string |
None. |
|
| status | string |
None. |
|
| usedefaultpicture | boolean |
None. |
|
| iscoverpic | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"propertymasterid": 1,
"pagenumber": 2,
"propertycode": "sample string 3",
"personalnote": "sample string 4",
"propertyrating": 5,
"spaceunitid": 6,
"spaceunit": "sample string 7",
"ageofproperty": "sample string 8",
"rolecode": "sample string 9",
"cityid": 10,
"locationid": 11,
"locationname": "sample string 12",
"propertytitle": "sample string 13",
"propertytypeid": 14,
"propertytypestr": "sample string 15",
"propertylistid": 16,
"propertyliststr": "sample string 17",
"propertyrate": 18,
"propertyimage": "sample string 19",
"postedon": "2025-12-11T02:06:19.2179437+05:30",
"postedby": "sample string 21",
"isactive": true,
"isverified": true,
"ispopular": true,
"isindemand": true,
"islatest": true,
"isfresh": true,
"ishotdeal": true,
"isadvertised": true,
"propertydetailsid": 30,
"propertydescription": "sample string 31",
"propertyaddressline1": "sample string 32",
"propertyaddressline2": "sample string 33",
"city": "sample string 34",
"stateid": 35,
"statename": "sample string 36",
"postalcode": "sample string 37",
"propertyarea": 38.1,
"propertyfloor": "sample string 39",
"maintenance": "sample string 40",
"logininfoid": 41,
"userloggedinid": 42,
"bathroom": "sample string 43",
"furnishingstatusid": 44,
"furnishingstatus": "sample string 45",
"propertyavailabilityid": 46,
"propertyavailability": "sample string 47",
"propertyfacing": "sample string 48",
"parkingavailable": "sample string 49",
"status": "sample string 50",
"usedefaultpicture": true,
"iscoverpic": true
}
application/xml, text/xml
Sample:
<PropertyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealsAPI.Models"> <ageofproperty>sample string 8</ageofproperty> <bathroom>sample string 43</bathroom> <city>sample string 34</city> <cityid>10</cityid> <furnishingstatus>sample string 45</furnishingstatus> <furnishingstatusid>44</furnishingstatusid> <isactive>true</isactive> <isadvertised>true</isadvertised> <iscoverpic>true</iscoverpic> <isfresh>true</isfresh> <ishotdeal>true</ishotdeal> <isindemand>true</isindemand> <islatest>true</islatest> <ispopular>true</ispopular> <isverified>true</isverified> <locationid>11</locationid> <locationname>sample string 12</locationname> <logininfoid>41</logininfoid> <maintenance>sample string 40</maintenance> <pagenumber>2</pagenumber> <parkingavailable>sample string 49</parkingavailable> <personalnote>sample string 4</personalnote> <postalcode>sample string 37</postalcode> <postedby>sample string 21</postedby> <postedon>2025-12-11T02:06:19.2179437+05:30</postedon> <propertyaddressline1>sample string 32</propertyaddressline1> <propertyaddressline2>sample string 33</propertyaddressline2> <propertyarea>38.1</propertyarea> <propertyavailability>sample string 47</propertyavailability> <propertyavailabilityid>46</propertyavailabilityid> <propertycode>sample string 3</propertycode> <propertydescription>sample string 31</propertydescription> <propertydetailsid>30</propertydetailsid> <propertyfacing>sample string 48</propertyfacing> <propertyfloor>sample string 39</propertyfloor> <propertyimage>sample string 19</propertyimage> <propertylistid>16</propertylistid> <propertyliststr>sample string 17</propertyliststr> <propertymasterid>1</propertymasterid> <propertyrate>18</propertyrate> <propertyrating>5</propertyrating> <propertytitle>sample string 13</propertytitle> <propertytypeid>14</propertytypeid> <propertytypestr>sample string 15</propertytypestr> <rolecode>sample string 9</rolecode> <spaceunit>sample string 7</spaceunit> <spaceunitid>6</spaceunitid> <stateid>35</stateid> <statename>sample string 36</statename> <status>sample string 50</status> <usedefaultpicture>true</usedefaultpicture> <userloggedinid>42</userloggedinid> </PropertyViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResultViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<HttpResultViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealsAPI.Models"> <data /> <message>sample string 2</message> <status>true</status> </HttpResultViewModel>