PUT api/Prevu/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Couleur": 2, "Unite": 3, "LibelleUnite": "sample string 4", "Duree": 5.0, "DtDebut": "sample string 6", "DtFin": "sample string 7", "Taux": 8.0, "Affectation": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.