取消入库计划接口


DELETE http://openapi.ck1info.com/v1/inboundplanorders

输入参数

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

None.

商家预入库单号

输入参数的json形式
{
  "ShipmentIds": [
    "sample string 1",
    "sample string 2"
  ]
}

返回结果

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

None.

Successed boolean

None.

Message string

None.

返回结果的json形式
{
  "ShipmentId": "sample string 1",
  "Successed": true,
  "Message": "sample string 3"
}