PUT api/OperationClient/ImportationOperationClient
Request Information
URI Parameters
None.
Body Parameters
Importoperation| Name | Description | Type | Additional information |
|---|---|---|---|
| Idfcp | decimal number |
None. |
|
| ValeurObligatoire | decimal number |
None. |
|
| ValeurFacultative | decimal number |
None. |
|
| code | string |
None. |
|
| Nom | string |
None. |
|
| Prenom | string |
None. |
|
| DateOperation | date |
None. |
|
| Vl | decimal number |
None. |
|
| DateVl | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Idfcp": 1.0,
"ValeurObligatoire": 2.0,
"ValeurFacultative": 3.0,
"code": "sample string 4",
"Nom": "sample string 5",
"Prenom": "sample string 6",
"DateOperation": "2025-10-27T13:28:02.6384547+01:00",
"Vl": 8.0,
"DateVl": "2025-10-27T13:28:02.6384547+01:00"
}
application/xml, text/xml
Sample:
<Importoperation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <DateOperation>2025-10-27T13:28:02.6384547+01:00</DateOperation> <DateVl>2025-10-27T13:28:02.6384547+01:00</DateVl> <Idfcp>1</Idfcp> <Nom>sample string 5</Nom> <Prenom>sample string 6</Prenom> <ValeurFacultative>3</ValeurFacultative> <ValeurObligatoire>2</ValeurObligatoire> <Vl>8</Vl> <code>sample string 4</code> </Importoperation>
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. |