DocScoDoc/docs/samples/sample_justif_delete.json.md

29 lines
409 B
Markdown
Raw Permalink 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": 1,
"message": "Justificatif non existant"
2024-07-27 13:34:32 +02:00
}
],
"success": [
{
"indice": 0,
"message": "OK"
},
{
"indice": 2,
2024-07-27 13:34:32 +02:00
"message": "OK"
}
2024-07-27 13:34:32 +02:00
]
}
```