Deal Price List Assignment Update Request in the XML Format

The following code snippet illustrates how the tags should be nested while sending the deal price list assignment update 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>
    <characteristicsList>
   <characteristicType></characteristicType>
   <characteristicValue></characteristicValue>
   <effectiveDate></effectiveDate>
    </characteristicsList>
</C1-DealPricelistAssignmentBS>

Related Topics

For more information on... See...
Deal price list assignment update request and response tags in the XML format Deal Price List Assignment Update Request and Response - Tags in the XML Format
Sample deal price list assignment update request and response in the XML format Sample Deal Price List Assignment Update Request and Response in the XML Format