API Reference

Update Tranche Status

To mark the tranche status as disbursed, we call the following api with a lead uuidid and tranche uuid.

POST /api/v1/client/line/<lead_id>/tranche/<tranche_id>/mark-disbursement-status/

Sample Payload:

{
    "transaction_date": "date of trasaction",
    "transaction_id": "transacation_id"
}

Sample Response :

{
            "status": "Tranche Status",
            "amount": "Tranche Amount",
            "transaction_date": "Transaction date",
            "transaction_id": "transacation_id"
}