Market Product, Offer, or Bundle View Response in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while sending the market product, offer, or bundle view response in the JSON format:

{
    "C1-GetProdDetail": 
    {
        "entityCode": "",
        "entityType": "",
        "processDate": "",
        "inquiryTypeFlag": "",
        "division": "",
        "entityName": "",
        "entityStartDate": "",
        "entityEndDate": "",
        "termsAndCondition": "",
        "status": "",
        "termsAndCondnDescr": "",
        "messageCategory": "",
        "messageNumber": "",
        "messageText": "",
        "longDescription": "",
        "productlist": 
        {
            "productCode": "",
            "productName": "",
            "prodTypFlg": "",
            "productCategoryFlgDesc": "",
        }
        "EntityDivision":
        {
            "divisionCode": "",
        }
        "productLinkedEntity type": 
        {
            "linkedEntityCode": "",
            "linkedEntityName": "",
            "linkedEntityType": "",
        }
        "eligibilityDetails":
        {
            "eligibilityDescription": "",
            "eligibilityStartDate": "",
            "eligibilityEndDate": "",
            "eligibilityRule": 
            {
                "rhsPriceParmCd": "",
                "rhsPriceParmVal": "",
                "lhsPriceParmCd": "",
                "rhsPriceParmTypeFlg": "",
                "trueFlag": "",
                "trueFlagDescr": "",
                "falseFlag": "",
                "falseFlagDescr": "",
                "insufficientFlag": "",
                "insufficientFlagDescr": "",
                "eligibilityRuleFlg": "",
                "eligibilityDescr": "",
                "operator": "",
                "priceParmCode": "",
                "sequenceNumber": "",
            }
        }
        "services": 
        {
            "serviceCd": "",
            "serviceName": "",
            "mandatoryFlag": "",
        }
        "pricing": 
        {
            "priceListId": "",
            "priceListDescription": "",
            "priority": "",
            "validityFlag": "",
            "noOfDays": "",
            "priceItemCode": "",
            "priceitemCodeDescr": "",
            "priceAsgnId": "",
            "priceListStartDate": "",
            "priceListEndDate": "",
            "priceComponent": 
            {
                "priceCompId": "",
                "priceCompDescr": "",
                "valueAmt": "",
                "tieredFlag": "",
                "pricecomptier": 
                {
                    "priceItemParmGroupId": "",
                    "toVal": "",
                    "fromVal": "",
                    "timeOfUse": "",
                    "priceCompPriceItem": "",
                    "priceCriteria": "",
                    "priceCompTierId": "",
                    "tieringSeqNum": "",
                    "parmString": "",
                }
            }
        }
    }
}

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
Sample Market Product View Request and Response in the JSON Format Sample Market Product View Request and Response in the JSON Format
Sample Offer View Request and Response in the JSON Format Sample Offer View Request and Response in the JSON Format
Sample Bundle View Request and Response in the JSON Format Sample Bundle View Request and Response in the JSON Format
Sample Bundle View Summary Request and Response in the JSON Format Sample Bundle View Summary Request and Response in the JSON Format
Sample Bundle View Detail Request and Response in the JSON Format Sample Bundle View Detail Request and Response in the JSON Format