Deal Price List Assignment Delete Request in the XML Format

The following code snippet illustrates how the tags should be nested while receiving the deal price list assignment delete request in the XML format:

<C1-DealPricelistAssignmentBS>
    <dealIdentifier></dealIdentifier>
    <dealId></dealId>
    <modelId></modelId>
    <pricelistassignmentlist>
        <entityId></entityId>
        <entityType></entityType>
        <actionFlag></actionFlag>
        <priceListAssignmentId></priceListAssignmentId>
        <startDate></startDate>
        <endDate></endDate>
        <priority></priority>
        <priceListId></priceListId>
        <priceListInheritanceSw></priceListInheritanceSw>
    </pricelistassignmentlist>
</C1-DealPricelistAssignmentBS>

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
Sample deal price list assignment delete request and response in the XML format Sample Deal Price List Assignment Delete Request and Response in the XML Format