Http方法:POST
路由:api/Base_Data/SendTalkContent
请求参数
None.
Body Parameters
Baiao_OnlineTalk| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Talk_Id | integer | Y |
None |
|
| TalkBody | string | Y |
None |
|
| Consignor_Id | integer | Y |
None |
|
| LabGroup_Id | integer | Y |
None |
|
| CreateDate | date | Y |
None |
|
| UserType | integer | Y |
None |
|
| ToConsignor_Id | integer | Y |
None |
|
| RecordAction | RecordAction | Y |
None |
Request Formats
application/json, text/json
Sample:
{
"Talk_Id": 1,
"TalkBody": "sample string 2",
"Consignor_Id": 1,
"LabGroup_Id": 1,
"CreateDate": "2026-06-13T14:39:12.5115457+08:00",
"UserType": 1,
"ToConsignor_Id": 1,
"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": {}
}