POST api/Invester/InsertPriceChart
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aInvesterRegisterProject | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PriceId": 1,
"CityId": 2,
"ProjectId": 3,
"BlockId": 4,
"UnitId": 5,
"floor": 6,
"CarParkingHeading": "sample string 7",
"BSP": 8.0,
"FLC": 9.0,
"CarParkingCharges": 10.0,
"status": "sample string 11",
"TotalAmount": 12.0,
"DiscountPerSqFt": 13.0,
"ValidFrom": "sample string 14",
"ValidTo": "sample string 15"
}
text/html
Sample:
{"PriceId":1,"CityId":2,"ProjectId":3,"BlockId":4,"UnitId":5,"floor":6,"CarParkingHeading":"sample string 7","BSP":8.0,"FLC":9.0,"CarParkingCharges":10.0,"status":"sample string 11","TotalAmount":12.0,"DiscountPerSqFt":13.0,"ValidFrom":"sample string 14","ValidTo":"sample string 15"}
application/xml, text/xml
Sample:
<InvestPriceChart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <BSP>8</BSP> <BlockId>4</BlockId> <CarParkingCharges>10</CarParkingCharges> <CarParkingHeading>sample string 7</CarParkingHeading> <CityId>2</CityId> <DiscountPerSqFt>13</DiscountPerSqFt> <FLC>9</FLC> <PriceId>1</PriceId> <ProjectId>3</ProjectId> <TotalAmount>12</TotalAmount> <UnitId>5</UnitId> <ValidFrom>sample string 14</ValidFrom> <ValidTo>sample string 15</ValidTo> <floor>6</floor> <status>sample string 11</status> </InvestPriceChart>
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>