Http方法:POST
路由:api/Base_Product/useProduct
请求参数
None.
Body Parameters
UseProductRequestModel| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| useNum | string | Y |
None |
|
| channel | string | Y |
None |
|
| product_Id | integer | Y |
None |
|
| placeId | integer | Y |
None |
|
| Consignor_Id | integer | Y |
None |
|
| ConsignorCode | string | Y |
None |
|
| ConsignorName | string | Y |
None |
|
| LabGroup_Id | integer | Y |
None |
Request Formats
application/json, text/json
Sample:
{
"useNum": "sample string 1",
"channel": "sample string 2",
"product_Id": 3,
"placeId": 4,
"Consignor_Id": 5,
"ConsignorCode": "sample string 6",
"ConsignorName": "sample string 7",
"LabGroup_Id": 8
}
返回响应信息
ResultInfoOfObject| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Result | boolean | Y |
None |
|
| StatusCode | integer | Y |
None |
|
| State | string | Y |
None |
|
| Dynamic | Object | Y |
None |
|
| Msg | string | Y |
None |
|
| Data | Object | Y |
None |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"StatusCode": 2,
"State": "sample string 3",
"Dynamic": {},
"Msg": "sample string 5",
"Data": {}
}