PUT api/OperationCreance/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

T_OPERATION_CREANCE_Model
NameDescriptionTypeAdditional information
ID_OPERATION_CREANCE

integer

None.

ID_EXERCICE

integer

None.

ID_MOIS

integer

None.

ID_POSTE

integer

None.

ID_CREANCE

integer

None.

CREANCE

string

None.

MONTANT_CREANCE

decimal number

None.

MONTANT_CREANCE_REFERENCE

decimal number

None.

ID_TAUX

integer

None.

ID_EQUIPE

integer

None.

DSAISIE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_OPERATION_CREANCE": 1,
  "ID_EXERCICE": 2,
  "ID_MOIS": 3,
  "ID_POSTE": 4,
  "ID_CREANCE": 5,
  "CREANCE": "sample string 6",
  "MONTANT_CREANCE": 7.0,
  "MONTANT_CREANCE_REFERENCE": 8.0,
  "ID_TAUX": 9,
  "ID_EQUIPE": 10,
  "DSAISIE": "2026-04-11T14:26:07.341515+02:00"
}

application/xml, text/xml

Sample:
<T_OPERATION_CREANCE_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.Models">
  <CREANCE>sample string 6</CREANCE>
  <DSAISIE>2026-04-11T14:26:07.341515+02:00</DSAISIE>
  <ID_CREANCE>5</ID_CREANCE>
  <ID_EQUIPE>10</ID_EQUIPE>
  <ID_EXERCICE>2</ID_EXERCICE>
  <ID_MOIS>3</ID_MOIS>
  <ID_OPERATION_CREANCE>1</ID_OPERATION_CREANCE>
  <ID_POSTE>4</ID_POSTE>
  <ID_TAUX>9</ID_TAUX>
  <MONTANT_CREANCE>7</MONTANT_CREANCE>
  <MONTANT_CREANCE_REFERENCE>8</MONTANT_CREANCE_REFERENCE>
</T_OPERATION_CREANCE_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.