latestOpenAPI 3.0.02026-08-102034118.0 KB

8f580eff2157

Loan dunning cases

Index the notifications of a dunning case

Returns the notifications related to a dunning case.

get/v1/dunning_cases/{dunning_case_id}/notifications

Path parameters

dunning_case_idstring required

The ID of the dunning case for which the notifications should be retrieved.

Response

LoanEngine.V1.ListDunningCaseNotificationsResponse

type'sddr_notification' | 'partial_repayment_notification' | 'full_repayment_notification' | 'reminder' | 'dunning_letter' | 'pre_termination_letter' | 'termination_letter' | 'pre_collection_letter' required

The type of the dunning case notification.

titlestring required

The title of the dunning case notification.

idstring required

The ID of the dunning case.

created_atstring datetime required

The timestamp from when the dunning case notification was created.

Example response

[
  {
    "type": "dunning_letter",
    "id": "de8d170b-321c-425b-830d-ed406cba6792",
    "created_at": "2021-04-16T13:52:05Z"
  }
]