Aller au contenu

Sample justificatif delete.json

justificatif_delete

POST /justificatif/delete

Content-Type: application/json

[2,2,3]

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