POST api/Tencent/getPharmacyInventory
查询药店库存
请求的信息
URI参数
None.
Body参数
getPharmacyInventoryCondition名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
drugs | Collection of getPharmacyInventoryRequestDrugs |
None. |
请求格式
application/json, text/json
Sample:
{ "drugs": [ { "$id": "2", "drugPharmacyNumber": "sample string 1", "drugName": "sample string 2" }, { "$ref": "2" }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfgetPharmacyInventoryResult名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
Content | getPharmacyInventoryResult |
None. |
响应格式
application/json, text/json
Sample:
{ "content": { "$id": "2", "code": 1, "message": "sample string 2", "drugsInventory": [ { "$id": "3", "drugName": "sample string 1", "drugPharmacyNumber": "sample string 2", "amount": 3, "price": 4.1 }, { "$ref": "3" }, { "$ref": "3" } ] } }