POST api/HousingResourcesInfo/AddHouse
Request Information
URI Parameters
None.
Body Parameters
AddHousingResourcesInfoVModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomID | globally unique identifier |
None. |
|
| HouseTypeID | byte |
None. |
|
| BuiltupArea | decimal number |
None. |
|
| SetArea | decimal number |
None. |
|
| TotalPrice | decimal number |
None. |
|
| TotalTruePrice | decimal number |
None. |
|
| Renovation | globally unique identifier |
None. |
|
| Orientation | globally unique identifier |
None. |
|
| BedRoom | byte |
None. |
|
| LivingRoom | byte |
None. |
|
| Tolet | byte |
None. |
|
| Source | globally unique identifier |
None. |
|
| OwnerName | string |
None. |
|
| OwnerPhone | string |
None. |
|
| OtherPhone | string |
None. |
|
| Characteristics | string |
None. |
|
| RentDeposit | decimal number |
None. |
|
| RentMode | globally unique identifier |
None. |
|
| RentPayMode | globally unique identifier |
None. |
|
| IsLocking | boolean |
None. |
|
| PropertyID | globally unique identifier |
None. |
|
| BuildName | string |
None. |
|
| UnitName | string |
None. |
|
| Floor | integer |
None. |
|
| TotalFloor | integer |
None. |
|
| RoomNumber | string |
None. |
|
| AppID | string |
None. |
|
| AuxiliaryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RoomID": "d21e1dc2-a554-4a75-99bc-cff9bcd1b1cf",
"HouseTypeID": 64,
"BuiltupArea": 2.0,
"SetArea": 1.0,
"TotalPrice": 3.0,
"TotalTruePrice": 1.0,
"Renovation": "e4a885c8-7557-4e57-b6a2-55768a3bc618",
"Orientation": "a08ad38c-e605-4208-9ae9-86874f92efc9",
"BedRoom": 64,
"LivingRoom": 64,
"Tolet": 64,
"Source": "23240954-a324-42e9-b7cf-6ecf1be2dcdc",
"OwnerName": "sample string 10",
"OwnerPhone": "sample string 11",
"OtherPhone": "sample string 12",
"Characteristics": "sample string 13",
"RentDeposit": 14.0,
"RentMode": "e3fc6197-b078-4ce0-9617-fda3e261ea4c",
"RentPayMode": "93eeaa25-b802-4629-b30c-2beafbc13aa9",
"IsLocking": true,
"PropertyID": "fce8474e-23fb-42d9-bb6e-b9ae09598f75",
"BuildName": "sample string 19",
"UnitName": "sample string 20",
"Floor": 21,
"TotalFloor": 22,
"RoomNumber": "sample string 23",
"AppID": "sample string 24",
"AuxiliaryID": "7b5b12cc-04e1-4c7d-b460-3d34ad98b77c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |