Function executeCRUD

  • Executes a CRUD request.

    Parameters

    • functionName: string
    • requestParameters: object | RequestParameter[]

      An array of objects with the parameter name, type, and value.

    • Optional boundEntity: EntityReference

      An optional EntityReference of the bound entity.

    Returns Promise<any>

    • A Promise with the request response.

    Throws

    • Throws an error if the request parameter is not of a supported type or has an invalid value.

Generated using TypeDoc