DocScoDoc/docs/samples/sample_justificatif_create.json.md
2023-02-15 10:30:37 +01:00

19 lines
298 B
Markdown

### justificatif_create
#### POST /justificatif/1/create
> `Content-Type: application/json`
>
> `[{"date_debut": "2022-10-27T08:00","date_fin": "2022-10-27T10:00","etat": "attente"}]`
```json
{
"errors": {},
"success": {
"0": {
"justif_id": 12
}
}
}
```