Sample Deal Price Assignment and Commitments View Request and Response in the JSON Format

Using the below example, you can view the price assignment and commitments.

Sample Deal Price Assignment and Commitments View Request in the JSON Format


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "modelId" :"9490517725",
        "inquiryModeflag" :"BOTH",
        "actionflag" :"READ",
    }
}    

Sample Deal Price Assignment and Commitments View Response in the JSON Format


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealIdentifier" :"RuleBUgFixing22",
        "dealId" :"2510739370",
        "modelId" :"9490517725",
        "pricingcmtmntdtls"
        {
            "entityId" :"2762026417",
            "entityType" :"PERS",
            "entityIdentifierValue" :"123-12-1234",
            "entityIdentifierType" :"Social security number",
            "entityDivision" :"930-California",
            "pricingdtls"
            {
                "priceAsgnId" :"6810091985",
                "priceItemCode" :"DEAL_PRERANA3",
                "priceItemDescription" :"DealPrerana3",
                "hierarchyDetails" :"RECMAVR,RECMAVR",
                "priceStatusFlag" :"PRPD",
                "priceCurrencyCode" :"USD",
                "rateSchedule" :"BK-THRES",
                "startDate" :"2022-02-13",
                "endDate" :"2023-02-12",
                "isEligible" :"true",
                "assignmentLevel" :"CUPI",
                "paTypeFlag" :"RGLR",
                "printIfZero" :"Y",
                "priceasgnchar"
                {
                    "characteristicType" :"DEALID",
                    "effectiveDate" :"2022-04-05",
                    "characteristicValue" :"2520094042",
                "priceasgnchar"
                {
                    "characteristicType" :"C2CLTYPE",
                    "effectiveDate" :"2022-04-05",
                    "characteristicValue" :"2520094042",
                }
                "priceasgnparm"
                {
                    "priceParmCode" :"COUNTRY",
                    "priceParmVal" :"IND",
                }
                "txnDailyRatingCrt" :"DNRT",
                "ignoreSw" :"N",
                "doNotAggSw" :"N",
                "scheduleCode" :"MONTHLY",
                "pricecompdtls"
                {
                    "priceCompTier"
                    {
                        "priceCompSequenceNo" :"20",
                        "toVal" :"100",
                        "fromVal" :"1",
                        "priceCriteria" :"BK-NBR", 
                        "tieSeqNum" :"10",
                        "priceparm" :"",
                        {
                            "parmCodeType" :"STATE",
                            "priceParmCode" :"MAHARASHTRA",
                        }
                    "priceCompElg"
                    {
                        "rhsPriceParmCd" :"ACCESSGRP",
                        "rhsPriceParmVal" :"System Default",
                        "lhsPriceParmCd" :"AGEBASED",
                        "rhsPriceParmTypeFlg" :"PRM",
                        "isInsufficientFlag" :"RLFS",
                        "isFalseFlag" :"RLFS",
                        "isTrueFlag" :"RLTR",
                        "operator" :"=",
                        "sequenceNumber" :"0",
                    }
                    "priceCompSequenceNo" :"20",
                    "priceCompId" :"2341932341",
                    "priceCompDesc" :"No of transaction",
                    "valueAmt" :"45.000000000000000000",
                    "priceComponentDisplay" :"true",
                    "rcMapId" :"3999784532",
                    "tieredFlag" :"THRS",
            }
            "commitmentDetails"
            {
                "priceItemCode" :"DEAL_PRERANA3",
                "priceItemDescription" :"DealPrerana3",
                "parameterDetails"
                {
                    "parameterCode" :"COUNTRY",
                    "parameterValue" :"IND",
                }
                "SQIDetails"
                {
                    "serviceQuantityIdentifier" :"BK-NBR",
                    "sqiValue" :"12.000000000000000000",
                    "sqiTypeFlg" :"PRPD",
                }    
            }    
        }     
    }     
}    
Note: We have given the above request and response samples to illustrate how the attribute value pairs should be structured while sending deal price assignment and commitments view request from the external system. However, you should not seamlessly use this request sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

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