文档
测试

新建竞拍

POST
admin/house_auction

接口描述

添加竞拍房屋信息(后台)

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

参数名
类型
描述
必填
title
string
房产名称
必填
addr
string
地址
必填
rent
string
月租金
必填
rate
string
年化收益
必填
unit_price
string
单价
必填
market_price
string
每平方英尺的市场单价(ERV)
必填
area
string
面积
必填
sale_type
string
销售类型(1债券 2竞拍)
必填
property_type
string
物业类型(1长期租赁 2永久业权)
必填
house_type
int
房屋类型(1商用 2民宅)
必填
legal_amount
string
法币价格
必填
legal_currency
string
法币价格单位
必填
increase_hot
string
增发hot数量
必填
investment_case
string
投资案例(请输入url)
必填
property_details
string
物业详情(请输入url)
必填
documents
array
文件说明(请输入url)
必填
url
string
文件URL
必填
file_type
int
文件类型
必填
financials
string
投资案例(请输入url)
必填
destruction_detail
string
增发销毁详情(请输入url)
必填
icon
string
房屋头像(请输入url)
必填
covers
数组
列表图片
必填
pic_mobile
string
手机端图片
必填
pic_web_low_definition
string
web端低清图片
必填
pic_web_high_definition
string
web端高清图片
必填
is_cover
int
是否封面 1是 0否
必填
auction
数组
竞拍信息
必填
title
竞拍标题
必填
start_sale_amount
房屋价值
必填
min_step_amount
最小递增额
必填
publish_time
发布时间
必填
pre_publish_time
预发布时间
必填
digital_currencys
支持的数字货币,用英文逗号分隔
必填
durable
持续时间(以天为单位)
必填
currency
货币单位
必填
deposit_rate
押金比例
必填
icon
stirng
竞价头像(请输入url)
必填
city
string
城市
必填
bed_rooms
int
bed_rooms房间数量,10+用11代替
必填
shower_rooms
int
shower_rooms房间数量,10+用11代替
必填
reception_rooms
int
reception_rooms房间数量,10+用11代替
必填
address_pic
string
房产地址图片
必填
floor
int
楼层
必填
address_pic_web_low_definition
房产地址web端低清图片
必填
address_pic_web_high_definition
房产地址web端高清图片
必填

说明 / 示例

{ "title":"房屋名称", "addr":"地址", "rent":"5.12", "unit_price":"30000", "market_price":"2323", "area":"129.3", "sale_type":2, "property_type":2, "house_type":1, "legal_amount":"100000", "legal_currency":"GBP", "increase_hot":"120000", "investment_case":"www.test.com/investment_case.html", "property_details":"www.test.com/property_details.zip", "documents": { "solicitors":"www.test.com/solicitors.html", "surveyors":"www.test.com/surveyors.zip" } , "cover": [ { "cover":"www.test.com/idontknowaddress.gif"}, { "cover":"www.test.com/punk.gif"} ] , "auction": { "auction_no":"dddddddd", "title":"测试", "start_sale_amount":"100", "min_step_amount":"10", "publish_time":"2020-12-02 12:12:12", "pre_publish_time":"2020-11-18 12:12:12", "digital_currencys":"GBP", "durable":30, "currency":"GBP", "deposit_rate":"6", "icon":"www.test.com/icon.gif" } }