0

Is there out of the box parser for Oracle CX REST API JSON describe below, to convert to c# / java POJO class ?

https://docs.oracle.com/en/cloud/saas/sales/22a/faaps/api-opportunities.html

{
"Resources": {
    "opportunities": {
        "discrColumnType": false,
        "title": "Application",
        "titlePlural": "Applications",
        "group": "OEC",
        "usage": "BusinessObject",
        "attributes": [{
            "name": "BudgetAvailableDate",
            "type": "date",
            "updatable": true,
            "mandatory": false,
            "queryable": false,
            "allowChanges": "always",
            "title": "Date Budget Available",
            "properties": {
                "FIELDORDER": "2.0"
            },
            "annotations": {
                "description": "Date when the budget will be available."
            }
        }, {
            "name": "BudgetedFlag",
            "type": "boolean",
            "updatable": true,
            "mandatory": false,
            "queryable": true,
            "allowChanges": "always",
            "precision": 1,
            "defaultValue": false,
            "operators": ["=", "<>", "ISBLANK", "ISNOTBLANK"],
            "title": "Budgeted",
            "controlType": "choice",
            "maxLength": "1",
            "properties": {
                "FIELDORDER": "3.0"
            },
            "lov": {
                "childRef": "YesNoLOV",
                "attributeMap": [{
                    "source": "LookupCode",
                    "target": "BudgetedFlag"
                }],
                "displayAttributes": ["Meaning"]
            },
            "annotations": {
                "description": "Indicates if the opportunity sales account has its budget approved for the potential purchase."
            }
        }, {
Lydon Ch
  • 8,426
  • 19
  • 76
  • 126

0 Answers0