POST api/Ajouter
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Origine": 2, "Critere": 3, "Nom": "sample string 4", "NomAbr": "sample string 5", "Couleur": 6, "Duree": 7.0, "Unite": 8, "Taux": 9.0, "DtDebut": "sample string 10", "DtFin": "sample string 11" }
application/x-www-form-urlencoded
Sample:
Sample not available.