-
开发者必读
创建ScanForm
POST http://openapi.ck1info.com/v1/directExpressOrders/scanform
接口说明: 创建ScanForm
Http 200 - 成功
Http 400 - 提交的数据有误,请检查输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 MailingDate string 时间格式: 2024-11-08
必须
发货日期 yyyy-mm-dd 传发件地址当地时间
2024-11-08
PackageIds Collection of string None.
必须
包裹Id,每次请求最多1000个
EUU20160808TST00001
ReferenceNo string None.
必须
请求唯一性标识。如果使用同一个ReferenceNo多次请求,如果Scanform成功,将返回历史记录,如果Scanform失败,将进行自动重试。
{ "MailingDate": "sample string 1", "PackageIds": [ "sample string 1", "sample string 2" ], "ReferenceNo": "sample string 2" }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 ScanFormNumbers Collection of string None.
ScanFormFile string None.
scanForm的base64字符串,pdf格式
{ "ScanFormNumbers": [ "sample string 1", "sample string 2" ], "ScanFormFile": "sample string 1" }