DocScoDoc/docs/samples/sample_formsemestre-partition-create.json.md
2022-08-21 12:39:37 +02:00

21 lines
354 B
Markdown

### formsemestre-partition-create
#### POST /formsemestre/1/partition/create
> `Content-Type: application/json`
>
> `{"partition_name": "PART"} `
```json
{
"bul_show_rank": false,
"formsemestre_id": 1,
"groups": {},
"groups_editable": true,
"id": 2,
"numero": 0,
"partition_name": "PART",
"show_in_lists": false
}
```