POST api/Invester/GetInvestorEOICount
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aInvester | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"InvesterId": 1,
"ProjectId": 2,
"ProjectName": "sample string 3",
"Location": "sample string 4",
"City": "sample string 5",
"StateName": "sample string 6",
"CountryName": "sample string 7",
"FullAddress": "sample string 8",
"Pin": "sample string 9",
"InventoryId": 10,
"BlockName": "sample string 11",
"UnitName": "sample string 12",
"BHK": 13,
"SqFt": 14,
"Floors": 15,
"Is_Available": 16,
"SoldVia": "sample string 17",
"Possession": "sample string 18",
"PossessionYear": "sample string 19",
"EOICount": 20
}
text/html
Sample:
{"InvesterId":1,"ProjectId":2,"ProjectName":"sample string 3","Location":"sample string 4","City":"sample string 5","StateName":"sample string 6","CountryName":"sample string 7","FullAddress":"sample string 8","Pin":"sample string 9","InventoryId":10,"BlockName":"sample string 11","UnitName":"sample string 12","BHK":13,"SqFt":14,"Floors":15,"Is_Available":16,"SoldVia":"sample string 17","Possession":"sample string 18","PossessionYear":"sample string 19","EOICount":20}
application/xml, text/xml
Sample:
<InvesterEoiBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <BHK>13</BHK> <BlockName>sample string 11</BlockName> <City>sample string 5</City> <CountryName>sample string 7</CountryName> <EOICount>20</EOICount> <Floors>15</Floors> <FullAddress>sample string 8</FullAddress> <InventoryId>10</InventoryId> <InvesterId>1</InvesterId> <Is_Available>16</Is_Available> <Location>sample string 4</Location> <Pin>sample string 9</Pin> <Possession>sample string 18</Possession> <PossessionYear>sample string 19</PossessionYear> <ProjectId>2</ProjectId> <ProjectName>sample string 3</ProjectName> <SoldVia>sample string 17</SoldVia> <SqFt>14</SqFt> <StateName>sample string 6</StateName> <UnitName>sample string 12</UnitName> </InvesterEoiBO>
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>