POST FileUploader/PropertyAdding?agcid={agcid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agcid | integer |
Required |
Body Parameters
PropertyDataName | Description | Type | Additional information |
---|---|---|---|
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 | integer |
None. |
|
commission | integer |
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. |
|
notes | string |
None. |
|
buildingname | string |
None. |
|
offPlan | integer |
None. |
|
furnished | integer |
None. |
|
floorPlan | string |
None. |
|
propertyCoveredArea | decimal number |
None. |
|
cheques | integer |
None. |
|
amenitiesList | Collection of integer |
None. |
|
imagesDetail | Collection of PropertyImages |
None. |
Request Formats
application/json, text/json
Sample:
{ "saluation": "sample string 1", "ownfirstname": "sample string 2", "ownlastname": "sample string 3", "ownemail": "sample string 4", "mobileno": "sample string 5", "ownrole": 1, "duration": 1, "nationality": "sample string 6", "isverified": true, "propertytitle": "sample string 7", "propertyprice": 1, "securityfee": 1, "percentage": 1, "commission": 1, "propertyrefnum": "sample string 8", "propertytypeid": 9, "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": "2025-07-07T23:30:59.3302381+05:00", "propertydescription": "sample string 12", "cityid": 1, "agentid": 1, "propertypurposeid": 1, "pstatus": 1, "propertyvideos": "sample string 13", "sublocid": 1, "documentfile": "sample string 14", "notes": "sample string 15", "buildingname": "sample string 16", "offPlan": 1, "furnished": 1, "floorPlan": "sample string 17", "propertyCoveredArea": 1.1, "cheques": 1, "amenitiesList": [ 1, 2 ], "imagesDetail": [ { "imagename": "sample string 1", "imagedescription": "sample string 2" }, { "imagename": "sample string 1", "imagedescription": "sample string 2" } ] }
application/xml, text/xml
Sample:
<PropertyData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/projectalminha.Classes"> <agentid>1</agentid> <amenitiesList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </amenitiesList> <bathrooms>1</bathrooms> <bedrooms>1</bedrooms> <buildingname>sample string 16</buildingname> <buildingno>1</buildingno> <cheques>1</cheques> <cityid>1</cityid> <commission>1</commission> <coordinates>sample string 11</coordinates> <documentfile>sample string 14</documentfile> <duration>1</duration> <floorPlan>sample string 17</floorPlan> <furnished>1</furnished> <imagesDetail> <PropertyImages> <imagedescription>sample string 2</imagedescription> <imagename>sample string 1</imagename> </PropertyImages> <PropertyImages> <imagedescription>sample string 2</imagedescription> <imagename>sample string 1</imagename> </PropertyImages> </imagesDetail> <isverified>true</isverified> <mobileno>sample string 5</mobileno> <nationality>sample string 6</nationality> <notes>sample string 15</notes> <offPlan>1</offPlan> <ownemail>sample string 4</ownemail> <ownfirstname>sample string 2</ownfirstname> <ownlastname>sample string 3</ownlastname> <ownrole>1</ownrole> <percentage>1</percentage> <propertyCoveredArea>1.1</propertyCoveredArea> <propertyaddress>sample string 10</propertyaddress> <propertydescription>sample string 12</propertydescription> <propertyprice>1</propertyprice> <propertypurposeid>1</propertypurposeid> <propertyrefnum>sample string 8</propertyrefnum> <propertysizeSqmt>1.1</propertysizeSqmt> <propertysizeSqyd>1.1</propertysizeSqyd> <propertysizekanal>1.1</propertysizekanal> <propertysizemarla>1.1</propertysizemarla> <propertysizesqft>1.1</propertysizesqft> <propertytitle>sample string 7</propertytitle> <propertytypeid>9</propertytypeid> <propertyvideos>sample string 13</propertyvideos> <pstatus>1</pstatus> <publisheddate>2025-07-07T23:30:59.3302381+05:00</publisheddate> <saluation>sample string 1</saluation> <securityfee>1</securityfee> <sublocid>1</sublocid> <unitno>1</unitno> </PropertyData>
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.