POST api/property/save
Request Information
URI Parameters
None.
Body Parameters
PropertySaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | string |
None. |
|
| PropertyForID | string |
None. |
|
| PropertyTypeID | string |
None. |
|
| PropertyType | string |
None. |
|
| PropertyName | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| Pincode | string |
None. |
|
| Locality | string |
None. |
|
| Address | string |
None. |
|
| OwnershipType | string |
None. |
|
| AvailabilityStatus | string |
None. |
|
| AvailableFrom | string |
None. |
|
| ConstructionAge | string |
None. |
|
| SalesPrice | decimal number |
None. |
|
| OfferPrice | decimal number |
None. |
|
| MonthlyRent | decimal number |
None. |
|
| SecurityAmount | decimal number |
None. |
|
| MaintenanceCharge | decimal number |
None. |
|
| PricePerSqft | decimal number |
None. |
|
| PropertyDescription | string |
None. |
|
| MainImg | string |
None. |
|
| Images | Collection of string |
None. |
|
| VideoBase64 | string |
None. |
|
| MainImageBase64 | string |
None. |
|
| VideoLink | string |
None. |
|
| PropertyDocuments | string |
None. |
|
| AC | integer |
None. |
|
| TV | integer |
None. |
|
| Bed | integer |
None. |
|
| Wardrobe | integer |
None. |
|
| sofa | boolean |
None. |
|
| Fridge | boolean |
None. |
|
| WashingMachine | boolean |
None. |
|
| Microwave | boolean |
None. |
|
| DiningTable | boolean |
None. |
|
| CarpetArea | integer |
None. |
|
| BuiltUpArea | integer |
None. |
|
| SuperBuiltUpArea | integer |
None. |
|
| FloorNo | integer |
None. |
|
| TotalFloor | integer |
None. |
|
| CentralAC | boolean |
None. |
|
| UPS | boolean |
None. |
|
| FireSafety | string |
None. |
|
| ParkingType | string |
None. |
|
| OpenSides | integer |
None. |
|
| RoadWidth | integer |
None. |
|
| ClearHeight | integer |
None. |
|
| SuitableFor | string |
None. |
|
| LocatedNear | string |
None. |
|
| LocationAdvantages | Collection of string |
None. |
|
| OtherFeatures | Collection of string |
None. |
|
| Features | PropertyFeatureModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "sample string 1",
"PropertyForID": "sample string 2",
"PropertyTypeID": "sample string 3",
"PropertyType": "sample string 4",
"PropertyName": "sample string 5",
"State": "sample string 6",
"City": "sample string 7",
"Pincode": "sample string 8",
"Locality": "sample string 9",
"Address": "sample string 10",
"OwnershipType": "sample string 11",
"AvailabilityStatus": "sample string 12",
"AvailableFrom": "sample string 13",
"ConstructionAge": "sample string 14",
"SalesPrice": 1.0,
"OfferPrice": 1.0,
"MonthlyRent": 1.0,
"SecurityAmount": 1.0,
"MaintenanceCharge": 1.0,
"PricePerSqft": 1.0,
"PropertyDescription": "sample string 15",
"MainImg": "sample string 16",
"Images": [
"sample string 1",
"sample string 2"
],
"VideoBase64": "sample string 17",
"MainImageBase64": "sample string 18",
"VideoLink": "sample string 19",
"PropertyDocuments": "sample string 20",
"AC": 1,
"TV": 1,
"Bed": 1,
"Wardrobe": 1,
"sofa": true,
"Fridge": true,
"WashingMachine": true,
"Microwave": true,
"DiningTable": true,
"CarpetArea": 1,
"BuiltUpArea": 1,
"SuperBuiltUpArea": 1,
"FloorNo": 1,
"TotalFloor": 1,
"CentralAC": true,
"UPS": true,
"FireSafety": "sample string 21",
"ParkingType": "sample string 22",
"OpenSides": 1,
"RoadWidth": 1,
"ClearHeight": 1,
"SuitableFor": "sample string 23",
"LocatedNear": "sample string 24",
"LocationAdvantages": [
"sample string 1",
"sample string 2"
],
"OtherFeatures": [
"sample string 1",
"sample string 2"
],
"Features": {
"BedRooms": 1,
"Bathrooms": 1,
"Balconies": 1,
"Furnished": "sample string 1",
"Light": 1,
"Fans": 1,
"AC": 1,
"TV": 1,
"Bed": 1,
"Wardrobe": 1,
"Geyser": 1,
"Sofa": true,
"Fridge": true,
"WashingMachine": true,
"Microwave": true,
"Chimney": true,
"Curtains": true,
"ExhaustFan": true,
"DiningTable": true,
"ModularKitchen": true,
"Stove": true,
"WaterPurifier": true,
"SecurityGuard": true,
"Gym": true,
"Swimmingpool": true,
"ClubHouse": true,
"ReservedParking": "sample string 2",
"PropertyFacing": "sample string 3",
"FlooringType": "sample string 4",
"PowerBackup": "sample string 5",
"WaterSource": "sample string 6",
"GatedSociety": true,
"CornerProperty": true,
"PetFriendly": true,
"WheelchairFriendly": true,
"MinSeats": 1,
"MaxSeats": 1,
"Cabins": 1,
"MeetingRooms": 1,
"ReceptionArea": true,
"ConferenceRoom": true
}
}
application/xml, text/xml
Sample:
<PropertyListingAndSearchingController.PropertySaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentoAPI_New.Controllers.APIs">
<AC>1</AC>
<Address>sample string 10</Address>
<AvailabilityStatus>sample string 12</AvailabilityStatus>
<AvailableFrom>sample string 13</AvailableFrom>
<Bed>1</Bed>
<BuiltUpArea>1</BuiltUpArea>
<CarpetArea>1</CarpetArea>
<CentralAC>true</CentralAC>
<City>sample string 7</City>
<ClearHeight>1</ClearHeight>
<ConstructionAge>sample string 14</ConstructionAge>
<DiningTable>true</DiningTable>
<Features>
<AC>1</AC>
<Balconies>1</Balconies>
<Bathrooms>1</Bathrooms>
<Bed>1</Bed>
<BedRooms>1</BedRooms>
<Cabins>1</Cabins>
<Chimney>true</Chimney>
<ClubHouse>true</ClubHouse>
<ConferenceRoom>true</ConferenceRoom>
<CornerProperty>true</CornerProperty>
<Curtains>true</Curtains>
<DiningTable>true</DiningTable>
<ExhaustFan>true</ExhaustFan>
<Fans>1</Fans>
<FlooringType>sample string 4</FlooringType>
<Fridge>true</Fridge>
<Furnished>sample string 1</Furnished>
<GatedSociety>true</GatedSociety>
<Geyser>1</Geyser>
<Gym>true</Gym>
<Light>1</Light>
<MaxSeats>1</MaxSeats>
<MeetingRooms>1</MeetingRooms>
<Microwave>true</Microwave>
<MinSeats>1</MinSeats>
<ModularKitchen>true</ModularKitchen>
<PetFriendly>true</PetFriendly>
<PowerBackup>sample string 5</PowerBackup>
<PropertyFacing>sample string 3</PropertyFacing>
<ReceptionArea>true</ReceptionArea>
<ReservedParking>sample string 2</ReservedParking>
<SecurityGuard>true</SecurityGuard>
<Sofa>true</Sofa>
<Stove>true</Stove>
<Swimmingpool>true</Swimmingpool>
<TV>1</TV>
<Wardrobe>1</Wardrobe>
<WashingMachine>true</WashingMachine>
<WaterPurifier>true</WaterPurifier>
<WaterSource>sample string 6</WaterSource>
<WheelchairFriendly>true</WheelchairFriendly>
</Features>
<FireSafety>sample string 21</FireSafety>
<FloorNo>1</FloorNo>
<Fridge>true</Fridge>
<Images xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Images>
<Locality>sample string 9</Locality>
<LocatedNear>sample string 24</LocatedNear>
<LocationAdvantages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</LocationAdvantages>
<MainImageBase64>sample string 18</MainImageBase64>
<MainImg>sample string 16</MainImg>
<MaintenanceCharge>1</MaintenanceCharge>
<MemberID>sample string 1</MemberID>
<Microwave>true</Microwave>
<MonthlyRent>1</MonthlyRent>
<OfferPrice>1</OfferPrice>
<OpenSides>1</OpenSides>
<OtherFeatures xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</OtherFeatures>
<OwnershipType>sample string 11</OwnershipType>
<ParkingType>sample string 22</ParkingType>
<Pincode>sample string 8</Pincode>
<PricePerSqft>1</PricePerSqft>
<PropertyDescription>sample string 15</PropertyDescription>
<PropertyDocuments>sample string 20</PropertyDocuments>
<PropertyForID>sample string 2</PropertyForID>
<PropertyName>sample string 5</PropertyName>
<PropertyType>sample string 4</PropertyType>
<PropertyTypeID>sample string 3</PropertyTypeID>
<RoadWidth>1</RoadWidth>
<SalesPrice>1</SalesPrice>
<SecurityAmount>1</SecurityAmount>
<State>sample string 6</State>
<SuitableFor>sample string 23</SuitableFor>
<SuperBuiltUpArea>1</SuperBuiltUpArea>
<TV>1</TV>
<TotalFloor>1</TotalFloor>
<UPS>true</UPS>
<VideoBase64>sample string 17</VideoBase64>
<VideoLink>sample string 19</VideoLink>
<Wardrobe>1</Wardrobe>
<WashingMachine>true</WashingMachine>
<sofa>true</sofa>
</PropertyListingAndSearchingController.PropertySaveVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.