DocScoDoc/docs/samples/sample_evaluation_create.json.md

30 lines
550 B
Markdown
Raw Permalink Normal View History

2024-07-27 13:34:32 +02:00
### evaluation_create
#### POST /moduleimpl/1/evaluation/create
> `Content-Type: application/json`
>
> `{"description":"Exemple éval."}`
```json
{
"blocked": false,
"blocked_until": "",
"coefficient": 1.0,
"date": "",
"date_debut": "",
"date_fin": "",
"description": "Exemple \u00e9val.",
"evaluation_type": 0,
"heure_debut": "",
"heure_fin": "",
"id": 22,
"moduleimpl_id": 1,
"note_max": 20.0,
"numero": 1,
"poids": {},
"publish_incomplete": false,
"visibulletin": true
}
```