POST api/PharmProduct/GetProductPriceAndSotck
智慧药师获取商品信息
请求的信息
URI参数
None.
Body参数
PharmProductCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| service |
请求服务名称 |
string |
None. |
| sign |
签名[MD5加密] |
string |
None. |
| appid |
来源ID |
string |
None. |
| reqinfo |
请求参数 json字符串 商品ID以逗号分隔,结尾不要逗号 示例{"placepointid": "123","goodsid": "8648,8650,8651"} |
string |
None. |
请求格式
application/json, text/json
Sample:
{
"service": "sample string 1",
"sign": "sample string 2",
"appid": "sample string 3",
"reqinfo": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfPharmProductModel| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | PharmProductModel |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"resultCode": "sample string 1",
"resultInfo": [
{
"$id": "3",
"price": "sample string 1",
"goodsId": "sample string 2",
"batchCode": "sample string 3",
"goodCount": "sample string 4"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
}