Deal Price List Assignment Delete Request in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while receiving the deal price list assignment delete request in the JSON format:


{
    "C1-DealPricelistAssignmentBS"
    {
        "dealIdentifier" :"",
        "dealId" :"",
        "modelId" :"",
        "pricelistassignmentlist"
        {
            "entityId" :"",
            "entityType" :"",
            "actionFlag" :"",
            "priceListAssignmentId" :"",
            "startDate: : "",
            "endDate" :"",
            "priority" :"",
            "priceListId" :"",
            "priceListInheritanceSw" :"",
        }
    }
}

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
Sample deal price list assignment delete request and response in the JSON format Sample Deal Price List Assignment Delete Request and Response in the JSON Format