PUT api/OperationCreance/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
T_OPERATION_CREANCE| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_OPERATION_CREANCE | integer |
None. |
|
| ID_EXERCICE | integer |
None. |
|
| ID_MOIS | integer |
None. |
|
| ID_POSTE | integer |
None. |
|
| ID_CREANCE | integer |
None. |
|
| ID_DEVISE | integer |
None. |
|
| MONTANT_CREANCE | decimal number |
None. |
|
| ID_EQUIPE | integer |
None. |
|
| DSAISIE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_OPERATION_CREANCE": 1,
"ID_EXERCICE": 1,
"ID_MOIS": 1,
"ID_POSTE": 1,
"ID_CREANCE": 1,
"ID_DEVISE": 1,
"MONTANT_CREANCE": 1.0,
"ID_EQUIPE": 1,
"DSAISIE": "2026-02-07T19:14:55.7678981+01:00"
}
application/xml, text/xml
Sample:
<T_OPERATION_CREANCE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.ModelsEntity"> <DSAISIE>2026-02-07T19:14:55.7678981+01:00</DSAISIE> <ID_CREANCE>1</ID_CREANCE> <ID_DEVISE>1</ID_DEVISE> <ID_EQUIPE>1</ID_EQUIPE> <ID_EXERCICE>1</ID_EXERCICE> <ID_MOIS>1</ID_MOIS> <ID_OPERATION_CREANCE>1</ID_OPERATION_CREANCE> <ID_POSTE>1</ID_POSTE> <MONTANT_CREANCE>1</MONTANT_CREANCE> </T_OPERATION_CREANCE>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.