PUT api/Prevu
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,
"Planning": 2,
"DtDebut": "sample string 3",
"HrDebut": "sample string 4",
"DtFin": "sample string 5",
"HrFin": "sample string 6",
"Situation": 7,
"DtCreer": "sample string 8",
"Taux": 9.0,
"TauxR": 10.0,
"Suivant": 11,
"Precedent": 12
}
application/x-www-form-urlencoded
Sample:
Sample not available.