Sample Deal Price Assignment Delete Request and Response in the JSON Format

Using the below example, you can delete the price assignment.

Sample Price Assignment Delete Request in the JSON Format


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealId" :"2485190495",
        "inquiryModeflag" :"PRIC",
        "pricingcmtmntdtls"
        {
            "entityId" :"8785458200",
            "entityType" :"PERS",
            "pricingdtls"
            {
                "priceAsgnId" :"9760032341",
                "actionFlag" :"DEL",
            }    
        }     
    }     
}    
Note: If you do not want to enter the data in the list attributes (i.e. attributes where the type is set to list), you should not include them in the request. Adding empty list attributes will give erroneous results.

Sample Price Assignment Delete Response in the JSON Format


{
    "C1-DealPriceAsgnCommitmentBS"
    {
        "dealId" :"2485190495",
        "modelId" :"3980725631",
        "pricingcmtmntdtls"
        {
            "entityId" :"8785458200",
            "entityType" :"PERS",
            "pricingdtls"
            {
                "priceAsgnId" :"9760032341",
                "actionFlag" :"DEL",
                "isEligible" :"false",
            }    
        }     
    }     
}    
Note: We have given the above request and response samples to illustrate how the attribute value pairs should be structured while sending a deal price assignment delete request from the external system. However, you should not seamlessly use this request sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

Related Topics

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