Eligible Market Products, Offers, or Bundles Derivation Request in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while receiving the eligible market products, offers, or bundles derivation request in the JSON format:

{
    "C1_GETELIGIBLEPROD": 
    {
        "productCode": "",
        "productCategoryFlg": "",
        "division": "",
        "entityType": "",
        "entityCode": "",
        "processDate": "",
        "accountId": "",
        "acctIdtype": "",
        "acctIdentifierValue": "",
        "personId": "",
        "custIdTypeCd": "",
        "perIdentifireVal": "",
        "productLinkedEntity": 
        {
            "linkedEntityCode": "",
            "linkedEntityType": "",
        }
        "eligibleParameter": 
        {
            "priceParmCode": "",
            "priceParmVal": "",
        }
    }
}
}

Related Topics

For more information on... See...
Eligible Market Products, Offers, or Bundles Derivation Request and Response - Attribute/Value Pairs in JSON Format Eligible Market Products, Offers, or Bundles Derivation Request and Response - Attribute/Value Pairs in JSON Format
Sample Eligible Market Product Derivation Request and Response in the JSON Format Sample Eligible Market Product Derivation Request and Response in the JSON Format
Sample Eligible Offer Derivation Request and Response in the JSON Format Sample Eligible Offer Derivation Request and Response in the JSON Format
Sample Eligible Bundle Derivation Request and Response in the JSON Format Sample Eligible Bundle Derivation Request and Response in the JSON Format