POST api/report/booking_view_plots_V1
Get Booking -View plots
Request Information
URI Parameters
None.
Body Parameters
PlotSearchInput| Name | description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| SqftPriceRangeFrom | integer |
None. |
|
| SqftPriceRangeTo | integer |
None. |
|
| BudgetRangeFrom | integer |
None. |
|
| BudgetRangeTo | integer |
None. |
|
| PlotSizeRangeFrom | integer |
None. |
|
| PlotSizeRangeTo | integer |
None. |
|
| PlotFacing | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BudgetRangeFrom": 4,
"BudgetRangeTo": 5,
"PlotFacing": "sample string 8",
"PlotSizeRangeFrom": 6,
"PlotSizeRangeTo": 7,
"ProjectID": 1,
"SqftPriceRangeFrom": 2,
"SqftPriceRangeTo": 3
}
application/xml, text/xml
Sample:
<Report.PlotSearchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <BudgetRangeFrom>4</BudgetRangeFrom> <BudgetRangeTo>5</BudgetRangeTo> <PlotFacing>sample string 8</PlotFacing> <PlotSizeRangeFrom>6</PlotSizeRangeFrom> <PlotSizeRangeTo>7</PlotSizeRangeTo> <ProjectID>1</ProjectID> <SqftPriceRangeFrom>2</SqftPriceRangeFrom> <SqftPriceRangeTo>3</SqftPriceRangeTo> </Report.PlotSearchInput>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |