获取工序验收v3部位分页列表

更新时间:2021-11-09 19:49:07

接口说明

获取工序验收v3部位分页列表

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/process-accept-v3/location-list

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
project_id body string 39ff70b4-7376-6fc3-0f15-2ce1824c7e8d 项目ID
conditions body string query 可用条件
tenant_code query string zjalpha 租户code
order_type body number 1
page body number 1
page_size body number 1

请求示例

{
    "project_id": "39ff70b4-7376-6fc3-0f15-2ce1824c7e8d",
    "order_type": 1,
    "page": 1,
    "page_size": 1,
    "conditions": "39ff70b4-7376-6fc3-0f15-2ce1824c7e8d"
}

返回成功示例

{
    "errcode": 0,
    "errmsg": "请求成功",
    "data": {
        "total": 2,
        "list": [
            {
                "id": "3a00168f-b085-843e-1d5e-97ccd525546e",
                "bidsection_id": "39ff70ba-0283-0743-969d-969492863305",
                "bidsection_name": "标段一",
                "item_id": "39fec0ef-37f1-caf0-85d9-cebafdfdf510",
                "item_name": "主体工程(模板)-ptt分户",
                "contractor_name": "测试承建商",
                "status": "验收中",
                "regist_date": "2021-11-09 19:08:46",
                "current_user_name": "ss-jl",
                "inspect_user_name": "weij",
                "building_id": "39ff70b8-6490-b22c-d02c-0745cf44bf66",
                "building_name": "3#",
                "unit": "2",
                "floor": "2",
                "room_id": "39ff93e5-824a-5ab1-5639-ee1aef3b8033",
                "room_no": "206",
                "room_name": "weij-测试项目-一期-3#-2-2-206",
                "inspection_lot_id": null,
                "inspection_lot_name": null
            }
        ]
    }
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number
errmsg string
data object
data.total number 总数
data.list array 分页数据集
data.list.id string 验收ID
data.list.bidsection_id string 标段id
data.list.bidsection_name string 标段名称
data.list.item_id string 检查项ID
data.list.item_name string 检查项名称
data.list.contractor_name string 供应商名称
data.list.status string 状态
data.list.regist_date string 报验时间
data.list.current_user_name string 当前检查人
data.list.inspect_user_name string 报验人
data.list.building_id string 楼栋ID
data.list.building_name string 楼栋名称
data.list.unit string 单元
data.list.floor string 楼层
data.list.room_id string 房间id
data.list.room_no string 房间编号
data.list.room_name string 房间全称
data.list.inspection_lot_id string 自定义检验批id
data.list.inspection_lot_name string 自定义检验批名称

失败返回示例

{
 "errcode":4001,
 "errmsg":"必填参数不能为空"
}

返回参数说明(失败)

参数名 参数类型 描述

results matching ""

    No results matching ""