POST api/WhizTChatKnowledgeCenter/SubmitKnowledgeCenter
This is for submit knowledge center.
Request Information
URI Parameters
None.
Body Parameters
EnvelopeOfKnowledgeCenterSubmitParamName | Description | Type | Additional information |
---|---|---|---|
Data | KnowledgeCenterSubmitParam |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "categoryId": 1, "title": "sample string 2", "fileName": "sample string 3", "filePath": "sample string 4", "loginUserId": 5 }, "message": "sample string 1", "messageId": "sample string 2", "messageCode": 3 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.