POST api/Invester/GetInvesterInventoryDetailsById

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InventoryId": 1,
  "UnitName": "sample string 2",
  "BlockName": "sample string 3",
  "SqFt": 4,
  "BHK": 5,
  "floor": 6,
  "Possession": "sample string 7",
  "PossessionYear": "sample string 8",
  "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:
{"InventoryId":1,"UnitName":"sample string 2","BlockName":"sample string 3","SqFt":4,"BHK":5,"floor":6,"Possession":"sample string 7","PossessionYear":"sample string 8","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:
<InvesterInventoryDetailsById xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <BHK>5</BHK>
  <BlockName>sample string 3</BlockName>
  <InventoryId>1</InventoryId>
  <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 7</Possession>
  <PossessionYear>sample string 8</PossessionYear>
  <SqFt>4</SqFt>
  <UnitName>sample string 2</UnitName>
  <floor>6</floor>
</InvesterInventoryDetailsById>

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>