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
{
"id": 6,
"acronym": "NEWONE",
"description": null,
"visible": true,
"date_creation": "2022-08-19T11:28:41.805891+02:00"
2022-08-13 19:29:08 +02:00
}
```