获取公海列表

最后更新:2025/02/05

企业可通过此接口获取公海列表

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/crm3/openSea/listOpenSeaData

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

Body参数:

{
  "pool_ids": [],
  "pre_owner_id": "xxxx",
  "return_time_start": 1735660800000,
  "return_time_end": 1738339200000,
  "current_index": 1,
  "page_size": 10
}
参数 类型 必填 说明
pool_ids array 公海池ID
pre_owner_id string 前负责人
return_time_start long 回收/退回时间起
return_time_end long 回收/退回时间止
current_index int 当前页
page_size int 每页大小

返回值:


{
  "code": 0,
  "msg": "请求成功",
  "data": {
    "total": 0,
    "records": [
      {
        "company_id": 1234546565511111,
        "company_name": "company_name",
        "contact_id": 1230000000000000,
        "contact_name": "contact_name",
        "open_sea_pool_id": 1111111111111,
        "pre_owner_id": "95e6e3dca846",
        "pre_owner_dept_id": 0,
        "open_sea_return_num": 1,
        "open_sea_return_time": 1735660800000,
        "open_sea_return_reason_type": 1,
        "open_sea_return_reason": "xxxxxxxxxxxxxxxxxxx",
        "open_sea_return_material_ids": [
          "123141512415"
        ],
        "create_time": 1738339200000
      }
    ]
  }
}

参数说明:

参数 类型 说明
code int 返回码
msg string 对返回码的文本描述内容
data object 结果
  total long 总条数
  records list 数据列表
    company_id long 企业ID
    company_name string 企业名称
    contact_id string 联系人ID
    contact_name long 联系人名称
    open_sea_pool_id long 公海池ID
    pre_owner_id long 前负责人
    pre_owner_dept_id long 前负责人部门
    open_sea_return_num long 退回次数
    open_sea_return_time long 退回时间
    open_sea_return_reason_type long 退回原因类型
    open_sea_return_reason long 退回原因
    open_sea_return_material_ids long 退回附件
    create_time long 创建时间

results matching ""

    No results matching ""