POST api/Realise

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:
{
  "Id": 1,
  "Tache": 2,
  "DtDebut": "sample string 3",
  "HrDebut": "sample string 4",
  "DtFin": "sample string 5",
  "HrFin": "sample string 6",
  "Duree": 7.0,
  "Unite": 8,
  "Situation": 9,
  "DtCreer": "sample string 10",
  "Taux": 11.0,
  "Ressource": 12,
  "Suivant": 13,
  "Precedent": 14,
  "Mois": 15,
  "Structure": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Sample not available.