Deal Commitments Update Response in the JSON Format

The following code snippet illustrates how the attribute/value pairs are structured while receiving the deal commitments update response in the JSON Format.


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealIdentifier" :"",
        "dealId" :"",
        "modelId" :"",
        "pricingcmtmntdtls"
        {
            "entityId" :"",
            "entityType" :"",
            "commitmentDetails"
            {
                "priceItemCode" :"",
                "priceItemDescription" :"",
                "parameterDetails"
                {
                    "parameterCode" :"",
                    "parameterValue" :"",
                }
                "SQIDetails"
                {
                    "serviceQuantityIdentifier" :"",
                    "sqiValue" :"",
                    "sqiTypeFlg"
                    "actionFlag"
                }   
            }    
        }     
    }    
}    

Related Topics

For more information on... See...
Deal commitments update request and response attribute/value pairs in the JSON format Deal Commitments Update Request and Response - Attribute/Value Pairs in the JSON Format
Sample deal commitments update request and response in the JSON format Sample Deal Commitments Update Request and Response in the JSON Format