文档
测试

入库委托取消

POST
https://oms.fulfillment.keythus.com/api/v1/fulfillment/receiving/cancel

请求头

参数名
类型
描述
必填
content-type
string
content-type
必填

请求参数

参数名
类型
描述
必填
apiKey
string
Api Key
必填
apiSecret
string
Api Secret
必填
sign
string
签名
必填
timestamp
string
时间戳
必填
data
string
关联单号
必填

响应参数

参数名
类型
描述
必填
success
bool
结果
必填
code
int
编码
必填
msg
string
消息
必填
language
string
语言
必填
count
int
数量
必填
data
string
业务单号
必填

说明 / 示例

1.请求报文: { "apiKey":"${apiKey}", "apiSecret":"${apiSecret}", "sign":"${sign}", "timestamp":"${timestamp}", "data":"CN205-REC2003240001" } 2.响应报文: { "success":true, "code":0, "msg":"成功", "language":"zh", "count":1, "data":null }