PUT api/ReportPoste/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

T_REPORT_POST
NameDescriptionTypeAdditional information
ID_REPORT_POST

integer

None.

ID_EXERCICE

integer

None.

ID_DEVISE

integer

None.

MONTANT_REPPORT

decimal number

None.

ID_POSTE

integer

None.

ID_EQUIPE

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_REPORT_POST": 1,
  "ID_EXERCICE": 2,
  "ID_DEVISE": 1,
  "MONTANT_REPPORT": 1.0,
  "ID_POSTE": 3,
  "ID_EQUIPE": 4
}

application/xml, text/xml

Sample:
<T_REPORT_POST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.ModelsEntity">
  <ID_DEVISE>1</ID_DEVISE>
  <ID_EQUIPE>4</ID_EQUIPE>
  <ID_EXERCICE>2</ID_EXERCICE>
  <ID_POSTE>3</ID_POSTE>
  <ID_REPORT_POST>1</ID_REPORT_POST>
  <MONTANT_REPPORT>1</MONTANT_REPPORT>
</T_REPORT_POST>

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.