POST api/Invester/SearchProjectInvester
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aInvesterProject | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": 1,
"ProjectId": 2,
"ProjectName": "sample string 3",
"No_Of_Units": "sample string 4",
"InventryImage": "sample string 5",
"City": "sample string 6",
"State": "sample string 7",
"BlockName": "sample string 8",
"UnitName": "sample string 9",
"BHK": "sample string 10",
"Price": "sample string 11",
"Floor": "sample string 12",
"Possession": "sample string 13",
"SqFt": "sample string 14",
"Landmark": "sample string 15",
"Address": "sample string 16",
"PostalCode": "sample string 17",
"ImageName": "sample string 18",
"InvestorProjectImagePath": "sample string 19"
}
text/html
Sample:
{"UserId":1,"ProjectId":2,"ProjectName":"sample string 3","No_Of_Units":"sample string 4","InventryImage":"sample string 5","City":"sample string 6","State":"sample string 7","BlockName":"sample string 8","UnitName":"sample string 9","BHK":"sample string 10","Price":"sample string 11","Floor":"sample string 12","Possession":"sample string 13","SqFt":"sample string 14","Landmark":"sample string 15","Address":"sample string 16","PostalCode":"sample string 17","ImageName":"sample string 18","InvestorProjectImagePath":"sample string 19"}
application/xml, text/xml
Sample:
<InvesterProjectBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <Address>sample string 16</Address> <BHK>sample string 10</BHK> <BlockName>sample string 8</BlockName> <City>sample string 6</City> <Floor>sample string 12</Floor> <ImageName>sample string 18</ImageName> <InventryImage>sample string 5</InventryImage> <InvestorProjectImagePath>sample string 19</InvestorProjectImagePath> <Landmark>sample string 15</Landmark> <No_Of_Units>sample string 4</No_Of_Units> <Possession>sample string 13</Possession> <PostalCode>sample string 17</PostalCode> <Price>sample string 11</Price> <ProjectId>2</ProjectId> <ProjectName>sample string 3</ProjectName> <SqFt>sample string 14</SqFt> <State>sample string 7</State> <UnitName>sample string 9</UnitName> <UserId>1</UserId> </InvesterProjectBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMessage": "sample string 2",
"ResponseValue": {}
}
text/html
Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}
application/xml, text/xml
Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <ResponseCode>1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponseValue /> </DataSubmit>