Endpoints

The following endpoints are used with Core Insurance Master:

Function Input parameters Output parameters
FTOS_INSPA_GetAccountData
Brings details to be used to display records on UI. From the Account entity, this endpoint retrieves data about the beneficiary of the payment in order to populate the following virtual attributes:
Payment Beneficiary Last Name,
Payment Beneficiary First Name,
Payment Beneficiary PIN.
The endpoint calls an on demand server side script named FTOS_INSP_GetAccountData.
accountId – The payment beneficiary Id attribute values. Data object from the Account entity, with the following keys: Email, FirstName, FullName, LastName, MobilePhone, UniqueID, a_Accountid, clientCode.
FTOS_PA_SaveBillingParametersJson
This endpoint receives an object with the values filled in by the user on the grid for the Collection parameter. Next, it updates the parameter ValueJson attribute with the data from the object.
object - Key or value object to save on the valueJson attribute. N/A.