GET Brokerage/GetProperty?propid={propid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propid

integer

Required

Body Parameters

None.

Response Information

Resource Description

PrivateProperty
NameDescriptionTypeAdditional information
buyerid

integer

None.

buyername

string

None.

buyer_brokerid

integer

None.

buyer_brokername

string

None.

buyer_directorid

integer

None.

buyer_directorname

string

None.

buyer_managerid

integer

None.

buyer_managername

string

None.

buyer_salesagentid

integer

None.

buyer_salesagentname

string

None.

date_listed

date

None.

date_reserved

date

None.

date_sold

date

None.

listing_status

string

None.

requestid

integer

None.

property_id

integer

None.

title_id

string

Required

property_type

string

Required

description

string

Required

region

string

None.

province

string

None.

city

string

None.

barangay

string

None.

room_floor_unit_bldg

string

None.

house_lot_block

string

None.

street

string

None.

subd_phase_purok

string

None.

lot_area

string

None.

floor_area

string

None.

selling_price

decimal number

Required

Range: inclusive between 100 and 999999999

cgt_enable

boolean

None.

dst_enable

boolean

None.

transfercost_enable

boolean

None.

commission_enable

boolean

None.

commission

decimal number

None.

sellerid

integer

None.

sellername

string

Required

seller_brokerid

integer

None.

seller_brokername

string

None.

seller_directorid

integer

None.

seller_directorname

string

None.

seller_managerid

integer

None.

seller_managername

string

None.

seller_salesagentid

integer

None.

seller_salesagentname

string

None.

request_status

string

None.

date_added

date

None.

added_by

string

None.

stamp

date

None.

Response Formats

application/json, text/json

Sample:
{
  "buyerid": 1,
  "buyername": "sample string 2",
  "buyer_brokerid": 3,
  "buyer_brokername": "sample string 4",
  "buyer_directorid": 5,
  "buyer_directorname": "sample string 6",
  "buyer_managerid": 7,
  "buyer_managername": "sample string 8",
  "buyer_salesagentid": 9,
  "buyer_salesagentname": "sample string 10",
  "date_listed": "2026-06-04T19:49:38.7985986-07:00",
  "date_reserved": "2026-06-04T19:49:38.7985986-07:00",
  "date_sold": "2026-06-04T19:49:38.7985986-07:00",
  "listing_status": "sample string 14",
  "requestid": 15,
  "property_id": 16,
  "title_id": "sample string 17",
  "property_type": "sample string 18",
  "description": "sample string 19",
  "region": "sample string 20",
  "province": "sample string 21",
  "city": "sample string 22",
  "barangay": "sample string 23",
  "room_floor_unit_bldg": "sample string 24",
  "house_lot_block": "sample string 25",
  "street": "sample string 26",
  "subd_phase_purok": "sample string 27",
  "lot_area": "sample string 28",
  "floor_area": "sample string 29",
  "selling_price": 30.0,
  "cgt_enable": true,
  "dst_enable": true,
  "transfercost_enable": true,
  "commission_enable": true,
  "commission": 35.0,
  "sellerid": 36,
  "sellername": "sample string 37",
  "seller_brokerid": 38,
  "seller_brokername": "sample string 39",
  "seller_directorid": 40,
  "seller_directorname": "sample string 41",
  "seller_managerid": 42,
  "seller_managername": "sample string 43",
  "seller_salesagentid": 44,
  "seller_salesagentname": "sample string 45",
  "request_status": "sample string 46",
  "date_added": "2026-06-04T19:49:38.7985986-07:00",
  "added_by": "sample string 48",
  "stamp": "2026-06-04T19:49:38.7985986-07:00"
}

application/xml, text/xml

Sample:
<PrivateProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model">
  <added_by>sample string 48</added_by>
  <barangay>sample string 23</barangay>
  <cgt_enable>true</cgt_enable>
  <city>sample string 22</city>
  <commission>35</commission>
  <commission_enable>true</commission_enable>
  <date_added>2026-06-04T19:49:38.7985986-07:00</date_added>
  <description>sample string 19</description>
  <dst_enable>true</dst_enable>
  <floor_area>sample string 29</floor_area>
  <house_lot_block>sample string 25</house_lot_block>
  <lot_area>sample string 28</lot_area>
  <property_id>16</property_id>
  <property_type>sample string 18</property_type>
  <province>sample string 21</province>
  <region>sample string 20</region>
  <request_status>sample string 46</request_status>
  <requestid>15</requestid>
  <room_floor_unit_bldg>sample string 24</room_floor_unit_bldg>
  <seller_brokerid>38</seller_brokerid>
  <seller_brokername>sample string 39</seller_brokername>
  <seller_directorid>40</seller_directorid>
  <seller_directorname>sample string 41</seller_directorname>
  <seller_managerid>42</seller_managerid>
  <seller_managername>sample string 43</seller_managername>
  <seller_salesagentid>44</seller_salesagentid>
  <seller_salesagentname>sample string 45</seller_salesagentname>
  <sellerid>36</sellerid>
  <sellername>sample string 37</sellername>
  <selling_price>30</selling_price>
  <stamp>2026-06-04T19:49:38.7985986-07:00</stamp>
  <street>sample string 26</street>
  <subd_phase_purok>sample string 27</subd_phase_purok>
  <title_id>sample string 17</title_id>
  <transfercost_enable>true</transfercost_enable>
  <buyer_brokerid>3</buyer_brokerid>
  <buyer_brokername>sample string 4</buyer_brokername>
  <buyer_directorid>5</buyer_directorid>
  <buyer_directorname>sample string 6</buyer_directorname>
  <buyer_managerid>7</buyer_managerid>
  <buyer_managername>sample string 8</buyer_managername>
  <buyer_salesagentid>9</buyer_salesagentid>
  <buyer_salesagentname>sample string 10</buyer_salesagentname>
  <buyerid>1</buyerid>
  <buyername>sample string 2</buyername>
  <date_listed>2026-06-04T19:49:38.7985986-07:00</date_listed>
  <date_reserved>2026-06-04T19:49:38.7985986-07:00</date_reserved>
  <date_sold>2026-06-04T19:49:38.7985986-07:00</date_sold>
  <listing_status>sample string 14</listing_status>
</PrivateProperty>