Deal Price List Assignment Add Response in the XML Format

The following code snippet illustrates how the tags should be nested while sending the deal price list assignment creation response in the XML format:

<C1-DealPricelistAssignmentBS>
    <dealIdentifier></dealIdentifier>
    <dealId></dealId>
    <modelId></modelId>
    <priceListAssignmentId></priceListAssignmentId>
    <pricelistassignmentlist>
        <entityId></entityId>
        <entityType></entityType>
        <actionFlag></actionFlag>
        <priceListAssignmentId></priceListAssignmentId>
        <startDate></startDate>
        <endDate></endDate>
        <priority></priority>
        <priceListId></priceListId>
        <priceListAssignStatusFlag></priceListAssignStatusFlag>
        <priceListInheritanceSw></priceListInheritanceSw>
    </pricelistassignmentlist>
    <characteristicsList>
   <characteristicType></characteristicType>
   <characteristicValue></characteristicValue>
   <effectiveDate></effectiveDate>
    </characteristicsList>
</C1-DealPricelistAssignmentBS>

Related Topics

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