POST api/Critere

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nature": 2,
  "Proprietaire": 3,
  "Visible": 4,
  "Taux": 5.0,
  "Duree": 6.0,
  "Unite": 7,
  "Couleur": 8,
  "Nom": "sample string 9",
  "NomAbr": "sample string 10",
  "Situation": 11
}

application/x-www-form-urlencoded

Sample:

Sample not available.