29 lines
409 B
Markdown
29 lines
409 B
Markdown
### justif_delete
|
|
|
|
#### POST /justificatif/delete
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `[2, 2, 3]`
|
|
|
|
```json
|
|
{
|
|
"errors": [
|
|
{
|
|
"indice": 1,
|
|
"message": "Justificatif non existant"
|
|
}
|
|
],
|
|
"success": [
|
|
{
|
|
"indice": 0,
|
|
"message": "OK"
|
|
},
|
|
{
|
|
"indice": 2,
|
|
"message": "OK"
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|