POST api/FangYuan/DelegateSubmmit

提交房源委托

Request Information

URI Parameters

None.

Body Parameters

mh163k_house_delegate
NameDescriptionTypeAdditional information
Id

自增长主键

integer

None.

DealType

交易性质

DealType

None.

XiaoQu

小区

string

None.

Size

面积

decimal number

None.

Price

价格

decimal number

None.

Dtappenddate

信息创建时间

date

None.

Phone

电话

string

None.

NickName

昵称

string

None.

WeChat

微信

string

None.

MendianId

门店id

integer

None.

AgentId

委托经纪人Id

integer

None.

HouseNumber

门牌号

string

None.

IpAddress

Ip地址

string

None.

ActiveStatus

是否有效

boolean

None.

IsTrade

是否已成交

boolean

None.

IsWhole

是否全站委托

boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_house_delegate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
  <ActiveStatus>true</ActiveStatus>
  <AgentId>9</AgentId>
  <DealType>Sell</DealType>
  <Dtappenddate>2024-04-18T13:26:24.528698+08:00</Dtappenddate>
  <HouseNumber>sample string 10</HouseNumber>
  <Id>1</Id>
  <IpAddress>sample string 11</IpAddress>
  <IsTrade>true</IsTrade>
  <IsWhole>true</IsWhole>
  <MendianId>8</MendianId>
  <NickName>sample string 6</NickName>
  <Phone>sample string 5</Phone>
  <Price>4.1</Price>
  <Size>3.1</Size>
  <WeChat>sample string 7</WeChat>
  <XiaoQu>sample string 2</XiaoQu>
</mh163k_house_delegate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

提交房源委托

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />