POST api/Affectation

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,
  "PLANNING": 2,
  "RESSOURCE": 3,
  "INVITE": 4,
  "TYPE": 5,
  "GROUPE": 6,
  "POURCENTAGE": 7,
  "SITUATION": 8,
  "UNITE": 9,
  "TAUX": 10.0,
  "QUALITE": 11,
  "DATE": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.