POST api/Agile
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,
"DtAgile": 3,
"Sequence": 4,
"Situation": 5,
"DtSituation": "sample string 6",
"Tache": 7,
"Nom": "sample string 8",
"NomId": "sample string 9",
"Priorite": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.