Deal Extraction Request in the JSON Format

The following code snippet illustrates how attribute/value pairs should be structured while sending the deal extraction request in the JSON format:

{
    "C1-DealExtractionWebService":
    {
        "dealDetails"
        {
            "dealIdentifier" :"",
            "dealId" :"",
            "modelId" :"",
        }
    }
}

Related Topics

For more information on... See...
Deal extraction request and response attribute/value pairs in the JSON format Deal Creation Request and Response - Attribute Value Pairs in the JSON Format
Sample deal extraction request and response in the JSON format Sample Deal Extraction Request and Response in the JSON Format