POST api/KDCA/PhraseDelete
Request Information
URI Parameters
None.
Body Parameters
DictionaryBack| Name | Description | Type | Additional information |
|---|---|---|---|
| idDictionary | integer |
None. |
|
| priority | integer |
None. |
|
| term | string |
None. |
|
| badKeywords | string |
None. |
|
| dateStart | string |
None. |
|
| dateFinish | string |
None. |
|
| language | string |
None. |
|
| languageId | integer |
None. |
|
| intent | string |
None. |
|
| intentId | integer |
None. |
|
| coincidences | integer |
None. |
|
| coincidencesKO | integer |
None. |
|
| responses | integer |
None. |
|
| finishBot | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idDictionary": 1,
"priority": 2,
"term": "sample string 3",
"badKeywords": "sample string 4",
"dateStart": "sample string 5",
"dateFinish": "sample string 6",
"language": "sample string 7",
"languageId": 8,
"intent": "sample string 9",
"intentId": 10,
"coincidences": 11,
"coincidencesKO": 12,
"responses": 13,
"finishBot": 14
}
application/xml, text/xml
Sample:
<DictionaryBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model"> <badKeywords>sample string 4</badKeywords> <coincidences>11</coincidences> <coincidencesKO>12</coincidencesKO> <dateFinish>sample string 6</dateFinish> <dateStart>sample string 5</dateStart> <finishBot>14</finishBot> <idDictionary>1</idDictionary> <intent>sample string 9</intent> <intentId>10</intentId> <language>sample string 7</language> <languageId>8</languageId> <priority>2</priority> <responses>13</responses> <term>sample string 3</term> </DictionaryBack>
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. |