Http方法:POST
路由:api/Base_Data/AddPromotionHistory
请求参数
None.
Body Parameters
Baiao_ProHistory| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| ProHistory_Id | integer | Y |
None |
|
| PromotionType | integer | Y |
None |
|
| PromotionID | integer | Y |
None |
|
| LabMallSupplier_Id | integer | Y |
None |
|
| Consignor_Id | integer | Y |
None |
|
| ConsignorName | string | Y |
None |
|
| LabGroup_Id | integer | Y |
None |
|
| ConsignorIP | string | Y |
None |
|
| CreateDate | date | Y |
None |
|
| RecordAction | RecordAction | Y |
None |
Request Formats
application/json, text/json
Sample:
{
"ProHistory_Id": 1,
"PromotionType": 1,
"PromotionID": 1,
"LabMallSupplier_Id": 1,
"Consignor_Id": 1,
"ConsignorName": "sample string 2",
"LabGroup_Id": 1,
"ConsignorIP": "sample string 3",
"CreateDate": "2026-06-13T14:38:31.7898818+08:00",
"RecordAction": 0
}
返回响应信息
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": {}
}