Deal Price Assignment Override Request in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while sending the deal price assignment override request in the JSON Format.


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealIdentifier" :"",
        "dealId" :"",
        "modelId" :"",
        "inquiryModeflag" :"",
        "pricingcmtmntdtls"
        {
            "entityId" :"",
            "entityType" :"",
            "pricingdtls"
            {
                "priceAsgnId" :"",
                "actionFlag" :"",
                "priceItemCode" :"",
                "priceStatusFlag" :"",
                "priceCurrencyCode" :"",
                "rateSchedule" :"",
                "startDate" :"",
                "endDate" :"",
                "isEligible" :"",
                "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" :"",
                    "priceCompDesc" :"",
                    "valueAmt" :"",
                    "priceComponentDisplay" :"",
                    "rcMapId" :"",
                    "tieredFlag" :"",
                }   
            }    
        }     
    }    
}    

Related Topics

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