DocScoDoc/docs/samples/sample_justificatif_create.json.md

23 lines
346 B
Markdown
Raw Normal View History

### justificatif_create
#### POST /justificatif/1/create
2023-07-28 11:30:28 +02:00
> `Content-Type: application/json`
2023-07-28 11:30:28 +02:00
>
> `[{"date_debut": "2022-10-27T08:00","date_fin": "2022-10-27T10:00","etat": "attente"}]`
```json
{
2023-07-28 11:30:28 +02:00
"errors": [],
"success": [
{
"indice": 0,
"message": {
"couverture": [],
"justif_id": 12
}
}
2023-07-28 11:30:28 +02:00
]
}
```