2024-07-25 16:04:18 +02:00
|
|
|
### justif_delete
|
2023-02-15 10:30:37 +01:00
|
|
|
|
|
|
|
#### POST /justificatif/delete
|
|
|
|
> `Content-Type: application/json`
|
2024-03-29 16:17:40 +01:00
|
|
|
>
|
2024-07-25 16:04:18 +02:00
|
|
|
> `[2, 2, 3]`
|
2023-02-15 10:30:37 +01:00
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2024-03-29 16:17:40 +01:00
|
|
|
"errors": [
|
|
|
|
{
|
2024-07-25 16:04:18 +02:00
|
|
|
"indice": 1,
|
|
|
|
"message": "Justificatif non existant"
|
2024-07-27 13:34:32 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"success": [
|
|
|
|
{
|
|
|
|
"indice": 0,
|
|
|
|
"message": "OK"
|
2024-03-29 16:17:40 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"indice": 2,
|
2024-07-27 13:34:32 +02:00
|
|
|
"message": "OK"
|
2024-03-29 16:17:40 +01:00
|
|
|
}
|
2024-07-27 13:34:32 +02:00
|
|
|
]
|
2023-02-15 10:30:37 +01:00
|
|
|
}
|
|
|
|
```
|
2024-03-29 16:17:40 +01:00
|
|
|
|