Sample Deal Rejection Request and Response in the XML Format

Using the below example, you can reject the deal 0174339883.

Sample Deal Rejection Request in the XML Format

<C1-DealCreationUpdateIWS>
    <actionFlag>UPD</actionFlag>
    <dealOperation>
        <operationFlag>REJC</operationFlag>
        <dealId>0174339883</dealId>
        <comments>reject</comments>
        <rejectReasonCode>DLPFLW</rejectReasonCode>
    </dealOperation>
</C1-DealCreationUpdateIWS>

Sample Deal Rejection Response in the XML Format

<C1-DealCreationUpdateIWS>
    <actionFlag>UPD</actionFlag>
    <dealResponse>
        <message>Deal Rejected Successfully.</message>
    </dealResponse>    
    <dealOperation>
        <operationFlag>REJC</operationFlag>
        <dealIdentifier></dealIdentifier>
        <dealId>0174339883</dealId>
        <modelId></modelId>
        <dealAcceptEffStartDate>2022-03-04</dealAcceptEffStartDate>
        <dealAcceptEffEndDate></dealAcceptEffEndDate>
        <comments></comments>
        <rejectReasonCode></rejectReasonCode>
        <dealVersionDescription></dealVersionDescription>
        <dealVersionCreationFlag></dealVersionCreationFlag>
    </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>
        <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>
        <createdDate></createdDate>
        <acceptanceDate></acceptanceDate>
        <finalizedDate></finalizedDate>
        <effectiveStartDate></effectiveStartDate>
        <effectiveEndDate></effectiveEndDate>
        <reviewedDate></reviewedDate>
    </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>
Note: We have given the above request and response samples to illustrate how the tags should be nested while sending a deal rejection 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