Sample Deal Price List Assignment View Request and Response in the JSON 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 JSON Format


{
    "C1-DealPricelistAssignmentBS"
    {
        "dealIdentifier" :"3336086427",
        "actionFlag" :"READ",
        "entityId" :"1278130724",
        "entityType" :"Entity_NM",
        "priceListAssignmentId" :"0710416227",
    }
}

Sample Deal Price List Assignment View Response in the JSON Format


{
    "C1-DealPricelistAssignmentBS"
    {
        "dealIdentifier" :"3336086427",
        "actionFlag" :"READ",
        "entityId" :"1278130724",
        "entityType" :"Entity_NM",
        "priceListAssignmentId" :"0710416227",
        "pricelistassignmentlist"
        {
            "entityId" :"1600395396",
            "entityType" :"PERS",
            "actionFlag" :"READ",
            "priceListAssignmentId" :"0710416227",
            "startDate: : "2024-01-01",
            "endDate" :"2025-01-01",
            "priority" :"9",
            "priceListId" :"0106513196",
            "priceListAssignStatusFlag" :"PRPD",
            "priceListInheritanceSw" :"Y",
        {
        "characteristicsList"
            "characteristicType" :"ZZ-DLCHR",
            "characteristicValue" :"7266725883",
            "effectiveDate" :"2021-06-01",
        }
    }
}
Note: We have given the above request and response samples to illustrate how the attribute value pairs should be structured 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 attribute/value pairs in the JSON format Deal Price List Assignment View Request and Response - Attribute/Value Pairs in the JSON Format