PUT api/Conversion/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

T_CONVERSION_Model
NameDescriptionTypeAdditional information
ID_CONVERSION

integer

None.

ID_DEVISE

integer

Required

ID_EXERCICE

integer

Required

ID_MOIS

integer

Required

ID_POSTE

integer

Required

ID_TYPE_CONVERSION

integer

Required

TAUX

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_CONVERSION": 1,
  "ID_DEVISE": 2,
  "ID_EXERCICE": 3,
  "ID_MOIS": 4,
  "ID_POSTE": 5,
  "ID_TYPE_CONVERSION": 6,
  "TAUX": 7.0
}

application/xml, text/xml

Sample:
<T_CONVERSION_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.Models">
  <ID_CONVERSION>1</ID_CONVERSION>
  <ID_DEVISE>2</ID_DEVISE>
  <ID_EXERCICE>3</ID_EXERCICE>
  <ID_MOIS>4</ID_MOIS>
  <ID_POSTE>5</ID_POSTE>
  <ID_TYPE_CONVERSION>6</ID_TYPE_CONVERSION>
  <TAUX>7</TAUX>
</T_CONVERSION_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.