入库预约作废
POST
/open/inboundNotice/delete
入库预约-开放平台
请求参数
Body 参数application/json
inboundNoticeCode
string <string>
预约单号
inboundNoticeCodes
array[string]
预约单号(批量)
thirdCodes
array[string]
三方单号
warehouseId
string <string>
仓库
tenantId
integer <int64>
可选
示例
{
"inboundNoticeCode": "string",
"inboundNoticeCodes": [
"string"
],
"thirdCodes": [
"string"
],
"warehouseId": "string",
"tenantId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo01.haixingcang.com/open/inboundNotice/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"inboundNoticeCode": "string",
"inboundNoticeCodes": [
"string"
],
"thirdCodes": [
"string"
],
"warehouseId": "string",
"tenantId": 0
}'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
可选
msg
string
可选
data
object
可选
trace
string
可选
extra
object
可选
额外字段
object
可选
ok
boolean
可选
示例
{
"code": 0,
"msg": "string",
"data": {},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}
🟠400请求有误
🟠403禁止访问
🔴500服务器错误
修改于 2024-12-25 08:18:30