POST api/v1/Post_AddUpdatePropertystep4
Request Information
URI Parameters
None.
Body Parameters
PostPropertyRequeststep4| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| propertyid | string |
None. |
|
| maintenancecharge | decimal number |
None. |
|
| securitydeposite | decimal number |
None. |
|
| bathroom | integer |
None. |
|
| attachedbathroom | integer |
None. |
|
| balcony | integer |
None. |
|
| parking | integer |
None. |
|
| iscorner | string |
None. |
|
| floorforconstruction | integer |
None. |
|
| openside | integer |
None. |
|
| anyconstruction | string |
None. |
|
| boundrywall | string |
None. |
|
| roadfacing | string |
None. |
|
| isingatedcolony | string |
None. |
|
| furnished | string |
None. |
|
| depositpercentage | string |
None. |
|
| poolsize | string |
None. |
|
| additionalroom | string |
None. |
|
| remodalyear | string |
None. |
|
| amenities | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"propertyid": "sample string 2",
"maintenancecharge": 3.0,
"securitydeposite": 4.0,
"bathroom": 5,
"attachedbathroom": 6,
"balcony": 7,
"parking": 8,
"iscorner": "sample string 9",
"floorforconstruction": 10,
"openside": 11,
"anyconstruction": "sample string 12",
"boundrywall": "sample string 13",
"roadfacing": "sample string 14",
"isingatedcolony": "sample string 15",
"furnished": "sample string 16",
"depositpercentage": "sample string 17",
"poolsize": "sample string 18",
"additionalroom": "sample string 19",
"remodalyear": "sample string 20",
"amenities": "sample string 21"
}
application/xml, text/xml
Sample:
<PostPropertyRequeststep4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge"> <additionalroom>sample string 19</additionalroom> <amenities>sample string 21</amenities> <anyconstruction>sample string 12</anyconstruction> <attachedbathroom>6</attachedbathroom> <balcony>7</balcony> <bathroom>5</bathroom> <boundrywall>sample string 13</boundrywall> <depositpercentage>sample string 17</depositpercentage> <floorforconstruction>10</floorforconstruction> <furnished>sample string 16</furnished> <id>1</id> <iscorner>sample string 9</iscorner> <isingatedcolony>sample string 15</isingatedcolony> <maintenancecharge>3</maintenancecharge> <openside>11</openside> <parking>8</parking> <poolsize>sample string 18</poolsize> <propertyid>sample string 2</propertyid> <remodalyear>sample string 20</remodalyear> <roadfacing>sample string 14</roadfacing> <securitydeposite>4</securitydeposite> </PostPropertyRequeststep4>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PostPropertyResponsestep1| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| msg | string |
None. |
|
| propertyid | string |
None. |
|
| id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"msg": "sample string 2",
"propertyid": "sample string 3",
"id": 4
}
application/xml, text/xml
Sample:
<PostPropertyResponsestep1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge"> <id>4</id> <msg>sample string 2</msg> <propertyid>sample string 3</propertyid> <status>sample string 1</status> </PostPropertyResponsestep1>