POST api/Customer/UnitDetails
Documentation for 'UnitDetails'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objuser | Documentation for 'objuser'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"RegistrationId": 2,
"UnitAddress": "sample string 3",
"Type": "sample string 4",
"Reg_No": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": 2,
"Message": "sample string 3",
"LstData": [
{
"$id": "2",
"Registration_Id": 1,
"ProjectPhoto": "sample string 2",
"Project_Name": "sample string 3",
"Tower": "sample string 4",
"TowerLabel": "sample string 5",
"Floor": "sample string 6",
"Unit_No": "sample string 7",
"Plan": "sample string 8",
"Unit_Type": "sample string 9",
"Plot_Area": "sample string 10",
"Super_Area": "sample string 11",
"Build_Up_Area": "sample string 12",
"Carpet_Area": "sample string 13",
"Balcony_Area": "sample string 14",
"Balcony_Area1": "sample string 15",
"Balcony_Area2": "sample string 16",
"Balcony_Area3": "sample string 17",
"UOM": "sample string 18",
"LoanInfo": "sample string 19",
"Bank_Name": "sample string 20",
"IsShow_PlotArea": true,
"IsShow_SuperArea": true,
"IsShow_BuiltUpArea": true,
"IsShow_CarpetArea": true,
"IsShow_BalconyArea": true,
"IsShow_Floor": true,
"IsShow_BalconyArea1": true,
"IsShow_BalconyArea2": true,
"IsShow_BalconyArea3": true,
"ProjectPhoto_Color": "sample string 30",
"Project_Name_Color": "sample string 31",
"Tower_Color": "sample string 32",
"Floor_Color": "sample string 33",
"Unit_No_Color": "sample string 34",
"Plan_Color": "sample string 35",
"Unit_Type_Color": "sample string 36",
"LoanInfo_Color": "sample string 37",
"Bank_Name_Color": "sample string 38",
"Plot_Area_Color": "sample string 39",
"Super_Area_Color": "sample string 40",
"Build_Up_Area_Color": "sample string 41",
"Carpet_Area_Color": "sample string 42",
"Balcony_Area_Color": "sample string 43",
"Balcony1_Area_Color": "sample string 44",
"Balcony2_Area_Color": "sample string 45",
"Balcony3_Area_Color": "sample string 46",
"Balcony1_Area_Label": "sample string 47",
"Balcony2_Area_Label": "sample string 48",
"Balcony3_Area_Label": "sample string 49"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}