Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Info |
---|
在实现HTTP服务时,每个请求的 |
Code Block |
---|
headers: new HttpHeaders({ 'Content-Type': 'application/json' }), responseType: 'arraybuffer' as 'json' |
获取库存明细
...
POST /smartfin/api/v1/stockmgmt/select
...
JSON主体:
|
请求架构
...
Code Block |
---|
s_date, e_date - string |
...
wh_id
- 与库存关联的仓储ID。wh_add, wh_entity, wh_name
- 仓储的相关细节。
更新 / 输入库存明细
...
更新URL:
POST/smartfin/api/v1/stockmgmt/execution_update
输入URL:
POST/smartfin/api/v1/stockmgmt/execution_insert
...
与 https://mafint.atlassian.net/wiki/spaces/MAD/pages/2146304017#%E5%93%8D%E5%BA%94 ( 请参考每个参数的定义 ) 的响应主体相同。
删除库存明细
...
DELETE/smartfin/api/v1/stockmgmt/delete
...