4.4 同步门店商品信息
4.4 同步门店商品信息
4.4.1 接口请求模型
4.4.2 接口返回模型
Demo:
Request:
{
"appKey": "NepHealth",
"input": {
"pharmacyCode": "K502",
"stockList": [{
"barcode": "0000001",
"quantity": 0.00
}, {
"barcode": "0000035",
"quantity": 2.00
}, {
"barcode": "0000065",
"quantity": 3.00
}]
},
"nonce": "c212b542-f177-4a82-b42c-1d402bc2f404",
"sign": "b4c75914177f6cc2406e8fcd6274e6e6e71794dd",
"timestamp": 1646619589
}
Response:
{
"code": 200,
"msg": "ok",
"nonce": "c212b542-f177-4a82-b42c-1d402bc2f404",
"output": null
}