添加出库
POST
http://xhf.qmbzch.cn/api/warehousingout/add_stock_out
请求参数
参数名
类型
描述
必填
customer_id
int
客户表id
必填
store_id
int
门店表id
必填
remarks
str
备注 40个字汉字
必填
stock
array
多条内容 [ ["product_id"=>1,"code"=>123456,"number"=>5,"company"=>"kg" ] , ["product_id"=>1,"code"=>123456,"number"=>5,"company"=>"kg" ] ]
必填
响应参数
参数名
类型
描述
必填
state
str
请求的返回状态 ok/fail
必填
message
接口异常是的返回信息
必填