POST api/ExerciceBudgetaire

Request Information

URI Parameters

None.

Body Parameters

T_EXERCICE_BUDGETAIRE_MODELS
NameDescriptionTypeAdditional information
ID_EXERCICE

integer

None.

EXERCICE

string

None.

ETAT

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_EXERCICE": 1,
  "EXERCICE": "sample string 2",
  "ETAT": true
}

application/xml, text/xml

Sample:
<T_EXERCICE_BUDGETAIRE_MODELS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.Models">
  <ETAT>true</ETAT>
  <EXERCICE>sample string 2</EXERCICE>
  <ID_EXERCICE>1</ID_EXERCICE>
</T_EXERCICE_BUDGETAIRE_MODELS>

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.