Deal View Request in the JSON Format

The following code snippet illustrates how the attributes should be structured while sending the deal view request in the JSON format:

{
    "C1-DealCreationUpdateIWS":
    {
        "actionFlag" :"",
        "dealOperation"
        {
            "operationFlag" :"",
            "dealIdentifier" :"",
            "dealId" :"",
            "modelId" :"",
        }
        "dealDetails":
        {
        "dealIdentifier" :"",
        "dealId" :"",
        "modelId" :"",
        }
    }
}

Related Topics

For more information on... See...
Deal view request and response - attribute/value pairs in the JSON format Deal View Request and Response - Attibute/Value Pairs in the JSON Format
Sample deal view request and response in the JSON format Sample Deal View Request Response in JSON Format
Sample price item selection view request and response in the JSON format Sample Price Item Selection View Request and Response in the JSON Format