POST api/Invester/InsertInventory
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:
{
"ID": 1,
"ProjectId": 2,
"BlockName": "sample string 3",
"UnitName": "sample string 4",
"Floor": 5,
"BHK": 6,
"SqFt": 7,
"Possession": "sample string 8",
"Year": "sample string 9",
"IsVaastuCompliant": true,
"IsAirCondition": true,
"IsWifiInternet": true,
"IsPark": true,
"IsMaintenance": true,
"IsVisitorParking": true,
"IsFitnessCenter": true,
"IsSwimmingPool": true,
"IsLift": true,
"IsSecurityPersonnel": true,
"IsChildPlayGround": true,
"IsPipedGas": true
}
text/html
Sample:
{"ID":1,"ProjectId":2,"BlockName":"sample string 3","UnitName":"sample string 4","Floor":5,"BHK":6,"SqFt":7,"Possession":"sample string 8","Year":"sample string 9","IsVaastuCompliant":true,"IsAirCondition":true,"IsWifiInternet":true,"IsPark":true,"IsMaintenance":true,"IsVisitorParking":true,"IsFitnessCenter":true,"IsSwimmingPool":true,"IsLift":true,"IsSecurityPersonnel":true,"IsChildPlayGround":true,"IsPipedGas":true}
application/xml, text/xml
Sample:
<InsertInvestorInventoryBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <BHK>6</BHK> <BlockName>sample string 3</BlockName> <Floor>5</Floor> <ID>1</ID> <IsAirCondition>true</IsAirCondition> <IsChildPlayGround>true</IsChildPlayGround> <IsFitnessCenter>true</IsFitnessCenter> <IsLift>true</IsLift> <IsMaintenance>true</IsMaintenance> <IsPark>true</IsPark> <IsPipedGas>true</IsPipedGas> <IsSecurityPersonnel>true</IsSecurityPersonnel> <IsSwimmingPool>true</IsSwimmingPool> <IsVaastuCompliant>true</IsVaastuCompliant> <IsVisitorParking>true</IsVisitorParking> <IsWifiInternet>true</IsWifiInternet> <Possession>sample string 8</Possession> <ProjectId>2</ProjectId> <SqFt>7</SqFt> <UnitName>sample string 4</UnitName> <Year>sample string 9</Year> </InsertInvestorInventoryBO>
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>