DocScoDoc/docs/samples/sample_justif_delete.json.md

451 B

justif_delete

POST /justificatif/delete

Content-Type: application/json

[2, 2, 3]

{
    "errors": [
        {
            "indice": 0,
            "message": "Justificatif non existant"
        },
        {
            "indice": 1,
            "message": "Justificatif non existant"
        },
        {
            "indice": 2,
            "message": "Justificatif non existant"
        }
    ],
    "success": []
}