Annulation des lots prépayés

L’annulation d’un lot prépayé se fait depuis cineges central avec l’API PUT : prepaidlot/cancel: Elle a pour paramètre :

{
    "code": "string",   // code de card cancel reason *
    "dateCancel": "string", // date de l'operation *
    "comment": "string", // commentaire obligatoire *
    "id": "string" // id prepaid lot*
}

Tous les champs sont obligatoires.

Flux d’une annulation d’un lot

sequenceDiagram UI->>API: PrepaidLotCancelParams API->>JOB PrepaidLot: PrepaidLotCancelParams JOB PrepaidLot-->> JOB PrepaidLot: Cancel prepaid lot JOB PrepaidLot-->> JOB PrepaidLot: Cancel prepaid JOB PrepaidLot->>JOB Prepaid: List:Prepaid JOB Prepaid-->> JOB Prepaid: Save prepaid JOB PrepaidLot-->> JOB PrepaidLot: Generate card operation JOB Prepaid-->> JOB Prepaid: Generate card operation </script>