2023-02-15 10:30:37 +01:00
|
|
|
### justificatif_create
|
|
|
|
|
|
|
|
#### POST /justificatif/1/create
|
|
|
|
> `Content-Type: application/json`
|
2024-03-29 16:17:40 +01:00
|
|
|
>
|
|
|
|
> `[{"date_debut": "2023-10-27T08:00","date_fin": "2023-10-27T10:00","etat": "attente"}]`
|
2023-02-15 10:30:37 +01:00
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2024-03-29 16:17:40 +01:00
|
|
|
"errors": [],
|
|
|
|
"success": [
|
|
|
|
{
|
|
|
|
"indice": 0,
|
|
|
|
"message": {
|
|
|
|
"couverture": [],
|
|
|
|
"justif_id": 25
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2023-02-15 10:30:37 +01:00
|
|
|
}
|
|
|
|
```
|
2024-03-29 16:17:40 +01:00
|
|
|
|