Aller au contenu

Sample justif edit.json

justif_edit

POST /justificatif/1/edit

Content-Type: application/json

{"raison":"MEDIC"}

{
    "couverture": {
        "apres": [
            1
        ],
        "avant": [
            1
        ]
    }
}

POST /justificatif/1/edit

Content-Type: application/json

{"etat":"valide"}

{
    "couverture": {
        "apres": [
            1
        ],
        "avant": []
    }
}