文档
测试

我的展位 新增

POST
http://172.18.0.25:9001/boothInfoboothInfoSave

请求头

参数名
类型
描述
必填
token
String
必填

请求参数

参数名
类型
描述
必填
exhibitionHallName
String
展馆名称
必填
exhibitionHallNum
String
展馆号
必填
city
String
城市
必填
exhibitorTel
String
参展商手机号
必填
exhibitionId
Long
展会id
必填
buildCompanyEmail
String
搭建公司邮箱
必填
boothType
String
展位类型
必填
exhibitorContactPerson
String
参展商联系人
必填
boothArea
String
展位面积
必填
boothNum
String
展位号
必填
buildLinkman
String
搭建联系人
必填
buildCompany
String
搭建公司
必填
buildCompanyLocation
String
搭建公司所在地
必填
arrangeDate
LocalDateTime
布展日期
必填
startDate
LocalDateTime
开展日期
必填
expoName
String
展会名称
必填
exhibitorName
String
参展商名称
必填
boothMaterial
String
展台材质
必填
buildCompanyTel
String
搭建公司电话
必填
boothHeight
String
最高点至地面垂直高度(m)
必填
boothWidth
String
横跨结构最大尺寸(m)
必填

说明 / 示例

请求: http://172.18.0.25:9001/boothInfoboothInfoSave ```language { "exhibitionHallName": "济南", "exhibitionHallNum": "A12", "city": "济南", "exhibitorTel": "15644484445", "exhibitionId": 1, "buildCompanyEmail": "154564", "boothType": "光标", "exhibitorContactPerson": "张三", "boothArea": "12", "boothNum": "1", "buildLinkman": "李四", "buildCompany": "济南", "buildCompanyLocation": null, "arrangeDate": "2023-07-15T10:30:28", "startDate": "2023-07-15T10:30:33", "expoName": "车展", "exhibitorName":"参展商名称", "boothMaterial":"展台材质", "buildCompanyTel":"搭建公司电话" } 应答: { "isok": 1, "msg": "新增成功", "data": { "id": 1684814973597388801, "city": "济南", "exhibitionHallName": "济南", "expoName": "车展", "exhibitorName": "参展商名称", "exhibitorContactPerson": "张三", "exhibitionHallNum": "A12", "boothNum": "1", "exhibitorTel": "15644484445", "boothType": "光标", "boothArea": "12", "boothMaterial": "展台材质", "arrangeDate": "2023-07-15 10:30:28", "startDate": "2023-07-15 10:30:33", "buildCompany": "济南", "buildLinkman": "李四", "buildCompanyTel": "搭建公司电话", "buildCompanyEmail": "154564", "buildCompanyLocation": null, "status": "0", "createdTime": "2023-07-28 14:36:06", "createdBy": 1684402542215700482, "updatedTime": "2023-07-28 14:36:06", "auditBy": null, "auditTime": null, "deleted": null, "deposit": null, "depositRejectReason": null, "depositRejectImg": null, "exhibitionId": 1, "paymentVoucher": null, "rejectReason": null, "rejectImg": null, "invoicing": null, "invoicingRejectReason": null, "invoicingRejectImg": null, "depositTime": null } }