POST api/Bizbot/LoadInterimData
Request Information
URI Parameters
None.
Body Parameters
BizbotChatResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| chatbotmessagesetupid | integer |
None. |
|
| chatbotbuttonmasterid | integer |
None. |
|
| qltype | string |
None. |
|
| api | string |
None. |
|
| messagetype | string |
None. |
|
| messagetext | string |
None. |
|
| chatdomaintype | string |
None. |
|
| chatcode | string |
None. |
|
| isbutton | boolean |
None. |
|
| buttondetails | BizbotButtonModel |
None. |
|
| additionalinfo | BizbotAdditionalInfoModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"chatbotmessagesetupid": 1,
"chatbotbuttonmasterid": 2,
"qltype": "sample string 3",
"api": "sample string 4",
"messagetype": "sample string 5",
"messagetext": "sample string 6",
"chatdomaintype": "sample string 7",
"chatcode": "sample string 8",
"isbutton": true,
"buttondetails": {
"chatbotbuttondetailsid": 1,
"chatbotbuttonmasterid": 2,
"code": "sample string 3",
"buttondata": "sample string 4",
"buttontype": "sample string 5",
"buttontext": "sample string 6",
"qltype": "sample string 7",
"actiontype": "sample string 8",
"api": "sample string 9"
},
"additionalinfo": {
"companyid": 1,
"dataid": 2,
"datatext": "sample string 3",
"datacode": "sample string 4",
"userinputtext": "sample string 5",
"financialyearid": 6
}
}
application/xml, text/xml
Sample:
<BizbotChatResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kantaserp.Models">
<additionalinfo>
<companyid>1</companyid>
<datacode>sample string 4</datacode>
<dataid>2</dataid>
<datatext>sample string 3</datatext>
<financialyearid>6</financialyearid>
<userinputtext>sample string 5</userinputtext>
</additionalinfo>
<api>sample string 4</api>
<buttondetails>
<actiontype>sample string 8</actiontype>
<api>sample string 9</api>
<buttondata>sample string 4</buttondata>
<buttontext>sample string 6</buttontext>
<buttontype>sample string 5</buttontype>
<chatbotbuttondetailsid>1</chatbotbuttondetailsid>
<chatbotbuttonmasterid>2</chatbotbuttonmasterid>
<code>sample string 3</code>
<qltype>sample string 7</qltype>
</buttondetails>
<chatbotbuttonmasterid>2</chatbotbuttonmasterid>
<chatbotmessagesetupid>1</chatbotmessagesetupid>
<chatcode>sample string 8</chatcode>
<chatdomaintype>sample string 7</chatdomaintype>
<isbutton>true</isbutton>
<messagetext>sample string 6</messagetext>
<messagetype>sample string 5</messagetype>
<qltype>sample string 3</qltype>
</BizbotChatResponseModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResultViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<HttpResultViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kantaserp.Models"> <data /> <message>sample string 2</message> <status>true</status> </HttpResultViewModel>