保存交付计划(远洋)

更新时间:2022-03-25 11:14:25

接口说明

海鸥系统审核通过后保存交付计划(远洋)

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/yfopenapi/checkroom/delivery-plan/third-save

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
project_id body string 39e45877-311d-1095-be42-c989a4b3d9c3 项目id
delivery_plan_name body string 测试交付计划 交付计划名称
begin_date body string 2022-03-01 集中交房开始日期
end_date body string 2022-03-30 集中交房结束日期
building_information.building_id body string 3a023241-92a8-0789-7379-e33e8be77487 建筑id
building_information.unit body string A 单位
building_information.floor body number 205 楼层
building_information.room_id body string 3a023247-ff73-1fbf-9b89-f7a7ad92e072 房间id
building_information.room_no body number 205 房间号
building_information.selected body number 1 是否选中
o query string retesting 租户code

请求示例

{
  "project_id": "39e45877-311d-1095-be42-c989a4b3d9c3",
  "delivery_plan_name": "测试交付计划",
  "begin_date": "2022-03-01",
  "end_date": "2022-03-30",
  "building_information": [
    {
      "building_id": "3a023241-92a8-0789-7379-e33e8be77487",
      "unit": "A",
      "floor": "205",
      "room_id": "3a023247-ff73-1fbf-9b89-f7a7ad92e072",
      "room_no": "205",
      "is_virtual": "0",
      "delivery_qualification": "",
      "is_used": 1,
      "selected": 1
    }
  ]
}

返回成功示例

{
    "errcode": 0,
    "errmsg": "ok",
    "data": []
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number 错误状态值
errmsg string 错误信息
data array 数据

失败返回示例

{
    "errcode": 201,
    "errmsg": "error",
    "data": []
}

返回参数说明(失败)

参数名 参数类型 描述

results matching ""

    No results matching ""