GaibAnd蓝海

库存融资系统与蓝海对接


店信息接口-广爱推送蓝海

[TOC]

简要描述
  • 店信息接口-推送
请求URL
  • 测试环境 https://gaapi.dixingps.cn/web/gaib/api/agencyInfo
请求方式
  • POST
请求头
参数名 必选 说明
Authorization Bearer a7fe162f-2b74-4800-9516-ca8b4567a422
请求参数
参数名 必选 类型 说明
list array 列表
list参数
参数名 必选 类型 说明
shopCode string 店号
salesCompany string 销售公司
channelId string 渠道
name string 店名
请求示例
{
    "list":[
        {
            "shopCode": "DGD062",
            "salesCompany": "广州鸿粤田汽车销售服务有限公司",
            "channelId": "1003",
            "name": "广本鸿粤田"
        },
         {
            "shopCode": "DGD062",
            "salesCompany": "广州鸿粤田汽车销售服务有限公司",
            "channelId": "1003",
            "name": "广本鸿粤田"
        }
    ]
}
返回参数说明
参数名 类型 说明
success boolean 是否成功
data string 成功返回值
message string 失败说明
code int 状态码
成功返回示例
{
    "success": true,
    "data": "操作成功",
    "message": null,
    "code": 200,
    "includes": null,
    "excludes": null,
    "onlyData": false,
    "callback": null
}
失败返回示例
{
    "success": false,
    "data": null,
    "message": "接口尚未开发",
    "code": 500,
    "includes": null,
    "excludes": null,
    "onlyData": false,
    "callback": null
}
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML