POST api/Invester/GetInvesterProjectDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
GetProject
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",
  "Location": "sample string 4",
  "city": "sample string 5",
  "cityID": 6,
  "NoOfUnit": 7,
  "ImagePath": "sample string 8",
  "InventoryId": 9,
  "BlockName": "sample string 10",
  "UnitName": "sample string 11",
  "BHK": 12,
  "SQFT": 13,
  "Floors": 14,
  "country": "sample string 15",
  "State": "sample string 16",
  "Pin": "sample string 17",
  "FullAddress": "sample string 18",
  "Possession": "sample string 19",
  "IsAvailable": 20,
  "SoldVia": "sample string 21"
}

text/html

Sample:
{"UserId":1,"ProjectId":2,"ProjectName":"sample string 3","Location":"sample string 4","city":"sample string 5","cityID":6,"NoOfUnit":7,"ImagePath":"sample string 8","InventoryId":9,"BlockName":"sample string 10","UnitName":"sample string 11","BHK":12,"SQFT":13,"Floors":14,"country":"sample string 15","State":"sample string 16","Pin":"sample string 17","FullAddress":"sample string 18","Possession":"sample string 19","IsAvailable":20,"SoldVia":"sample string 21"}

application/xml, text/xml

Sample:
<GetInvesterProjectDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <BHK>12</BHK>
  <BlockName>sample string 10</BlockName>
  <Floors>14</Floors>
  <FullAddress>sample string 18</FullAddress>
  <ImagePath>sample string 8</ImagePath>
  <InventoryId>9</InventoryId>
  <IsAvailable>20</IsAvailable>
  <Location>sample string 4</Location>
  <NoOfUnit>7</NoOfUnit>
  <Pin>sample string 17</Pin>
  <Possession>sample string 19</Possession>
  <ProjectId>2</ProjectId>
  <ProjectName>sample string 3</ProjectName>
  <SQFT>13</SQFT>
  <SoldVia>sample string 21</SoldVia>
  <State>sample string 16</State>
  <UnitName>sample string 11</UnitName>
  <UserId>1</UserId>
  <city>sample string 5</city>
  <cityID>6</cityID>
  <country>sample string 15</country>
</GetInvesterProjectDetails>

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>