POST api/Parametre

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,
  "Libelle": 2,
  "Designation": "sample string 3",
  "Situation": 4,
  "Suivant": 5,
  "Precedent": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.