FTOS_CB_ApproveEarlyRepayment

Changes the business status of a record from the FTOS_CB_ContractEvent entity representing an early repayment event to Approved.

Syntax

The FTOS_CB_ApproveEarlyRepayment 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_ApproveEarlyRepayment
Content-Type: application/json
            
{
      "contractName":"<contract_number>",
      "eventName":"<event_number>"
}

Here's a list of the available parameters:

Parameter Description
host_address URL of the FintechOS Platform server.
contractName Mandatory. The number of the contract, from the FTOS_CB_Contract entity (attribute: FTOS_CB_ContractId).
eventName Mandatory. The number of the event.

Response

The response indicates the result of the code execution, specifically the result of approving a contract early repayment event, and the event number.

Example

Error Responses