PUT properties/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AddPropertiansPortalPropertyTable| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyid | integer |
None. |
|
| saluation | string |
None. |
|
| ownfirstname | string |
None. |
|
| ownlastname | string |
None. |
|
| ownemail | string |
None. |
|
| mobileno | string |
None. |
|
| ownrole | integer |
None. |
|
| duration | integer |
None. |
|
| nationality | string |
None. |
|
| isverified | boolean |
None. |
|
| propertytitle | string |
None. |
|
| propertyprice | integer |
None. |
|
| securityfee | integer |
None. |
|
| percentage | decimal number |
None. |
|
| commission | decimal number |
None. |
|
| propertyrefnum | string |
None. |
|
| propertytypeid | integer |
None. |
|
| propertysizekanal | decimal number |
None. |
|
| propertysizemarla | decimal number |
None. |
|
| propertysizesqft | decimal number |
None. |
|
| propertysizeSqmt | decimal number |
None. |
|
| propertysizeSqyd | decimal number |
None. |
|
| buildingno | integer |
None. |
|
| unitno | integer |
None. |
|
| bedrooms | integer |
None. |
|
| bathrooms | integer |
None. |
|
| propertyaddress | string |
None. |
|
| coordinates | string |
None. |
|
| publisheddate | date |
None. |
|
| propertydescription | string |
None. |
|
| cityid | integer |
None. |
|
| agentid | integer |
None. |
|
| propertypurposeid | integer |
None. |
|
| pstatus | integer |
None. |
|
| propertyvideos | string |
None. |
|
| sublocid | integer |
None. |
|
| documentfile | string |
None. |
|
| verificationDoc | string |
None. |
|
| notes | string |
None. |
|
| buildingname | string |
None. |
|
| offPlan | integer |
None. |
|
| furnished | integer |
None. |
|
| floorPlan | string |
None. |
|
| propertyCoveredArea | decimal number |
None. |
|
| cheques | integer |
None. |
|
| lastUpdated | date |
None. |
|
| viewsCount | integer |
None. |
|
| agencyid | integer |
None. |
|
| permitno | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"propertyid": 1,
"saluation": "sample string 2",
"ownfirstname": "sample string 3",
"ownlastname": "sample string 4",
"ownemail": "sample string 5",
"mobileno": "sample string 6",
"ownrole": 1,
"duration": 1,
"nationality": "sample string 7",
"isverified": true,
"propertytitle": "sample string 8",
"propertyprice": 1,
"securityfee": 1,
"percentage": 1.1,
"commission": 1.1,
"propertyrefnum": "sample string 9",
"propertytypeid": 1,
"propertysizekanal": 1.1,
"propertysizemarla": 1.1,
"propertysizesqft": 1.1,
"propertysizeSqmt": 1.1,
"propertysizeSqyd": 1.1,
"buildingno": 1,
"unitno": 1,
"bedrooms": 1,
"bathrooms": 1,
"propertyaddress": "sample string 10",
"coordinates": "sample string 11",
"publisheddate": "2026-07-14T14:49:18.5196475+00:00",
"propertydescription": "sample string 12",
"cityid": 1,
"agentid": 1,
"propertypurposeid": 1,
"pstatus": 1,
"propertyvideos": "sample string 13",
"sublocid": 1,
"documentfile": "sample string 14",
"verificationDoc": "sample string 15",
"notes": "sample string 16",
"buildingname": "sample string 17",
"offPlan": 1,
"furnished": 1,
"floorPlan": "sample string 18",
"propertyCoveredArea": 1.1,
"cheques": 1,
"lastUpdated": "2026-07-14T14:49:18.5196475+00:00",
"viewsCount": 1,
"agencyid": 1,
"permitno": "sample string 19"
}
application/xml, text/xml
Sample:
<AddPropertiansPortalPropertyTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/projectalminha.Models"> <agencyid>1</agencyid> <agentid>1</agentid> <bathrooms>1</bathrooms> <bedrooms>1</bedrooms> <buildingname>sample string 17</buildingname> <buildingno>1</buildingno> <cheques>1</cheques> <cityid>1</cityid> <commission>1.1</commission> <coordinates>sample string 11</coordinates> <documentfile>sample string 14</documentfile> <duration>1</duration> <floorPlan>sample string 18</floorPlan> <furnished>1</furnished> <isverified>true</isverified> <lastUpdated>2026-07-14T14:49:18.5196475+00:00</lastUpdated> <mobileno>sample string 6</mobileno> <nationality>sample string 7</nationality> <notes>sample string 16</notes> <offPlan>1</offPlan> <ownemail>sample string 5</ownemail> <ownfirstname>sample string 3</ownfirstname> <ownlastname>sample string 4</ownlastname> <ownrole>1</ownrole> <percentage>1.1</percentage> <permitno>sample string 19</permitno> <propertyCoveredArea>1.1</propertyCoveredArea> <propertyaddress>sample string 10</propertyaddress> <propertydescription>sample string 12</propertydescription> <propertyid>1</propertyid> <propertyprice>1</propertyprice> <propertypurposeid>1</propertypurposeid> <propertyrefnum>sample string 9</propertyrefnum> <propertysizeSqmt>1.1</propertysizeSqmt> <propertysizeSqyd>1.1</propertysizeSqyd> <propertysizekanal>1.1</propertysizekanal> <propertysizemarla>1.1</propertysizemarla> <propertysizesqft>1.1</propertysizesqft> <propertytitle>sample string 8</propertytitle> <propertytypeid>1</propertytypeid> <propertyvideos>sample string 13</propertyvideos> <pstatus>1</pstatus> <publisheddate>2026-07-14T14:49:18.5196475+00:00</publisheddate> <saluation>sample string 2</saluation> <securityfee>1</securityfee> <sublocid>1</sublocid> <unitno>1</unitno> <verificationDoc>sample string 15</verificationDoc> <viewsCount>1</viewsCount> </AddPropertiansPortalPropertyTable>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.