DocScoDoc/docs/samples/sample_departement-create.json.md

18 lines
294 B
Markdown
Raw Normal View History

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