23 lines
395 B
Markdown
23 lines
395 B
Markdown
### justificatif_create
|
|
|
|
#### POST /justificatif/1/create
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `[{"date_debut": "2023-10-27T08:00","date_fin": "2023-10-27T10:00","etat": "attente"}]`
|
|
|
|
```json
|
|
{
|
|
"errors": [],
|
|
"success": [
|
|
{
|
|
"indice": 0,
|
|
"message": {
|
|
"couverture": [],
|
|
"justif_id": 25
|
|
}
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|