Deal Creation Response in the XML Format

The following code snippet illustrates how the tags should be nested while sending the deal creation response in the XML Format.

<C1-DealCreationUpdateIWS>
    <actionFlag></actionFlag>
    <dealresponse>
        <message></message>
    </dealresponse>
    <dealDetails>
        <dealEntityDetails>
            <personIdentifierType></personIdentifierType>
            <personIdentifier></personIdentifier>
            <personId></personId>
            <accountIdentifierType></accountIdentifierType>
            <accountIdentifier></accountIdentifier>
            <accountId></accountId>
            <prsPerIdentifierType></prsPerIdentifierType>
            <prsPerIdentifier></prsPerIdentifier>
            <prospectPersonId></prospectPersonId>
            <division></division>
        </dealEntityDetails>
        <dealIdentifier></dealIdentifier>
        <dealInformation></dealInformation>
        <dealId></dealId>
        <modelId></modelId>
        <dealEntityType></dealEntityType>
        <customerSegment></customerSegment>
        <customerTier></customerTier>
        <division></division>
        <accessGrp></accessGrp>
        <dealEntityId></dealEntityId>
        <contractedDealFlag></contractedDealFlag>
        <currency></currency>
        <dealTypeCode></dealTypeCode>
        <startDate></startDate>
        <endDate></endDate>
        <simulationTypeFlag></simulationTypeFlag>
        <reviewFrequency></reviewFrequency>
        <dealDescription></dealDescription>
        <longDescription></longDescription>
        <dealVersionDescription></dealVersionDescription>
        <dealFrequency></dealFrequency>
        <skipReferenceFlag></skipReferenceFlag>
        <priceSelectionDate></priceSelectionDate>
        <usagePeriod></usagePeriod>
        <includeHierarchyFlag></includeHierarchyFlag>
        <status></status>
        <dealVersionStatus></dealVersionStatus>
        <templateFlag></templateFlag>
    </dealDetails>
    <templateReferenceDetails>
        <templateDealId></templateDealId>
        <templateDealIdentifier></templateDealIdentifier>
        <templateModelId></templateModelId>
        <copyBasicDetailsFlag></copyBasicDetailsFlag>
        <copyPricingFlag></copyPricingFlag>
        <copyUsageFlag></copyUsageFlag>
    </templateReferenceDetails>
    <dealCharacteristics>
        <characteristicType></characteristicType>
        <effectiveDate></effectiveDate>
        <characteristicValue></characteristicValue>
    </dealCharacteristics>
    <dealTermsAndConditionsDetails>
        <termsAndConditionsList>
            <description></description>
            <termsAndCondition></termsAndCondition>
            <termsAndConditionText></termsAndConditionText>
        </termsAndConditionsList> 
        <adhocTermsAndCondition></adhocTermsAndCondition>
    </dealTermsAndConditionsDetails>
    <productDetailsList>
        <productCode></productCode>
    </productDetailsList>
    <referenceDetails>
        <referenceTypeFlg></referenceTypeFlg>
        <refPersonIdentifierType></refPersonIdentifierType>
        <refPersonIdentifier></refPersonIdentifier>
        <referPersonId></referPersonId>
        <refAccountIdentifierType></refAccountIdentifierType>
        <refAccountIdentifier></refAccountIdentifier>
        <referAccountId></referAccountId>
        <referDealIdentifier></referDealIdentifier>
        <referenceDealId></referenceDealId>
        <referenceModelId></referenceModelId>
        <referUsageSw></referUsageSw>
        <referPriceSw></referPriceSw>
        <includeChildHierarchy></includeChildHierarchy>
        <division></division>
    </referenceDetails>
</C1-DealCreationUpdateIWS>

Related Topics

For more information on... See...
Deal creation request and response tags in the XML format Deal Creation Request and Response - Tags in the XML Format
Sample deal creation request and response in the XML format Sample Deal Creation Request and Response in the XML Format