POST api/WhizTChatSolCentre/SubmitSolCentreData
Request Information
URI Parameters
None.
Body Parameters
EnvelopeOfSubmitSolCenterDataName | Description | Type | Additional information |
---|---|---|---|
Data | SubmitSolCenterData |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "companyId": 1, "productId": 2, "userID": 3, "isFinalSubmit": true, "answerList": [ { "tag": "sample string 1", "questionId": 2, "answer": "sample string 3" }, { "tag": "sample string 1", "questionId": 2, "answer": "sample string 3" } ] }, "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.