DocScoDoc/docs/samples/sample_justificatif_delete.json.md
2023-07-28 11:30:28 +02:00

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"
}
]
}
```