Skip to main content

Get Gate criteria Form

Retrieves Gate criteria Form based on unique productId,manufacturerId

Query Parameters
    productId Product id required
    manufacturerId Manufacturerid required
Responses

Successful Response


Schema
    data object required

    Section to carry responses

    eligibilityMapping object required

    This section will carry the eligibility criteria of the product.

    fieldGroups object

    This section will carry multiple sub field groups and fields. Each field will carry attributes which give additional information. example: name, description, type, pattern, order, visibility, validation, mandatory, etc

    distributor required

    This section will give details of intermediary (Broker, corporate Agent or Bank acting as intermediary)

    fields object

    This section will carry attributes which give additional information. example: name, description, type, pattern, order, visibility, validation, mandatory, etc

    distributorID string required

    Possible values: <= 20 characters

    Distributor ID assign to each consumer by 1SB

    agentCode string required

    Possible values: <= 30 characters

    agent code. Eg. PoSP code or SP code provided by insurance company.

    channelType string required

    Possible values: <= 20 characters, [B2B, B2C]

    Indicates if the transaction is B2B or B2C.

    personalInformation object required

    Section to capture personal details of the life assured

    fields object

    This section will carry attributes which give additional information. example: name, description, type, pattern, order, visibility, validation, mandatory, etc

    firstName string required

    Possible values: <= 50 characters

    First Name as per official ID (PAN)

    lastName string required

    Possible values: <= 50 characters

    Last Name as per official ID (PAN)

    suitabilityDetail object

    Section captures suitability details of the life assured, For assisted journey this section is mandatory and conditional in case of non assisted journey.

    fields object

    This section will carry attributes which give additional information. example: name, description, type, pattern, order, visibility, validation, mandatory, etc

    isSuitabilityDone string

    Possible values: <= 10 characters, [Yes, No]

    This tag is for end consumer to bypass the suitability matrix

    errors object[]

    This array contains error messages in case of an error

    reqId string required

    Request Id for the quote assigned by 1SB

Loading...