The Text Field is useful for basic text input. Set the text property to set or update the value of a Text Field.

{
  "Reported Problem": {
      "text": "this is a test",
      "id": "28b3af03-6ae2-4a1c-9b01-a46c0108d3c5",
      "name": "Reported Problem",
      "type": "TextBox"
    }
}

📘

NOTE:

The id, name, and type are not necessary when setting or updating the Text Field. These properties are returned in the JSON of the request for readability.