Deal Price List Assignment View Response in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while sending the deal price list assignment view response in the JSON format:


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

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