forked from ScoDoc/DocScoDoc
24 lines
308 B
Markdown
24 lines
308 B
Markdown
|
### justificatif_delete
|
||
|
|
||
|
#### POST /justificatif/delete
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `[2,2,3]`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"errors": {
|
||
|
"1": "Justificatif non existant"
|
||
|
},
|
||
|
"success": {
|
||
|
"0": {
|
||
|
"OK": true
|
||
|
},
|
||
|
"2": {
|
||
|
"OK": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|