DocScoDoc/docs/samples/sample_departement_create.json.md

19 lines
316 B
Markdown

### departement_create
#### POST /departement/create
> `Content-Type: application/json`
>
> `{"acronym":"MYDEPT","visible":"1"}`
```json
{
"acronym": "MYDEPT",
"date_creation": "2022-08-20T12:00:00.000000+02:00",
"dept_name": "MYDEPT",
"description": null,
"id": 6,
"visible": true
}
```