DocScoDoc/docs/samples/sample_departement-create.j...

294 B

departement-create

POST /departement/create

Content-Type: application/json

{"acronym": "NEWONE" , "visible": true}

{
    "id": 6,
    "acronym": "NEWONE",
    "description": null,
    "visible": true,
    "date_creation": "2022-08-14T10:01:44.043869+02:00"
}