Sample Deal Update Request and Response in the XML Format

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

Sample Deal Update Request in the XML Format

<C1-DealCreationUpdateIWS>
    <actionFlag>UPD</actionFlag>
    <dealDetails>
        <dealIdentifier>DEALPRS2022PER23</dealIdentifier>
        <dealInformation>4524551669,CITI BANK,CORP,03-09-2022,United States Dollars,Contracted Deal-No,(1),DEALPRS2022PER23</dealInformation>
        <dealID>4524551669</dealId>
        <modelId>9202703256</modelId>
        <dealEntityType>PRSP</dealEntityType>
        <customerSegment>COMM</customerSegment>
        <customerTier>T</customerTier>
        <division>930</division>
        <accessGrp>***</accessGrp>
        <dealEntityId>0218803513</dealEntityId>
        <contractedDealFlag>false</contractedDealFlag>
        <currency>USD</currency>
        <dealTypeCode>ANRMONLY</dealTypeCode>
        <startDate>2022-03-09</startDate>
        <endDate>2023-03-09</endDate>
        <simulationTypeFlag>CUST</simulationTypeFlag>
        <dealDescription>Deal Description update</dealDescription>
        <dealVersionDescription>Deal version description update</dealVersionDescription>
        <dealFrequency>1</dealFrequency>
        <skipReferenceFlag>true</skipReferenceFlag>
        <priceSelectionDate>2022-03-09</priceSelectionDate>
        <usagePeriod>1</usagePeriod>
        <includeHierarchyFlag>true</includeHierarchyFlag>
        <status>PSML</status>
        <templateFlag>false</templateFlag>
        <createdDate>2022-03-09</createdDate>
    </dealDetails>
    <templateReferenceDetails>
        <copyBasicDetailsFlag>false</copyBasicDetailsFlag>
        <copyPricingFlag>false</copyPricingFlag>
        <copyUsageFlag>false</copyUsageFlag>
    </templateReferenceDetails>
    <dealCharacteristics>
        <characteristicType>ABC</characteristicType>
        <effectiveDate>2021-03-09</effectiveDate>
        <characteristicValue>5881231767</characteristicValue>
    </dealCharacteristics>
    <dealTermsAndConditionsDetails>
        <termsAndConditionsList>
            <description>T&C 1 Desc</description>
            <termsAndCondition>T&C 1</termsAndCondition>
            <termsAndConditionText>Adhoc Text</termsAndConditionText>
        </termsAndConditionsList> 
        <adhocTermsAndCondition>ADhoc Description</adhocTermsAndCondition>
    </dealTermsAndConditionsDetails>
    <productDetailsList>
        <productCode>IMA_BP1</productCode>
        <productCode>IMA_BP2</productCode>
    </productDetailsList>
    <referenceDetails>
        <referUsageSw>false</referUsageSw>
        <referPriceSw>false</referPriceSw>
        <includeChildHierarchy>false</includeChildHierarchy>
    </referenceDetails>
</C1-DealCreationUpdateIWS>
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 Update Response in the XML Format

<C1-DealCreationUpdateIWS>
    <actionFlag>UPD</actionFlag>
    <dealResponse>
        <message>Deal Updated Successfully</message>
    </dealResponse>
    <dealDetails>
        <dealIdentifier>DEALPRS2022PER23</dealIdentifier>
        <dealInformation>4524551669,CITI BANK,CORP,03-09-2022,United States Dollars,Contracted Deal-No,(1),DEALPRS2022PER23</dealInformation>
        <dealId>4524551669</dealId>
        <modelId>9202703256</modelId>
        <dealEntityType>PRSP</dealEntityType>
        <customerSegment>COMM</customerSegment>
        <customerTier>T</customerTier>
        <division>930</division>
        <accessGrp>***</accessGrp>
        <dealEntityId>0218803513</dealEntityId>
        <contractedDealFlag>false</contractedDealFlag>
        <currency>USD</currency>
        <dealTypeCode>ANRMONLY</dealTypeCode>
        <startDate>2022-03-09</startDate>
        <endDate>2023-03-09</endDate>
        <simulationTypeFlag>CUST</simulationTypeFlag>
        <dealDescription>Deal Description update</dealDescription>
        <longDescription>Deal description update</longDescription>
        <dealVersionDescription>Deal version description update</dealVersionDescription>
        <dealFrequency>1</dealFrequency>
        <skipReferenceFlag>true</skipReferenceFlag>
        <priceSelectionDate>2022-03-09</priceSelectionDate>
        <usagePeriod>1</usagePeriod>
        <includeHierarchyFlag>true</includeHierarchyFlag>
        <status>PSML</status>
        <templateFlag>false</templateFlag>
        <createdDate>2022-03-09</createdDate>
    </dealDetails>
    <templateReferenceDetails>
        <copyBasicDetailsFlag>false</copyBasicDetailsFlag>
        <copyPricingFlag>false</copyPricingFlag>
        <copyUsageFlag>false</copyUsageFlag>
    </templateReferenceDetails>
    <dealCharacteristics>
        <characteristicType>ABC</characteristicType>
        <effectiveDate>2021-03-09</effectiveDate>
        <characteristicValue>5881231767</characteristicValue>
    </dealCharacteristics>
    <dealTermsAndConditionsDetails>
        <termsAndConditionsList>
            <description>T&C 1 Desc</description>
            <termsAndCondition>T&C 1</termsAndCondition>
            <termsAndConditionText>Adhoc Text</termsAndConditionText>
        </termsAndConditionsList> 
        <adhocTermsAndCondition>ADhoc Description</adhocTermsAndCondition>
    </dealTermsAndConditionsDetails>
    <productDetailsList>
        <productCode>IMA_BP1</productCode>
        <productCode>IMA_BP2</productCode>
    </productDetailsList>
    <referenceDetails>
        <referUsageSw>false</referUsageSw>
        <referPriceSw>false</referPriceSw>
        <includeChildHierarchy>false</includeChildHierarchy>
    </referenceDetails>
</C1-DealCreationUpdateIWS>
Note: We have given the above request and response samples to illustrate how the tags should be nested while sending a deal 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 update request and response tags in the XML format Deal Update Request and Response - Tags in the XML Format