POST api/v1/Post_AddUpdatePropertystep2V3

Request Information

URI Parameters

None.

Body Parameters

PostPropertyRequestStep2V3
NameDescriptionTypeAdditional information
id

integer

None.

propertyid

string

None.

arbitrage

string

None.

bedroom

integer

None.

bathroom

integer

None.

saletype

integer

None.

possession

integer

None.

furnishtype

integer

None.

totalarea

decimal number

None.

builduparea

decimal number

None.

carpetarea

decimal number

None.

floor

string

None.

pincode

integer

None.

landmark

string

None.

amenities

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "propertyid": "sample string 2",
  "arbitrage": "sample string 3",
  "bedroom": 4,
  "bathroom": 5,
  "saletype": 6,
  "possession": 7,
  "furnishtype": 8,
  "totalarea": 9.0,
  "builduparea": 10.0,
  "carpetarea": 11.0,
  "floor": "sample string 12",
  "pincode": 13,
  "landmark": "sample string 14",
  "amenities": "sample string 15"
}

application/xml, text/xml

Sample:
<PostPropertyRequestStep2V3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge">
  <amenities>sample string 15</amenities>
  <arbitrage>sample string 3</arbitrage>
  <bathroom>5</bathroom>
  <bedroom>4</bedroom>
  <builduparea>10</builduparea>
  <carpetarea>11</carpetarea>
  <floor>sample string 12</floor>
  <furnishtype>8</furnishtype>
  <id>1</id>
  <landmark>sample string 14</landmark>
  <pincode>13</pincode>
  <possession>7</possession>
  <propertyid>sample string 2</propertyid>
  <saletype>6</saletype>
  <totalarea>9</totalarea>
</PostPropertyRequestStep2V3>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostPropertyResponsestep1
NameDescriptionTypeAdditional 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>