Deal Commitments Update Request in the XML Format

The following code snippet illustrates how the tags should be nested while sending the deal commitments update request in the XML format.

<C1-DealPriceAsgnCommitmentBS>
    <dealIdentifier></dealIdentifier>
    <dealId></dealId>
    <modelId></modelId>
    <inquiryModeFlag></inquiryModeFlag>
    <pricingcmtmntdtls>
        <entityId></entityId>
        <entityType></entityType>
        <commitmentDetails>
            <priceItemCode></priceItemCode>
            <priceItemDescription></priceItemDescription>
            <parameterDetails>
                <parameterCode></parameterCode>
                <parameterValue></parameterValue>
            </parameterDetails>
            <SQIDetails>
                <serviceQuantityIdentifier></serviceQuantityIdentifier>
                <sqiValue></sqiValue>
                <sqiTypeFlg></sqiTypeFlg>
                <actionFlag></actionFlag>
            </SQIDetails>
        </commitmentDetails>
    </pricingcmtmntdtls> 
</C1-DealPriceAsgnCommitmentBS>

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
Sample deal commitments update request and response in the XML format Sample Deal Commitments Update Request and Response in the XML Format