FTOS_CB_DeleteManualRepaymentNotificationDetail

Deletes a manual repayment notification detail record from the FTOS_CB_RepaymentNotificationDetail entity, if the corresponding repayment notification record is in Draft status.

Syntax

The FTOS_CB_DeleteManualRepaymentNotificationDetail custom endpoint is called from within the Endpoint API endpoint. Visit the Endpoint API page for more details.

Copy
POST <host_address>/ftosapi/automation-processors/actions/FTOS_CB_DeleteManualRepaymentNotificationDetail
Content-Type: application/json
            
{
    "notificationDetailNo": "<repayment_notification_detail_number>"
}

Here's a list of the available parameters:

Parameter Description
host_address URL of the FintechOS Platform server.
notificationNo The number of the repayment notification record.
notificationDetailNo Mandatory. The number of the repayment notification detail record.

Response

The response indicates the result of the code execution, specifically the result of deleting a repayment notification detail record.

Example

Error Message