POST api/Modele

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:
{
  "Predecesseur": "sample string 1",
  "Id": 2,
  "Origine": 3,
  "Critere": 4,
  "Niveau": 5,
  "Situation": 6,
  "Enfant": 7,
  "Suivant": 8,
  "Precedent": 9,
  "Duree": 10.0,
  "Unite": 11,
  "Taux": 12.0,
  "Couleur": 13
}

application/x-www-form-urlencoded

Sample:

Sample not available.