POST api/HousingResourcesInfo/AddHouse

Request Information

URI Parameters

None.

Body Parameters

AddHousingResourcesInfoVModel
NameDescriptionTypeAdditional 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": "226bf05b-6afb-4cbf-a65d-3d6439f68eb3",
  "HouseTypeID": 64,
  "BuiltupArea": 2.0,
  "SetArea": 1.0,
  "TotalPrice": 3.0,
  "TotalTruePrice": 1.0,
  "Renovation": "f93bca9b-b3bd-49f5-8be7-ae881fc32abe",
  "Orientation": "16463d16-637d-4b6c-8247-83fd95103736",
  "BedRoom": 64,
  "LivingRoom": 64,
  "Tolet": 64,
  "Source": "bc7e6ce6-9ca8-43a5-b8db-9049a895a501",
  "OwnerName": "sample string 10",
  "OwnerPhone": "sample string 11",
  "OtherPhone": "sample string 12",
  "Characteristics": "sample string 13",
  "RentDeposit": 14.0,
  "RentMode": "5a6247ea-5097-4580-a6f6-b176db05b215",
  "RentPayMode": "efaf4b17-8c39-4e59-b61d-2a10d3b65993",
  "IsLocking": true,
  "PropertyID": "caa673a0-2d8c-49a3-8e76-a4b9f9801245",
  "BuildName": "sample string 19",
  "UnitName": "sample string 20",
  "Floor": 21,
  "TotalFloor": 22,
  "RoomNumber": "sample string 23",
  "AppID": "sample string 24",
  "AuxiliaryID": "67817d46-e8d6-49cb-886a-130a0d4d6174"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.