POST api/Invester/InveseterProjectEOIPriceDetails
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:
{
"EOIId": 1,
"ProjectId": 2,
"BlockId": 3,
"PriceChartId": 4,
"BasicPrice": 5.0,
"FRC": 6,
"CarParkType": "sample string 7",
"CarParkPrice": 8.0,
"PLCDetailsCount": 9,
"PLCDetails": [
{},
{},
{}
],
"OtherChargesCount": 10,
"OtherCharges": [
{},
{},
{}
],
"FinalDiscount": 11.0,
"FinalTotalPrice": 12.0
}
text/html
Sample:
{"EOIId":1,"ProjectId":2,"BlockId":3,"PriceChartId":4,"BasicPrice":5.0,"FRC":6,"CarParkType":"sample string 7","CarParkPrice":8.0,"PLCDetailsCount":9,"PLCDetails":[{},{},{}],"OtherChargesCount":10,"OtherCharges":[{},{},{}],"FinalDiscount":11.0,"FinalTotalPrice":12.0}
application/xml, text/xml
Sample:
<InvestorProjectPriceChartBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
<BasicPrice>5</BasicPrice>
<BlockId>3</BlockId>
<CarParkPrice>8</CarParkPrice>
<CarParkType>sample string 7</CarParkType>
<EOIId>1</EOIId>
<FRC>6</FRC>
<FinalDiscount>11</FinalDiscount>
<FinalTotalPrice>12</FinalTotalPrice>
<OtherCharges xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
<d2p1:anyType />
</OtherCharges>
<OtherChargesCount>10</OtherChargesCount>
<PLCDetails xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
<d2p1:anyType />
</PLCDetails>
<PLCDetailsCount>9</PLCDetailsCount>
<PriceChartId>4</PriceChartId>
<ProjectId>2</ProjectId>
</InvestorProjectPriceChartBO>
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>