{
  "global_properties": {
    "char_set": "UTF-8",
    "date_format": "MMM/dd/yyyy",
    "language": "en",
    "api_version": "16.1"
  },
  "request_data": {
    "request_type": "update",
    "entity_type": "idea",
    "output_format": "json",
    "value_delimiter": "|"
  },
  "app_data": {
    "idea": [{
      "comment": "Update Key : [idea_number or idea_title].",
      "idea_number": {
        "display_name": "Idea ID",
        "value": ""
      },
      "idea_title": {
        "display_name": "Idea Title",
        "value": "Test Idea JSON"
      },
      "primary_contact_first_name": {
        "display_name": "Primary Contact First Name",
        "value": ""
      },
      "primary_contact_last_name": {
        "display_name": "Primary Contact Last Name",
        "value": ""
      },
      "contact_phone": {
        "display_name": "Contact Phone",
        "value": ""
      },
      "contact_email": {
        "display_name": "Contact Email",
        "value": ""
      },
      "assignee": {
        "display_name": "Idea Owner",
        "value": ""
      },
      "status_descriptor": {
        "idea_status": {
          "display_name": "Idea Status",
          "value": ""
        },
        "reject_reason": {
          "display_name": "Reject Reason",
          "value": ""
        }
      },
      "org_descriptor": {
        "division": {
          "display_name": "Division",
          "value": ""
        },
        "business_unit": {
          "display_name": "Business Unit",
          "value": ""
        }
      },
      "statement_notes_descriptor": {
        "problem_desc": {
          "display_name": "Description of Problem/Opportunity",
          "value": "Description of Problem/Opportunity updated."
        },
        "benefits": {
          "display_name": "Benefits from Improvement",
          "value": "Benefits from Improvement updated."
        }
      },
      "custom_fields": {
        "predefined_fields": {
          
        },
        "runtime_fields": {
          
        }
      }
    }]
  }
}