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

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

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

<C1-DealPriceAsgnCommitmentBS>
    <modelId>9490517725</modelId>
    <inquiryModeFlag>BOTH</inquiryModeFlag>
    <actionFlag>READ</actionFlag>
</C1-DealPriceAsgnCommitmentBS>
Sample Deal Price Assignment and Commitments View Response in the XML Format
<C1-DealPriceAsgnCommitmentBS>
    <dealId>2510739370</dealId>
    <modelId>9490517725</modelId>
    <actionFlag>READ</actionFlag>
    <pricingcmtmntdtls>
        <entityId>2762026417</entityId>
        <entityType>PERS</entityType>
        <entityIdentifierValue>123-12-1234</entityIdentifierValue>
        <entityIdentifierType>Social security number</entityIdentifierType>
        <entityDivision>930-California</entityDivision>
        <pricingdtls>
            <priceAsgnId>6810091985</priceAsgnId>
            <priceItemCode>DEAL_PRERANA3</priceItemCode>
            <priceItemDescription>DealPrerana3</priceItemDescription>
            <hierarchyDetails>RECMAVR,RECMAVR</hierarchyDetails>
            <priceStatusFlag>PRPD</priceStatusFlag>
            <priceCurrencyCode>USD</priceCurrencyCode>
            <rateSchedule>BK-THRES</rateSchedule>
            <startDate>2022-02-13</startDate>
            <endDate>2023-02-12</endDate>
            <isEligible>true</isEligible>
            <assignmentLevel>CUPI</assignmentLevel>
            <paTypeFlag>RGLR</paTypeFlag>
            <printIfZero>Y</printIfZero>
            <priceasgnchar>
                <characteristicType>DEALID</characteristicType>
                <effectiveDate>2022-04-05</effectiveDate>
                <characteristicValue>2520094042</characteristicValue>
            </priceasgnchar>
            <priceasgnchar>
                <characteristicType>C2CLTYPE</characteristicType>
                <effectiveDate>2022-04-05</effectiveDate>
                <characteristicValue>2520094042</characteristicValue>
            </priceasgnchar>
            <priceasgnparm>
                <priceParmCode>COUNTRY</priceParmCode>
                <priceParmVal>IND</priceParmVal>
            </priceasgnparm>
            <txnDailyRatingCrt>DNRT</txnDailyRatingCrt>
            <ignoreSw>N</ignoreSw>
            <doNotAggSw>N</doNotAggSw>
            <scheduleCode>MONTHLY</scheduleCode>
            <pricecompdtls>
                <priceCompTier>
                    <toVal>100</toVal>
                    <fromVal>1</fromVal>
                    <priceCriteria>BK-NBR</priceCriteria>
                    <tieSeqNum>10</tieSeqNum>
                    <priceparm>
                        <parmCodeType>STATE</parmCodeType>
                        <priceParmCode>MAHARASHTRA</priceParmCode>
                    </priceparm>
                </priceCompTier>
                <priceCompElg>
                    <rhsPriceParmCd>ACCESSGRP</rhsPriceParmCd>
                    <rhsPriceParmVal>System Default</rhsPriceParmVal>
                    <lhsPriceParmCd>AGEBASED</lhsPriceParmCd>
                    <rhsPriceParmTypeFlg>PRM</rhsPriceParmTypeFlg>
                    <isInsufficientFlag>RLFS</isInsufficientFlag>
                    <isFalseFlag>RLFS</isFalseFlag>
                    <isTrueFlag>RLTR</isTrueFlag>
                    <operator>=</operator>
                    <sequenceNumber>0</sequenceNumber>
                </priceCompElg>
                <priceCompSequenceNo>20</priceCompSequenceNo>
                <priceCompId>2341932341</priceCompId>
                <priceCompDesc>No of transaction</priceCompDesc> 
                <valueAmt>45.000000000000000000</valueAmt>
                <priceComponentDisplay>true</priceComponentDisplay>
                <rcMapId>3999784532</rcMapId> 
                <tieredFlag>THRS</tieredFlag>
            </pricecompdtls>
        </pricingDetails>
        <commitmentDetails>
            <priceItemCode>DEAL_PRERANA3</priceItemCode>
            <priceItemDescription>DealPrerana3</priceItemDescription>
            <parameterDetails>
                <parameterCode>COUNTRY</parameterCode>
                <parameterValue>IND</parameterValue>
            </parameterDetails>
            <SQIDetails>
                <serviceQuantityIdentifier>BK-NBR</serviceQuantityIdentifier>
                <sqiValue>12.000000000000000000</sqiValue>
                <sqiTypeFlg>PRPD</sqiTypeFlg>
            </SQIDetails>
        </commitmentDetails>
     </pricingcmtmntdtls>
</C1-DealPriceAsgnCommitmentBS>
Note: We have given the above request and response samples to illustrate how the tags should be nested while sending a 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 tags in the XML format Deal Price Assignment and Commitments View Request and Response - Tags in the XML Format