Sample Deal Commitments Update Request and Response in the XML Format

Using the below example, you can update the deal commitments.

Sample Deal Commitments Update Request in the XML Format

<C1-DealPriceAsgnCommitmentBS>
    <dealID>5593158511</dealID>
    <inquiryModeFlag>COMT</inquiryModeFlag>
    <pricingcmtmntdtls>
        <entityId>2797545007</entityId>
        <entityType>PERS</entityType>
        <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>
                <actionFlag>UPD</actionFlag>
            </SQIDetails>
        </commitmentDetails>
    </pricingcmtmntdtls>
</C1-DealPriceAsgnCommitmentBS>
Note: If you do not want to enter the data in the list tags (i.e. tags where the type is set to list), you should not include them in the request. Adding empty list tags will give erroneous results.

Sample Deal Commitments Update Response in the XML Format

<C1-DealPriceAsgnCommitmentBS>
    <dealID>5593158511</dealID>
    <modelId>8447774739</modelId>
    <pricingcmtmntdtls>
        <entityId>2797545007</entityId>
        <entityType>PERS</entityType>
        <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>
                <actionFlag>UPD</actionFlag>
            </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 deal commitments update 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 commitments update request and response tags in the XML format Deal Commitments Update Request and Response - Tags in the XML Format