POST api/Planifier
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,
"IdOrigine": 3,
"Critere": 4,
"Niveau": 5,
"Situation": 6,
"Enfant": 7,
"Suivant": 8,
"Precedent": 9,
"Duree": 10.0,
"DureePrevue": 11.0,
"Unite": 12,
"Taux": 13.0,
"DtDebut": "sample string 14",
"HrDebut": "sample string 15",
"DtFin": "sample string 16",
"HrFin": "sample string 17",
"Nom": "sample string 18",
"NomAbr": "sample string 19",
"Couleur": 20,
"Predecesseur": 21,
"DtCreer": "sample string 22",
"Jour": 23,
"DureeRealisee": 24.0,
"CoutPrevu": 25.0,
"CoutRealise": 26.0,
"ChainePredecesseur": "sample string 27",
"Etat": 28,
"ListeRealises": {
"$id": "2",
"sample string 1": {
"$id": "3",
"Jour": "sample string 1",
"ListePeriode": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"ListeDuree": [
1.0,
2.0,
3.0
],
"ListeEtatPrevu": [
"A",
"A",
"A"
],
"ListeIdAffectation": [
1,
2,
3
],
"ListeNomAffectation": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"sample string 2": {
"$ref": "3"
},
"sample string 3": {
"$ref": "3"
}
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.