Deal Price Assignment Delete Response in the JSON Format

The following code snippet illustrates how the tags are nested while receiving the deal price assignment delete response in the JSON Format.


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealIdentifier" :"",
        "dealId" :"",
        "modelId" :"",
        "inquiryModeflag" :"",
        "pricingcmtmntdtls"
        {
            "entityId" :"",
            "entityType" :"",
            "pricingdtls"
            {
                "priceAsgnId" :"",
                "actionFlag" :"",
                "isEligible" :"",
            }    
        }     
    }    
}    

Related Topics

For more information on... See...
Deal price assignment delete request and response tags in the JSON format Deal Price Assignment Delete Request and Response - Attribute/Value Pairs in the JSON Format
Sample deal price assignment delete request and response in the JSON format Sample Deal Price Assignment Delete Request and Response in the JSON Format