FTOS_BP_GetAvailableProductFeatures

Returns the banking product's available features based on its product code or product id.

Syntax

The FTOS_BP_GetAvailableProductFeatures 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_bp_getavailableproductfeatures
Content-Type: application/json
            
{
    "productCode": "<banking_product_code>"
}

Here's a list of the available parameters:

Parameter Description
host_address URL of the FintechOS Platform server.
productCode Mandatory when bankingProductId is not sent, string. The code of the banking product.
bankingProductId Mandatory when productCode is not sent, string. The id of the banking product.

Response

The response is an object with details about all the features from FTOS_BP_Feature for the sent banking product.

Example