Deal Price Assignment and Commitments View Response in the XML Format

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

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

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
Sample deal price assignment and commitments view request and response in the XML Format Sample Deal Price Assignment and Commitments View Request and Response in the XML Format