PUT api/Report/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
T_REPORT_POST_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_REPORT_POST | integer |
None. |
|
| ID_EXERCICE | integer |
None. |
|
| TAUX_REPORT | decimal number |
None. |
|
| MONTANT_REPPORT | decimal number |
None. |
|
| MONTANT_REPPORT_REFERENCE | decimal number |
None. |
|
| ID_DEVISE | integer |
None. |
|
| ID_DEVISE_REF | integer |
None. |
|
| ID_POSTE | integer |
None. |
|
| ID_EQUIPE | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_REPORT_POST": 1,
"ID_EXERCICE": 2,
"TAUX_REPORT": 3.0,
"MONTANT_REPPORT": 4.0,
"MONTANT_REPPORT_REFERENCE": 5.0,
"ID_DEVISE": 6,
"ID_DEVISE_REF": 7,
"ID_POSTE": 8,
"ID_EQUIPE": 9
}
application/xml, text/xml
Sample:
<T_REPORT_POST_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.Models"> <ID_DEVISE>6</ID_DEVISE> <ID_DEVISE_REF>7</ID_DEVISE_REF> <ID_EQUIPE>9</ID_EQUIPE> <ID_EXERCICE>2</ID_EXERCICE> <ID_POSTE>8</ID_POSTE> <ID_REPORT_POST>1</ID_REPORT_POST> <MONTANT_REPPORT>4</MONTANT_REPPORT> <MONTANT_REPPORT_REFERENCE>5</MONTANT_REPPORT_REFERENCE> <TAUX_REPORT>3</TAUX_REPORT> </T_REPORT_POST_Model>
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.