GET Brokerage/GetListingRequestProperty?propid={propid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propid

integer

Required

Body Parameters

None.

Response Information

Resource Description

PrivatePropertyListingRequest
NameDescriptionTypeAdditional information
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:
{
  "requestid": 1,
  "property_id": 2,
  "title_id": "sample string 3",
  "property_type": "sample string 4",
  "description": "sample string 5",
  "region": "sample string 6",
  "province": "sample string 7",
  "city": "sample string 8",
  "barangay": "sample string 9",
  "room_floor_unit_bldg": "sample string 10",
  "house_lot_block": "sample string 11",
  "street": "sample string 12",
  "subd_phase_purok": "sample string 13",
  "lot_area": "sample string 14",
  "floor_area": "sample string 15",
  "selling_price": 16.0,
  "cgt_enable": true,
  "dst_enable": true,
  "transfercost_enable": true,
  "commission_enable": true,
  "commission": 21.0,
  "sellerid": 22,
  "sellername": "sample string 23",
  "seller_brokerid": 24,
  "seller_brokername": "sample string 25",
  "seller_directorid": 26,
  "seller_directorname": "sample string 27",
  "seller_managerid": 28,
  "seller_managername": "sample string 29",
  "seller_salesagentid": 30,
  "seller_salesagentname": "sample string 31",
  "request_status": "sample string 32",
  "date_added": "2026-06-04T19:49:38.7204864-07:00",
  "added_by": "sample string 34",
  "stamp": "2026-06-04T19:49:38.7204864-07:00"
}

application/xml, text/xml

Sample:
<PrivatePropertyListingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model">
  <added_by>sample string 34</added_by>
  <barangay>sample string 9</barangay>
  <cgt_enable>true</cgt_enable>
  <city>sample string 8</city>
  <commission>21</commission>
  <commission_enable>true</commission_enable>
  <date_added>2026-06-04T19:49:38.7204864-07:00</date_added>
  <description>sample string 5</description>
  <dst_enable>true</dst_enable>
  <floor_area>sample string 15</floor_area>
  <house_lot_block>sample string 11</house_lot_block>
  <lot_area>sample string 14</lot_area>
  <property_id>2</property_id>
  <property_type>sample string 4</property_type>
  <province>sample string 7</province>
  <region>sample string 6</region>
  <request_status>sample string 32</request_status>
  <requestid>1</requestid>
  <room_floor_unit_bldg>sample string 10</room_floor_unit_bldg>
  <seller_brokerid>24</seller_brokerid>
  <seller_brokername>sample string 25</seller_brokername>
  <seller_directorid>26</seller_directorid>
  <seller_directorname>sample string 27</seller_directorname>
  <seller_managerid>28</seller_managerid>
  <seller_managername>sample string 29</seller_managername>
  <seller_salesagentid>30</seller_salesagentid>
  <seller_salesagentname>sample string 31</seller_salesagentname>
  <sellerid>22</sellerid>
  <sellername>sample string 23</sellername>
  <selling_price>16</selling_price>
  <stamp>2026-06-04T19:49:38.7204864-07:00</stamp>
  <street>sample string 12</street>
  <subd_phase_purok>sample string 13</subd_phase_purok>
  <title_id>sample string 3</title_id>
  <transfercost_enable>true</transfercost_enable>
</PrivatePropertyListingRequest>