Deal Price Assignment and Commitments View Response in the JSON Format

The following code snippet illustrates how the tags are nested while receiving the deal price assignment and commitments view response in the JSON Format.


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealIdentifier" :"",
        "dealId" :"",
        "modelId" :"",
        "inquiryModeflag" :"",
        "actionflag" :"",
        "pricingcmtmntdtls"
        {
            "entityId" :"",
            "entityType" :"",
            "entityIdentifierValue" :"",
            "entityIdentifierType" :"",
            "entityDivision" :"",
            "pricingdtls"
            {
                "priceAsgnId" :"",
                "priceItemCode" :"",
                "priceItemDescription" :"",
                "hierarchyDetails" :"",
                "priceStatusFlag" :"",
                "priceCurrencyCode" :"",
                "rateSchedule" :"",
                "startDate" :"",
                "endDate" :"",
                "isEligible" :"",
                "assignmentLevel" :"",
                "paTypeFlag" :"",
                "printIfZero" :"",
                "priceasgnchar"
                {
                    "characteristicType" :"",
                    "effectiveDate" :"",
                    "characteristicValue" :"",
                }
                "priceasgnparm"
                {
                    "priceParmCode" :"",
                    "priceParmVal" :"",
                }
                "txnDailyRatingCrt" :"",
                "ignoreSw" :"",
                "doNotAggSw" :"",
                "scheduleCode" :"",
                "pricecompdtls"
                {
                    "priceCompTier"
                    {
                        "toVal" :"",
                        "fromVal" :"",
                        "priceCriteria" :"", 
                        "tieSeqNum" :"",
                        "priceparm" :"",
                        {
                            "parmCodeType" :"",
                            "priceParmCode" :"",
                        }
                    "priceCompElg"
                    {
                        "rhsPriceParmCd" :"",
                        "rhsPriceParmVal" :"",
                        "lhsPriceParmCd" :"",
                        "rhsPriceParmTypeFlg" :"",
                        "isInsufficientFlag" :"",
                        "isFalseFlag" :"",
                        "isTrueFlag" :"",
                        "operator" :"",
                        "sequenceNumber" :"",
                    }
                    "priceCompSequenceNo" :"",
                    "priceCompId" :"",
                    "description" :"",
                    "valueAmt" :"",
                    "priceComponentDisplay" :"",
                    "rcMapId" :"",
                    "tieredFlag" :"",
                    {
            "commitmentDetails"
            {
                "priceItemCode" :"",
                "priceItemDescription" :"",
                "parameterDetails"
                {
                    "parameterCode" :"",
                    "parameterValue" :"",
                }
                "SQIDetails"
                {
                    "serviceQuantityIdentifier" :"",
                    "sqiValue" :"",
                    "sqiTypeFlg" :"",
                 }   
            }    
        }     
    }    
}    

Related Topics

For more information on... See...
Deal price assignment and commitments view request and response attribute/value pairs in the JSON format Deal Price Assignment and Commitments View Request and Response - Attribute/Value Pairs in the JSON Format
Sample deal price assignment and commitments view request and response in the JSON Format Sample Deal Price Assignment and Commitments View Request and Response in the JSON Format