Http方法:POST
路由:api/Storage_Alarm/Storage_Alarm

更新库存上下限接口

请求参数

None.

Body Parameters

Storage_AlarmModel
参数名称参数描述类型附加信息
ProductCode

商品编号

string

None

StorageUpper

库存上限

decimal number

None

StorageLower

库存下限

decimal number

None

Request Formats

application/json, text/json

Sample:
{
  "ProductCode": "sample string 1",
  "StorageUpper": 1.0,
  "StorageLower": 1.0
}

返回响应信息

更新库存上下限接口

ResultInfoOfInt32
参数名称参数描述类型附加信息
Result

boolean

None

State

string

None

Dynamic

Object

None

Msg

string

None

Data

integer

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "State": "sample string 2",
  "Dynamic": {},
  "Msg": "sample string 4",
  "Data": 5
}