Sample Deal View Request Response in JSON Format

Using the below example, you can view the deal 4524551669.

Sample Deal View Request in the JSON Format

{
    "C1-DealCreationUpdateIWS":
    {
        "actionFlag" :"READ",
        "dealDetails":
        {
        "dealId" :"4524551669",
        }

    }
}

Sample Deal View Response in the JSON Format

{
    "C1-DealCreationUpdateIWS":
    {
        "actionFlag" :"READ",
        "dealDetails"
        {
            "dealIdentifier" :"DEALPRS2022PER23",
            "dealInformation" :"4524551669,CITI BANK,CORP,03-09-2022,United States Dollars,Contracted Deal-No,(1),DEALPRS2022PER23",
            "dealId" :"4524551669",
            "modelId" :"9202703256",
            "dealEntityType" :"PRSP",
            "customerSegment" :"COMM",
            "customerTier" :"T",
            "division" :"930",
            "accessGrp" :"***",
            "dealEntityId" :"0218803513",
            "contractedDealFlag" :"false",
            "currency" :"USD",
            "dealTypeCode" :"ANRMONLY",
            "startDate" :"2022-03-09",
            "endDate" :"2023-03-09",
            "simulationTypeFlag" :"CUST",
            "reviewFrequency" :"1",
            "dealDescription" :"Deal Description",
            "longDescription" :"Deal Description",
            "dealVersionDescription" :"Deal Version Description",
            "dealFrequency" :"1",
            "skipReferenceFlag" :"true",
            "priceSelectionDate" :"2022-03-09",
            "usagePeriod" :"1",
            "includeHierarchyFlag" :"true",
            "status" :"PSML",
            "templateFlag" :"false",
            "createdDate" :"2022-03-09",
        }
        "templateReferenceDetails"
        {
            "copyBasicDetailsFlag" :"false",
            "copyPricingFlag" :"false",
            "copyUsageFlag" :"false",
        }
        "dealCharacteristics"
        {
            "characteristicType" :"ABC",
            "effectiveDate" :"2021-03-09",
            "characteristicValue" :"5881231767",
        }
        "dealTermsAndConditionsDetails"
        {
            "termsAndConditionsList"
            {
                "description" : "Terms and conditions description"
                "termsAndCondition" : "Terms and conditions 1"
                "termsAndConditionText" : "Terms and conditions description"
            }
            "adhocTermsAndCondition" :"ADhoc Description",
        }
        "productDetailsList"
        {
            "productCode" :"IMA_BP1",
        }
        "referenceDetails"
        {
            "referUsageSw" :"false",
            "referPriceSw" :"false",
            "includeChildHierarchy" :"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 view 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 view request and response attribute/value pairs in the JSON format Deal View Request and Response - Attibute/Value Pairs in the JSON Format