查询定标签约单位列表

更新时间:2021-04-13 17:17:15

接口说明

查询定标签约单位列表

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/openapi/bid/bid-confirm/contract-list

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
o header string 企业code
keyword body string 搜索关键词
startTime body string 开始时间(立项时间)
endTime body string 结束时间(立项时间)
businessLine body string 业务类型
pageIndex body number 页数
pageSize body number 每页大小
solutionId body string 招标策划ID
projectId body string 项目ID

请求示例

{
     "data": {
                 "startTime": "2020-01-01 12:33:55",
                 "endTime": "2020-01-01 12:33:55",
                 "keyword": "keyword",
                 "businessLine":"engineering_lump_sum""pageIndex":1,
                  "pageSize":10,
                  "solutionId":"464350a7-5654-49ed-9742-a1cb11e65fa9",
                  "projectId":"39f4d70f-65f7-778b-9b36-920a12698d68"
      }
}

返回成功示例

{
    "time":"2020-04-03 12:02:35",
    "result":true,
    "code":0,
    "message":null,
    "messageType":0,
    "data":{
        "pageIndex":1,
        "pageSize":10,
        "total":1,
        "totalPage":1,
        "list":[
            {
                "bidId":"35ae0659-292d-4b03-a206-8af7b95d49ee",
                "bidName":"外网开发测试T08-",
                "companyName":"开发公司",
                "projectId":"P0113-S01",
                "projectName":"名雅苑M2-3、4",
                "payMode":"transfer",
                "bidWay":"邀请招标",
                "mainPartName":"广州越秀公司",
                "mainPartId":"056d5bc5-ac3c-4838-b3b1-14b2653eaf34",
                "bidConfirmUrl":null,
                "existSection":0,
                "categoryCode":"engineering_main_class",
                "categoryName":"工程类-装修、机电、幕墙、园林",
                "signMemberList":[
                    {
                        "userId":"12313123",
                        "userName":"张三",
                        "account":"testaccount"
                    }
                ],
                "supplierList":[
                    {
                        "licenseCode":"91440300MA5D9FA528",
                        "supplierId":"39f326b7-7cfe-5c47-3b40-57dc1bc220de",
                        "supplierName":"深圳圳辉建筑工程有限公司",
                        "sectionId":"529e913d-e22a-48fa-a55e-404a58046dd7",
                        "sectionName":"",
                        "winBidAmount":"123123"
                    }
                ]
            }
        ]
    }
}

返回参数说明(成功)

参数名 参数类型 描述
categoryCode string 业务类型code
categoryName string 业务类型名称
bidId string 招标立项id
projectId string 项目id
projectName string 项目名称
companyName string 所属公司
bidWay string 招标方式
payMode string 支付方式
mainPartName string 招标主体名称
mainPartId string 招标主体ID
bidConfirmUrl string 定标审批URL
existSection string 是否多标段(0.否 1.是)
supplierList.licenseCode string 中标单位统一社会信用代码
supplierList.supplierId string 中标单位ID
supplierList.supplierName string 中标单位名称
supplierList.sectionId string 标段ID
supplierList.sectionName string 标段名称
supplierList.winBidAmount string 中标金额
pageIndex number 页数
pageSize number 每页大小
total number 总数
totalPage number 总页数
signMemberList array 签约负责人列表
signMemberList.userId string 签约负责人用户id
signMemberList.userName string 签约负责人姓名
signMemberList.account string 签约负责人账号

失败返回示例

{
    "time": "2019-11-01 16:51:42",
    "result": false,
    "code": -1,
    "message": "服务器繁忙",
    "messageType": 0,
    "data": null
}

返回参数说明(失败)

参数名 参数类型 描述
time string 请求时间
result bool 结果状态
code number 状态码
message string 消息内容
messageType number 消息类型
data object 返回数据内容

results matching ""

    No results matching ""