Sample Deal Price List Assignment Delete Request and Response in the XML Format

Using the below example, you can delete the price list assignment of 0073281975 entity in 7781868561 deal.

Sample Deal Price List Assignment Delete Request in the XML Format

<C1-DealPricelistAssignmentBS>
    <dealId>7781868561</dealId>
    <pricelistassignmentlist>
        <entityId>0073281975</entityId>
        <entityType>PERS</entityType>
        <actionFlag>DEL</actionFlag>
        <priceListAssignmentId>1164917538</priceListAssignmentId>
        <startDate>2024-01-01</startDate>
        <endDate>2024-01-01</endDate>
        <priority>7</priority>
        <priceListId>0014720899</priceListId>
        <priceListInheritanceSw>Y</priceListInheritanceSw>
    </pricelistassignmentlist>
</C1-DealPricelistAssignmentBS>

Sample Deal Price List Assignment Delete Response in the XML Format

<C1-DealPricelistAssignmentBS>
    <dealId>7781868561</dealId>
    <modelId>1782818851</modelId>
    <pricelistassignmentlist>
        <entityId>0073281975</entityId>
        <entityType>PERS</entityType>
        <actionFlag>DEL</actionFlag>
        <priceListAssignmentId>1164917538</priceListAssignmentId>
        <startDate>2024-01-01</startDate>
        <endDate>2025-01-01</endDate>
        <priority>7</priority>
        <priceListId>0014720899</priceListId>
        <priceListInheritanceSw>Y</priceListInheritanceSw>
    </pricelistassignmentlist>
</C1-DealPricelistAssignmentBS>
Note: We have given the above request and response samples to illustrate how the tags should be nested while sending a deal price list assignment delete 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 price list assignment delete request and response tags in the XML format Deal Price List Assignment Delete Request and Response - Tags in the XML Format