Deal Update Request in the XML Format

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

<C1-DealCreationUpdateIWS>
    <actionFlag></actionFlag>
    <dealOperation>
        <operationFlag></operationFlag>
        <dealIdentifier></dealIdentifier>
        <dealId></dealId>
        <modelId></modelId>
        <dealAcceptEffStartDate></dealAcceptEffStartDate>
        <dealAcceptEffEndDate></dealAcceptEffEndDate>
        <comments></comments>
        <rejectReasonCode></rejectReasonCode>
    </dealOperation>
    <priceItemGroupSelection>
        <priceItemSelectionList>
            <priceItemCode></priceItemCode>
            <priceItemInfo></priceItemInfo>
            <parameterInfo></parameterInfo>
            <assignmentLevel></assignmentLevel>
            <priceAssignmentId></priceAssignmentId>
            <hierarchyDetails></hierarchyDetails>
            <includeFlag></includeFlag>
        </priceItemSelectionList>
    </priceItemGroupSelection>
    <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>
        <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>
        <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 update request and response tags in the XML format Deal Update Request and Response - Tags in the XML Format
Sample deal update request and response in the XML format Sample Deal Update Request and Response in the XML Format
Sample deal version creation request and response in the XML format Sample Deal Version Creation Request and Response in the XML Format
Sample deal simulation request and response in the XML format Sample Deal Simulation Request and Response in the XML Format
Sample deal submission for approval request and response in the XML format Sample Deal Submission for Approval Request and Response in the XML Format
Sample deal approval request and response in the XML format Sample Deal Approval Request and Response in the XML Format
Sample deal return to submitter request and response in the XML format Sample Deal Return to Submitter Request and Response in the XML Format
Sample deal finalization request and response in the XML format Sample Deal Finalization Request and Response in the XML Format
Sample deal acceptance request and response in the XML format Sample Deal Acceptance Request and Response in the XML Format
Sample deal rejection request and response in the XML format Sample Deal Rejection Request and Response in the XML Format
Sample price item selection request and response in the XML format Sample Price Item Selection Request and Response in the XML Format