forked from ScoDoc/DocScoDoc
19 lines
294 B
Markdown
19 lines
294 B
Markdown
### assiduite_create
|
|
|
|
#### POST /assiduite/1/create
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `[{"date_debut": "2022-10-27T08:00","date_fin": "2022-10-27T10:00","etat": "absent"}]`
|
|
|
|
```json
|
|
{
|
|
"errors": {},
|
|
"success": {
|
|
"0": {
|
|
"assiduite_id": 60
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|