POST 备货出库附件推送

POST /outbound/attachmentPush

请求参数

名称 位置 类型 必选 说明
centre_code body String 仓库编码
client_code body string 店铺码
fileUrl body string 文件
fileName body String 文件名
fileType body String 附件类型
transfer_order body String 出库单号

请求示例

  1. {
  2. "centre_code": "xxxx",
  3. "client_code": "xxxx",
  4. "fileUrl": "您的文件URL",
  5. "fileName": "您的文件名",
  6. "fileType": "您的附件类型",
  7. "transfer_order": "您的出库单号"
  8. }

返回示例

  1. {
  2. "code": 200,
  3. "status": 900,
  4. "info": "success"
  5. }

响应参数

名称 数据类型 说明
code Integer code
info String 提示信息
status Integer 状态码