上传提单资料


POST https://openapi.chukou1.cn:83/v1/directExpressOrders/billOfLading/BolFile
接口说明: 上传提单资料
Http 200 - 成功
Http 400 - 提交的数据有误,请检查

输入参数

Body Parameters
名称类型格式要求是否必须描述示例值
BolNumber string

满足正则: ^[a-zA-Z0-9\-_]*$

长度: 0 ~ 50

必须

主单号(提单号)

888-11164931

BolFile string

None.

必须

提单资料文件

FileType string

满足正则: ^(?i:pdf|jpg|png)$

必须

文件类型

输入参数的json形式
{
  "BolNumber": "sample string 1",
  "BolFile": "sample string 2",
  "FileType": "sample string 3"
}

返回结果

None.