Sample Deal Price List Assignment Update Request and Response in the JSON Format

Using the below example, you can update the price list assignment for 0073281975 entity in 7781868561 deal.

Sample Deal Price List Assignment Update Request in the JSON Format


{
    "C1-DealPricelistAssignmentBS"
    {
        "dealIdentifier" :"7781868561",
        "pricelistassignmentlist"
        {
            "entityId" :"0073281975",
            "entityType" :"PERS",
            "actionFlag" :"UPD",
            "priceListAssignmentId" :"9884925490",
            "startDate: : "2024-01-01",
            "endDate" :"2025-01-01",
            "priority" :"6",
            "priceListId" :"0014720899",
            "priceListInheritanceSw" :"Y",
        {
        "characteristicsList"
            "characteristicType" :"ZZ-DLCHR",
            "characteristicValue" :"7266725883",
            "effectiveDate" :"2021-06-01",
        }
    }
}
Note: If you do not want to enter the data in the list attributes (i.e. attributes where the type is set to list), you should not include them in the request. Adding empty list attributes will give erroneous results.

Sample Deal Price List Assignment Update Response in the JSON Format


{
    "C1-DealPricelistAssignmentBS"
    {
        "dealIdentifier" :"7781868561",
        "pricelistassignmentlist"
        {
            "entityId" :"0073281975",
            "entityType" :"PERS",
            "actionFlag" :"UPD",
            "priceListAssignmentId" :"9884925490",
            "startDate: : "2024-01-01",
            "endDate" :"2025-01-01",
            "priority" :"6",
            "priceListId" :"0014720899",
            "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 update 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 update request and response attribute/value pairs in the JSON format Deal Price List Assignment Update Request and Response - Attribute/Value Pairs in the JSON Format