POST api/KDCA/AgentIADelete
Request Information
URI Parameters
None.
Body Parameters
AgentIARequest| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idClient | integer |
None. |
|
| version | string |
None. |
|
| prompt | string |
None. |
|
| defaultVersion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"idClient": 2,
"version": "sample string 3",
"prompt": "sample string 4",
"defaultVersion": 5
}
application/xml, text/xml
Sample:
<AgentIARequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model"> <defaultVersion>5</defaultVersion> <id>1</id> <idClient>2</idClient> <prompt>sample string 4</prompt> <version>sample string 3</version> </AgentIARequest>
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. |