Deal Price List Assignment Update Request in the JSON Format

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


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

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