Sample Deal View Request and Response in the XML Format

Using the below example, you can view the deal 8896302706.

Sample Deal View Request in the XML Format

<C1-DealCreationUpdateIWS>
    <actionFlag>READ</actionFlag>
    <dealDetails>
        <dealId>8896302706</dealId>
    </dealDetails>
</C1-DealCreationUpdateIWS>

Sample Deal View Response in the XML Format

<C1-DealCreationUpdateIWS>
    <actionFlag>READ</actionFlag>
    <dealDetails>
        <dealIdentifier>EXISTINGPER1</dealIdentifier>
        <dealInformation>8896302706,Prod,Prerana,02-26-2022,United States Dollars,Contracted Deal-No,(1),EXISTINGPER1 ,deal descript,930-California Branch, , , ,Aparna RM only,Pending Simulation,Customer,System Default,Template-No,BKADMIN ,02-26-2022, , ,Biannually,Yearly, , , ,Skip Reference-Yes,Account,0074771343,Yearly, , ,02-22-2022, ,Skip Questionaire-Yes, ,Include Hierarchy-Yes</dealInformation>
        <dealId>8896302706</dealId>
        <modelId>0662805484</modelId>
        <dealEntityType>EPER</dealEntityType>
        <customerSegment>COMM</customerSegment>
        <customerTier>T</customerTier>
        <division>930</division>
        <accessGrp>***</accessGrp>
        <dealEntityId>0074771343</dealEntityId>
        <contractedDealFlag>false</contractedDealFlag>
        <currency>USD</currency>
        <dealTypeCode>APRTESNEW</dealTypeCode>
        <startDate>2022-02-26</startDate>
        <endDate>2023-03-09</endDate>
        <simulationTypeFlag>CUST</simulationTypeFlag>
        <reviewFrequency>6</reviewFrequency>
        <dealDescription>Deal Description</dealDescription>
        <longDescription>Deal Description</longDescription>
        <dealVersionDescription>Version Description</dealVersionDescription>
        <dealFrequency>12</dealFrequency>
        <skipReferenceFlag>true</skipReferenceFlag>
        <priceSelectionDate>2022-02-22</priceSelectionDate>
        <usagePeriod>12</usagePeriod>
        <includeHierarchyFlag>true</includeHierarchyFlag>
        <status>PSML</status>
        <templateFlag>false</templateFlag>
        <createdDate>2022-02-26</createdDate>
    </dealDetails>
    <templateReferenceDetails>
        <copyBasicDetailsFlag>false</copyBasicDetailsFlag>
        <copyPricingFlag>false</copyPricingFlag>
        <copyUsageFlag>false</copyUsageFlag>
    </templateReferenceDetails>
    <dealCharacteristics>
        <characteristicType>ZZ-DLCHR</characteristicType>
        <effectiveDate>2021-06-01</effectiveDate>
        <characteristicValue>7266725883</characteristicValue>
    </dealCharacteristics>
    <dealTermsAndConditionsDetails>
        <termsAndConditionsList>
            <description>Test Terms</description>
            <termsAndCondition>TEST_TC8</termsAndCondition>
            <termsAndConditionText>Test changed</termsAndConditionText>
        </termsAndConditionsList> 
        <adhocTermsAndCondition>DOCH DESC</adhocTermsAndCondition>
    </dealTermsAndConditionsDetails>
    <productDetailsList>
        <productCode>AUT_MPD1_BUSS1</productCode>
    </productDetailsList>
    <productDetailsList>
        <productCode>AUT_MPD_930_TECH</productCode>
    </productDetailsList>
    <productDetailsList>
        <productCode>AUT_MPD_CA_TECH</productCode>
    </productDetailsList>
    <productDetailsList>
        <productCode>RTEST_BPTECT</productCode>
    </productDetailsList>
    <referenceDetails>
        <referUsageSw>false</referUsageSw>
        <referPriceSw>false</referPriceSw>
    </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 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 view request and response - tags in the XML format Deal View Request and Response - Tags in the XML Format