DocScoDoc/docs/samples/sample_justif_delete.json.md

28 lines
451 B
Markdown
Raw Normal View History

2024-07-25 16:04:18 +02:00
### justif_delete
#### POST /justificatif/delete
> `Content-Type: application/json`
>
2024-07-25 16:04:18 +02:00
> `[2, 2, 3]`
```json
{
"errors": [
{
2024-07-25 16:04:18 +02:00
"indice": 0,
"message": "Justificatif non existant"
2024-07-25 16:04:18 +02:00
},
{
2024-07-25 16:04:18 +02:00
"indice": 1,
"message": "Justificatif non existant"
},
{
"indice": 2,
2024-07-25 16:04:18 +02:00
"message": "Justificatif non existant"
}
2024-07-25 16:04:18 +02:00
],
"success": []
}
```