2023-02-15 10:30:37 +01:00
|
|
|
### justificatif_delete
|
|
|
|
|
|
|
|
#### POST /justificatif/delete
|
2023-07-28 11:30:28 +02:00
|
|
|
|
2023-02-15 10:30:37 +01:00
|
|
|
> `Content-Type: application/json`
|
2023-07-28 11:30:28 +02:00
|
|
|
>
|
2023-02-15 10:30:37 +01:00
|
|
|
> `[2,2,3]`
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2023-07-28 11:30:28 +02:00
|
|
|
"errors": [
|
|
|
|
{
|
|
|
|
"indice": 1,
|
|
|
|
"message": "Justificatif non existant"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"success": [
|
|
|
|
{
|
|
|
|
"indice": 0,
|
|
|
|
"message": "OK"
|
2023-02-15 10:30:37 +01:00
|
|
|
},
|
2023-07-28 11:30:28 +02:00
|
|
|
{
|
|
|
|
"indice": 2,
|
|
|
|
"message": "OK"
|
2023-02-15 10:30:37 +01:00
|
|
|
}
|
2023-07-28 11:30:28 +02:00
|
|
|
]
|
2023-02-15 10:30:37 +01:00
|
|
|
}
|
|
|
|
```
|