POST api/AI/QandAMeeting
Request Information
URI Parameters
None.
Body Parameters
QandAMeeting| Name | Description | Type | Additional information |
|---|---|---|---|
| meetingId | string |
None. |
|
| cropName | string |
None. |
|
| meetingContent | string |
None. |
|
| replyContent | string |
None. |
|
| expert | string |
None. |
|
| img | string |
None. |
|
| optype | integer |
None. |
|
| CreateUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"meetingId": "sample string 1",
"cropName": "sample string 2",
"meetingContent": "sample string 3",
"replyContent": "sample string 4",
"expert": "sample string 5",
"img": "sample string 6",
"optype": 1,
"CreateUser": "sample string 7"
}
application/xml, text/xml
Sample:
<QandAMeeting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.AI"> <CreateUser>sample string 7</CreateUser> <cropName>sample string 2</cropName> <expert>sample string 5</expert> <img>sample string 6</img> <meetingContent>sample string 3</meetingContent> <meetingId>sample string 1</meetingId> <optype>1</optype> <replyContent>sample string 4</replyContent> </QandAMeeting>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |