POST api/PostProperty

Request Information

URI Parameters

None.

Body Parameters

PropertyViewModel
NameDescriptionTypeAdditional information
_property

tbl_PostProperty

None.

_features

tbl_features

None.

Request Formats

application/json, text/json

Sample:
{
  "_property": {
    "PID": 1,
    "MemberID": "sample string 2",
    "PropertyForID": "sample string 3",
    "PropertyTypeID": "sample string 4",
    "State": "sample string 5",
    "City": "sample string 6",
    "Pincode": "sample string 7",
    "Locality": "sample string 8",
    "Length": "sample string 9",
    "PropertyZoneID": 1,
    "AvailabilityDate": "2026-01-02T14:19:42.9462169+05:30",
    "MonthlyRent": 1.0,
    "SecurityAmount": 1.0,
    "MaintenanceCharge": 1.0,
    "RentType": "sample string 10",
    "CreatedDate": "2026-01-02T14:19:42.9462169+05:30",
    "UpdatedDate": "2026-01-02T14:19:42.9462169+05:30",
    "isAvailable": true,
    "MainImg": "sample string 11",
    "SuperArea": 1.1,
    "CarpetArea": 1.1,
    "ConstructionAge": "sample string 12",
    "Address": "sample string 13"
  },
  "_features": {
    "FID": 1,
    "PropertyID": 1,
    "BedRooms": 1,
    "Balconies": 1,
    "FloorNo": 1,
    "TotalFloor": 1,
    "Furnished": "sample string 2",
    "Bathrooms": 1,
    "AC": 1,
    "Bed": 1,
    "Wardrobe": 1,
    "TV": 1,
    "Fridge": true,
    "sofa": true,
    "WashingMachine": true,
    "DiningTable": true,
    "Microwave": true,
    "GasConection": true,
    "WillingToModify": true,
    "LockInPeriodYears": 1.1,
    "PersonalWashroom": true,
    "Pantry_Cafeteria": "sample string 3",
    "CornerShop": true,
    "IsMainRoadFacing": true
  }
}

application/xml, text/xml

Sample:
<PropertyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentoAPI_New.Models">
  <_features xmlns:d2p1="http://schemas.datacontract.org/2004/07/RentoAPI_New.EntityModels">
    <d2p1:AC>1</d2p1:AC>
    <d2p1:Balconies>1</d2p1:Balconies>
    <d2p1:Bathrooms>1</d2p1:Bathrooms>
    <d2p1:Bed>1</d2p1:Bed>
    <d2p1:BedRooms>1</d2p1:BedRooms>
    <d2p1:CornerShop>true</d2p1:CornerShop>
    <d2p1:DiningTable>true</d2p1:DiningTable>
    <d2p1:FID>1</d2p1:FID>
    <d2p1:FloorNo>1</d2p1:FloorNo>
    <d2p1:Fridge>true</d2p1:Fridge>
    <d2p1:Furnished>sample string 2</d2p1:Furnished>
    <d2p1:GasConection>true</d2p1:GasConection>
    <d2p1:IsMainRoadFacing>true</d2p1:IsMainRoadFacing>
    <d2p1:LockInPeriodYears>1.1</d2p1:LockInPeriodYears>
    <d2p1:Microwave>true</d2p1:Microwave>
    <d2p1:Pantry_Cafeteria>sample string 3</d2p1:Pantry_Cafeteria>
    <d2p1:PersonalWashroom>true</d2p1:PersonalWashroom>
    <d2p1:PropertyID>1</d2p1:PropertyID>
    <d2p1:TV>1</d2p1:TV>
    <d2p1:TotalFloor>1</d2p1:TotalFloor>
    <d2p1:Wardrobe>1</d2p1:Wardrobe>
    <d2p1:WashingMachine>true</d2p1:WashingMachine>
    <d2p1:WillingToModify>true</d2p1:WillingToModify>
    <d2p1:sofa>true</d2p1:sofa>
  </_features>
  <_property xmlns:d2p1="http://schemas.datacontract.org/2004/07/RentoAPI_New.EntityModels">
    <d2p1:Address>sample string 13</d2p1:Address>
    <d2p1:AvailabilityDate>2026-01-02T14:19:42.9462169+05:30</d2p1:AvailabilityDate>
    <d2p1:CarpetArea>1.1</d2p1:CarpetArea>
    <d2p1:City>sample string 6</d2p1:City>
    <d2p1:ConstructionAge>sample string 12</d2p1:ConstructionAge>
    <d2p1:CreatedDate>2026-01-02T14:19:42.9462169+05:30</d2p1:CreatedDate>
    <d2p1:Length>sample string 9</d2p1:Length>
    <d2p1:Locality>sample string 8</d2p1:Locality>
    <d2p1:MainImg>sample string 11</d2p1:MainImg>
    <d2p1:MaintenanceCharge>1</d2p1:MaintenanceCharge>
    <d2p1:MemberID>sample string 2</d2p1:MemberID>
    <d2p1:MonthlyRent>1</d2p1:MonthlyRent>
    <d2p1:PID>1</d2p1:PID>
    <d2p1:Pincode>sample string 7</d2p1:Pincode>
    <d2p1:PropertyForID>sample string 3</d2p1:PropertyForID>
    <d2p1:PropertyTypeID>sample string 4</d2p1:PropertyTypeID>
    <d2p1:PropertyZoneID>1</d2p1:PropertyZoneID>
    <d2p1:RentType>sample string 10</d2p1:RentType>
    <d2p1:SecurityAmount>1</d2p1:SecurityAmount>
    <d2p1:State>sample string 5</d2p1:State>
    <d2p1:SuperArea>1.1</d2p1:SuperArea>
    <d2p1:UpdatedDate>2026-01-02T14:19:42.9462169+05:30</d2p1:UpdatedDate>
    <d2p1:isAvailable>true</d2p1:isAvailable>
  </_property>
</PropertyViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/javascript, application/javascript, application/json-p

Sample:

Sample not available.