Sample Bundle View Summary Request and Response in the JSON Format

Using the below example, you can view summary of bundles which are processed on the date 2022-01-11.

Sample Bundle View Summary Request in the JSON Format

{
    "C1-GetProdDetail": 
    {
        "entityCode": "CHECKBUND_003",
        "entityType": "BNDL",
        "processDate": "2022-02-11",
        "inquiryTypeFlag": "SMRY",
        "division": "IND",
    }
}
Sample Bundle View Summary Response in the JSON Format
{
    "C1-GetProdDetail": 
    {
        "entityCode": "CHECKBUND_003",
        "entityType": "BNDL",
        "processDate": "2022-02-11",
        "inquiryTypeFlag": "SMRY",
        "division": "IND",
        "entityName": "CHECKBUND_003",
        "entityStartDate": "2022-01-11",
        "entityEndDate": "",
        "termsAndCondition": "TERMSPRAAS",
        "status": "ACTIVE",
        "termsAndCondnDescr": "TERMSPRAAS",
        "messageCategory": "0",
        "messageNumber": "0",
        "messageText": "",
        "longDescription": "",
        "productlist": 
        {
            "productCode": "LOAN_001",
            "productName": "LOAN_001",
            "prodTypFlg": "PROD",
            "productCategoryFlgDesc": "Loans",
        }
        "EntityDivision": 
        {
            "divisionCode": "IND",
        }
        "productLinkedEntity": 
        {
            {
                "linkedEntityCode": "CHECKMP_001",
                "linkedEntityName": "CHECKMP_001",
                "linkedEntityType": "MP",
            }
            {
                "linkedEntityCode": "CHEKCMP_002",
                "linkedEntityName": "CHEKCMP_002",
                "linkedEntityType": "MP",
            }
        }
        "eligibilityDetails":
        {
            "eligibilityDescription": "LOANDBUND_001",
            "eligibilityStartDate": "2022-01-11",
            "eligibilityEndDate": "",
            "eligibilityRule":
            {
                "rhsPriceParmCd": "",
                "rhsPriceParmVal": "MH",
                "lhsPriceParmCd": "ACC_DIVISION",
                "rhsPriceParmTypeFlg": "VAL",
                "trueFlag": "RLTR",
                "trueFlagDescr": "",
                "falseFlag": "RLFS",
                "falseFlagDescr": "",
                "insufficientFlag": "RLFS",
                "insufficientFlagDescr": "",
                "eligibilityRuleFlg": "",
                "eligibilityDescr": "",
                "operator": "=",
                "priceParmCode": "",
                "sequenceNumber": "10",
            }
        }
        "services": 
        {
            "serviceCd": "",
            "serviceName": "Product Service PRASS2",
            "mandatoryFlag": "true",
        }
        "services": 
        {
            "serviceCd": "",
            "serviceName": "MH division product service",
            "mandatoryFlag": "true",
        }
        "services": 
        {
            "serviceCd": "",
            "serviceName": "Product Service PRASS1",
            "mandatoryFlag": "true",
        }
    }
}

Related Topics

For more information on... See...
Market Product, Offer, or Bundle View Request and Response - Attribute/Value Pairs in JSON Format Market Product, Offer, or Bundle View Request and Response - Attribute/Value Pairs in JSON Format