POST api/Admin/DeleteAIBot
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userCommonInput | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AgentId": 1, "IsActive": 2, "ActionComments": "sample string 3", "ActionByUserId": 4 }
multipart/form-data
Sample:
{"AgentId":1,"IsActive":2,"ActionComments":"sample string 3","ActionByUserId":4}
application/xml, text/xml
Sample:
<AgentCommon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic"> <ActionByUserId>4</ActionByUserId> <ActionComments>sample string 3</ActionComments> <AgentId>1</AgentId> <IsActive>2</IsActive> </AgentCommon>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.