POST api/Information

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,
  "Utilisateur": 2,
  "Tache": 3,
  "Type": 4,
  "Creation": "sample string 5",
  "Designation": "sample string 6",
  "Habilitation": 7,
  "Situation": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.