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

Using the below example, you can view the price list assignment of 0710416227 price list assignment ID in 3336086427 deal.

Sample Deal Price List Assignment View Request in the XML Format

<C1-DealPricelistAssignmentBS>
    <dealId>3336086427</dealId>
    <actionFlag>READ</actionFlag>
    <priceListAssignmentId>0710416227</priceListAssignmentId>
</C1-DealPricelistAssignmentBS>

Sample Deal Price List Assignment View Response in the XML Format

<C1-DealPricelistAssignmentBS>
    <dealId>3336086427</dealId>
    <modelId>8729119397</modelId>
    <actionFlag>READ</actionFlag>
    <priceListAssignmentId>0710416227</priceListAssignmentId>
    <pricelistassignmentlist>
        <entityId>1600395396</entityId>
        <entityType>PERS</entityType>
        <priceListAssignmentId>0710416227</priceListAssignmentId>
        <startDate>2024-01-01</startDate>
        <endDate>2025-01-01</endDate>
        <priority>9</priority>
        <priceListId>0106513196</priceListId>
        <priceListAssignStatusFlag>PRPD</priceListAssignStatusFlag>
        <priceListInheritanceSw>N</priceListInheritanceSw>
    </pricelistassignmentlist>
    <characteristicsList>
        <characteristicType>ZZ-DLCHR</characteristicType>
        <characteristicValue>7266725883</characteristicValue>
        <effectiveDate>2021-06-01</effectiveDate>
    </characteristicsList>
</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 view 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 view request and response tags in the XML format Deal Price List Assignment View Request and Response - Tags in the XML Format