POST api/ChatBot
Request Information
URI Parameters
None.
Body Parameters
CreateOperationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeClient | string |
None. |
|
| TypeOperation | string |
None. |
|
| LibelleOperation | string |
None. |
|
| TauxDroit | decimal number |
None. |
|
| MontantOperation | decimal number |
None. |
|
| DateValeur | date |
None. |
|
| CodeFcp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodeClient": "sample string 1",
"TypeOperation": "sample string 2",
"LibelleOperation": "sample string 3",
"TauxDroit": 4.0,
"MontantOperation": 5.0,
"DateValeur": "2025-12-06T05:14:31.4686355+01:00",
"CodeFcp": "sample string 7"
}
application/xml, text/xml
Sample:
<CreateOperationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <CodeClient>sample string 1</CodeClient> <CodeFcp>sample string 7</CodeFcp> <DateValeur>2025-12-06T05:14:31.4686355+01:00</DateValeur> <LibelleOperation>sample string 3</LibelleOperation> <MontantOperation>5</MontantOperation> <TauxDroit>4</TauxDroit> <TypeOperation>sample string 2</TypeOperation> </CreateOperationDto>
application/x-www-form-urlencoded
Sample:
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. |