POST api/Invester/UpdateInvestorProjectDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
aInvesterRegisterProject
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "ProjectName": "sample string 3",
  "FullAddress": "sample string 4",
  "Landmark": "sample string 5",
  "City": "sample string 6",
  "State": "sample string 7",
  "Country": "sample string 8",
  "Location": "sample string 9",
  "Pin": "sample string 10",
  "cityId": 11
}

text/html

Sample:
{"Id":1,"UserId":2,"ProjectName":"sample string 3","FullAddress":"sample string 4","Landmark":"sample string 5","City":"sample string 6","State":"sample string 7","Country":"sample string 8","Location":"sample string 9","Pin":"sample string 10","cityId":11}

application/xml, text/xml

Sample:
<InvesterRegisterProjectBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <City>sample string 6</City>
  <Country>sample string 8</Country>
  <FullAddress>sample string 4</FullAddress>
  <Id>1</Id>
  <Landmark>sample string 5</Landmark>
  <Location>sample string 9</Location>
  <Pin>sample string 10</Pin>
  <ProjectName>sample string 3</ProjectName>
  <State>sample string 7</State>
  <UserId>2</UserId>
  <cityId>11</cityId>
</InvesterRegisterProjectBO>

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>