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

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

Sample Deal Price List Assignment Delete Request in the JSON Format


{
    "C1-DealPricelistAssignmentBS"
    {
        "dealIdentifier" :"7781868561",
        "pricelistassignmentlist"
        {
            "entityId" :"0073281975",
            "entityType" :"PERS",
            "actionFlag" :"DEL",
            "priceListAssignmentId" :"1164917538",
            "startDate: : "2024-01-01",
            "endDate" :"2025-01-01",
            "priority" :"7",
            "priceListId" :"0014720899",
            "priceListInheritanceSw" :"Y",
        }
    }
}

Sample Deal Price List Assignment Delete Response in the JSON Format


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