forked from ScoDoc/DocScoDoc
29 lines
344 B
Markdown
29 lines
344 B
Markdown
### justificatif_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"
|
|
}
|
|
]
|
|
}
|
|
```
|