PUT api/Tasks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Task
NameDescriptionTypeAdditional information
TASK_ID

integer

None.

DIV_ID

integer

None.

TASK_NAME

string

None.

QUESTIONNAIRE_ID

integer

None.

IS_BILLABLE

boolean

None.

TIME_SELECTION

string

None.

AFTER_APPT_TASK

boolean

None.

IS_APPT

boolean

None.

TYPE

integer

None.

CUSTOM_FORM

string

None.

INCLUDE_RPT

boolean

None.

TIME_TRACK

boolean

None.

CPT_CODE_INITIAL

string

None.

CPT_CODE

string

None.

TYPE2

integer

None.

LOAD_PREV_INFO

boolean

None.

NEEDS_CHECK

boolean

None.

CHECK_BY

integer

None.

WARNING

integer

None.

AUTO_TIME_TRACK

boolean

None.

RESCHEDULE_BY_CHECK_USER

boolean

None.

RISK_ID

integer

None.

OLD

integer

None.

SHOW_FOOTER

boolean

None.

AUTOSAVE

boolean

None.

PATIENT_ORIENTED

boolean

None.

VALIDITY_DAYS

integer

None.

SELECTION_DAYS

integer

None.

SEND_REMINDERS

boolean

None.

PATIENT_EMAIL_FROM

string

None.

PATIENT_EMAIL_SUBJECT

string

None.

PATIENT_EMAIL_INTRODUCTION

string

None.

PATIENT_EMAIL_CLOSING

string

None.

PATIENT_EMAIL_REPLY_TO

string

None.

taskType

TasksType

None.

Risk

Risk

None.

Questionnaire

DivisionQuestionnaire

None.

Request Formats

application/json, text/json

Sample:
{
  "TASK_ID": 1,
  "DIV_ID": 2,
  "TASK_NAME": "sample string 3",
  "QUESTIONNAIRE_ID": 1,
  "IS_BILLABLE": true,
  "TIME_SELECTION": "sample string 5",
  "AFTER_APPT_TASK": true,
  "IS_APPT": true,
  "TYPE": 8,
  "CUSTOM_FORM": "sample string 9",
  "INCLUDE_RPT": true,
  "TIME_TRACK": true,
  "CPT_CODE_INITIAL": "sample string 12",
  "CPT_CODE": "sample string 13",
  "TYPE2": 1,
  "LOAD_PREV_INFO": true,
  "NEEDS_CHECK": true,
  "CHECK_BY": 1,
  "WARNING": 1,
  "AUTO_TIME_TRACK": true,
  "RESCHEDULE_BY_CHECK_USER": true,
  "RISK_ID": 1,
  "OLD": 1,
  "SHOW_FOOTER": true,
  "AUTOSAVE": true,
  "PATIENT_ORIENTED": true,
  "VALIDITY_DAYS": 1,
  "SELECTION_DAYS": 1,
  "SEND_REMINDERS": true,
  "PATIENT_EMAIL_FROM": "sample string 22",
  "PATIENT_EMAIL_SUBJECT": "sample string 23",
  "PATIENT_EMAIL_INTRODUCTION": "sample string 24",
  "PATIENT_EMAIL_CLOSING": "sample string 25",
  "PATIENT_EMAIL_REPLY_TO": "sample string 26",
  "taskType": {
    "ID": 1,
    "NAME": "sample string 2",
    "OLD": 1
  },
  "Risk": {
    "RISK_ID": 1,
    "DIV_ID": 2,
    "RISK_NAME": "sample string 3",
    "PROGRAM_ID": 1,
    "ACTIVE": true,
    "SHOW": true,
    "RISK_CALC_METHOD": "sample string 6",
    "TYPE": 7,
    "OLD": 1,
    "Program": {
      "PROGRAM_ID": 1,
      "DIV_ID": 2,
      "PROGRAM": "sample string 3",
      "IS_TCM": true,
      "CPT_CODE": "sample string 5",
      "BILLING_TIME": 1,
      "FLAG_ON": 1,
      "ACTIVE": true,
      "DURATION": 1,
      "SECOND_ID": true,
      "FEE": 1.0,
      "OLD": 1,
      "IS_RPM": true,
      "Flag": {
        "ID": 1,
        "DIV_ID": 2,
        "FLAG": "sample string 3",
        "IMG": "sample string 4",
        "IMG_S": "sample string 5",
        "SHOW": true,
        "OLD": 1,
        "Program": [],
        "RiskLevel": [
          {
            "RISK_LEVEL_ID": 1,
            "RISK_ID": 2,
            "DIV_ID": 3,
            "SCORE_LOW": 1.0,
            "SCORE_HIGH": 1.0,
            "RISK_LEVEL": "sample string 4",
            "SEQ": 5,
            "FLAG_ON": 1,
            "OLD": 1
          },
          {
            "RISK_LEVEL_ID": 1,
            "RISK_ID": 2,
            "DIV_ID": 3,
            "SCORE_LOW": 1.0,
            "SCORE_HIGH": 1.0,
            "RISK_LEVEL": "sample string 4",
            "SEQ": 5,
            "FLAG_ON": 1,
            "OLD": 1
          }
        ]
      },
      "CPTCodes": [
        {
          "Id": 1,
          "Code": "sample string 2",
          "Description": "sample string 3",
          "ProgramId": 1
        },
        {
          "Id": 1,
          "Code": "sample string 2",
          "Description": "sample string 3",
          "ProgramId": 1
        }
      ]
    }
  },
  "Questionnaire": {
    "QUESTIONNAIRE_ID": 1,
    "DIV_ID": 2,
    "QUESTIONNAIRE_NAME": "sample string 3",
    "SINGLE_USE": true,
    "ACTIVE": true,
    "SHOW": true,
    "OLD": 1,
    "CREATION_DATE": "2025-08-29T03:01:51.6463877+00:00",
    "Sections": [
      {
        "Questions": [
          {
            "QID": 1,
            "DIV_ID": 2,
            "STEP_ID": 1,
            "VERSION": "sample string 3",
            "SEQ": 4,
            "FIELDNAME": "sample string 5",
            "DESCRIPTION": "sample string 6",
            "TYPE_ID": 1,
            "FORM_ID": 1,
            "ALT_ID": 1,
            "HASCHILD": true,
            "FATHERID": 1,
            "LEVEL": 1,
            "TABLENAME": "sample string 8",
            "COLUMNNAME": "sample string 9",
            "SQL": "sample string 10",
            "DISPLAY": true,
            "MANDATORY": true,
            "MANDATORY_GROUP": true,
            "DESTINATION": "sample string 14",
            "GENDER": "sample string 15",
            "SECTION_ID": 16,
            "ON_RPT": true,
            "OLD": 1,
            "ON_DOC": true,
            "SHOW_IN_PATIENT_FORM": true,
            "Options": [
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              },
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              }
            ],
            "Conditions": [
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              },
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              }
            ],
            "Type": {
              "ID": 1,
              "CODE": "sample string 2",
              "NAME": "sample string 3",
              "TEMPLATE": "sample string 4",
              "SEQ": 1,
              "ACTIVE": true,
              "OLD": 1,
              "MEASURE_ID": 1,
              "GROUP": "sample string 6",
              "DIV_ID": 1,
              "MEASURE": {
                "ID": 1,
                "SEQ": 2,
                "DIV_ID": 3,
                "TYPE_ID": 1,
                "ACTIVE": true,
                "FREQUENCY": 1,
                "CHART_DEFAULT": true,
                "BILLABLE": true,
                "TYPE": {
                  "ID": 1,
                  "DEFAULT_NAME": "sample string 2",
                  "SYSTEM_CODES": "sample string 3",
                  "UNITS": "sample string 4",
                  "GROUP_NAME": "sample string 5",
                  "ORDER": 1,
                  "DECIMALS": 1
                },
                "AbnormalRanges": [
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  },
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  }
                ]
              }
            }
          },
          {
            "QID": 1,
            "DIV_ID": 2,
            "STEP_ID": 1,
            "VERSION": "sample string 3",
            "SEQ": 4,
            "FIELDNAME": "sample string 5",
            "DESCRIPTION": "sample string 6",
            "TYPE_ID": 1,
            "FORM_ID": 1,
            "ALT_ID": 1,
            "HASCHILD": true,
            "FATHERID": 1,
            "LEVEL": 1,
            "TABLENAME": "sample string 8",
            "COLUMNNAME": "sample string 9",
            "SQL": "sample string 10",
            "DISPLAY": true,
            "MANDATORY": true,
            "MANDATORY_GROUP": true,
            "DESTINATION": "sample string 14",
            "GENDER": "sample string 15",
            "SECTION_ID": 16,
            "ON_RPT": true,
            "OLD": 1,
            "ON_DOC": true,
            "SHOW_IN_PATIENT_FORM": true,
            "Options": [
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              },
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              }
            ],
            "Conditions": [
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              },
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              }
            ],
            "Type": {
              "ID": 1,
              "CODE": "sample string 2",
              "NAME": "sample string 3",
              "TEMPLATE": "sample string 4",
              "SEQ": 1,
              "ACTIVE": true,
              "OLD": 1,
              "MEASURE_ID": 1,
              "GROUP": "sample string 6",
              "DIV_ID": 1,
              "MEASURE": {
                "ID": 1,
                "SEQ": 2,
                "DIV_ID": 3,
                "TYPE_ID": 1,
                "ACTIVE": true,
                "FREQUENCY": 1,
                "CHART_DEFAULT": true,
                "BILLABLE": true,
                "TYPE": {
                  "ID": 1,
                  "DEFAULT_NAME": "sample string 2",
                  "SYSTEM_CODES": "sample string 3",
                  "UNITS": "sample string 4",
                  "GROUP_NAME": "sample string 5",
                  "ORDER": 1,
                  "DECIMALS": 1
                },
                "AbnormalRanges": [
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  },
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  }
                ]
              }
            }
          }
        ],
        "ID": 1,
        "TITLE": "sample string 2",
        "QUESTIONNAIRE_ID": 3,
        "OLD": 1
      },
      {
        "Questions": [
          {
            "QID": 1,
            "DIV_ID": 2,
            "STEP_ID": 1,
            "VERSION": "sample string 3",
            "SEQ": 4,
            "FIELDNAME": "sample string 5",
            "DESCRIPTION": "sample string 6",
            "TYPE_ID": 1,
            "FORM_ID": 1,
            "ALT_ID": 1,
            "HASCHILD": true,
            "FATHERID": 1,
            "LEVEL": 1,
            "TABLENAME": "sample string 8",
            "COLUMNNAME": "sample string 9",
            "SQL": "sample string 10",
            "DISPLAY": true,
            "MANDATORY": true,
            "MANDATORY_GROUP": true,
            "DESTINATION": "sample string 14",
            "GENDER": "sample string 15",
            "SECTION_ID": 16,
            "ON_RPT": true,
            "OLD": 1,
            "ON_DOC": true,
            "SHOW_IN_PATIENT_FORM": true,
            "Options": [
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              },
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              }
            ],
            "Conditions": [
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              },
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              }
            ],
            "Type": {
              "ID": 1,
              "CODE": "sample string 2",
              "NAME": "sample string 3",
              "TEMPLATE": "sample string 4",
              "SEQ": 1,
              "ACTIVE": true,
              "OLD": 1,
              "MEASURE_ID": 1,
              "GROUP": "sample string 6",
              "DIV_ID": 1,
              "MEASURE": {
                "ID": 1,
                "SEQ": 2,
                "DIV_ID": 3,
                "TYPE_ID": 1,
                "ACTIVE": true,
                "FREQUENCY": 1,
                "CHART_DEFAULT": true,
                "BILLABLE": true,
                "TYPE": {
                  "ID": 1,
                  "DEFAULT_NAME": "sample string 2",
                  "SYSTEM_CODES": "sample string 3",
                  "UNITS": "sample string 4",
                  "GROUP_NAME": "sample string 5",
                  "ORDER": 1,
                  "DECIMALS": 1
                },
                "AbnormalRanges": [
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  },
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  }
                ]
              }
            }
          },
          {
            "QID": 1,
            "DIV_ID": 2,
            "STEP_ID": 1,
            "VERSION": "sample string 3",
            "SEQ": 4,
            "FIELDNAME": "sample string 5",
            "DESCRIPTION": "sample string 6",
            "TYPE_ID": 1,
            "FORM_ID": 1,
            "ALT_ID": 1,
            "HASCHILD": true,
            "FATHERID": 1,
            "LEVEL": 1,
            "TABLENAME": "sample string 8",
            "COLUMNNAME": "sample string 9",
            "SQL": "sample string 10",
            "DISPLAY": true,
            "MANDATORY": true,
            "MANDATORY_GROUP": true,
            "DESTINATION": "sample string 14",
            "GENDER": "sample string 15",
            "SECTION_ID": 16,
            "ON_RPT": true,
            "OLD": 1,
            "ON_DOC": true,
            "SHOW_IN_PATIENT_FORM": true,
            "Options": [
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              },
              {
                "OptionID": 1,
                "QID": 2,
                "OptionDescription": "sample string 3",
                "OptionAltID": "sample string 4",
                "OpenChild": true,
                "OpenIDs": "sample string 6",
                "PopUp": true,
                "Type_Msg": "sample string 8",
                "Formula": "sample string 9",
                "LastStep": true,
                "SEQ": 11,
                "OptionCode": "sample string 12",
                "OLD": 1,
                "ACTIVE": true
              }
            ],
            "Conditions": [
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              },
              {
                "Id": 1,
                "Key": "sample string 2",
                "QID": 3,
                "OLD": 1,
                "Values": [
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  },
                  {
                    "Id": 1,
                    "ConditionId": 2,
                    "Code": "sample string 3",
                    "Label": "sample string 4",
                    "Checked": true,
                    "OLD": 1
                  }
                ]
              }
            ],
            "Type": {
              "ID": 1,
              "CODE": "sample string 2",
              "NAME": "sample string 3",
              "TEMPLATE": "sample string 4",
              "SEQ": 1,
              "ACTIVE": true,
              "OLD": 1,
              "MEASURE_ID": 1,
              "GROUP": "sample string 6",
              "DIV_ID": 1,
              "MEASURE": {
                "ID": 1,
                "SEQ": 2,
                "DIV_ID": 3,
                "TYPE_ID": 1,
                "ACTIVE": true,
                "FREQUENCY": 1,
                "CHART_DEFAULT": true,
                "BILLABLE": true,
                "TYPE": {
                  "ID": 1,
                  "DEFAULT_NAME": "sample string 2",
                  "SYSTEM_CODES": "sample string 3",
                  "UNITS": "sample string 4",
                  "GROUP_NAME": "sample string 5",
                  "ORDER": 1,
                  "DECIMALS": 1
                },
                "AbnormalRanges": [
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  },
                  {
                    "ID": 1,
                    "MEASURE_ID": 2,
                    "MIN_VALUE": 3.0,
                    "MAX_VALUE": 4.0,
                    "BADGE_COLOR": "sample string 5",
                    "TYPE": "sample string 6",
                    "LABEL": "sample string 7"
                  }
                ]
              }
            }
          }
        ],
        "ID": 1,
        "TITLE": "sample string 2",
        "QUESTIONNAIRE_ID": 3,
        "OLD": 1
      }
    ]
  }
}

application/octet-stream

Sample:
{"TASK_ID":1,"DIV_ID":2,"TASK_NAME":"sample string 3","QUESTIONNAIRE_ID":1,"IS_BILLABLE":true,"TIME_SELECTION":"sample string 5","AFTER_APPT_TASK":true,"IS_APPT":true,"TYPE":8,"CUSTOM_FORM":"sample string 9","INCLUDE_RPT":true,"TIME_TRACK":true,"CPT_CODE_INITIAL":"sample string 12","CPT_CODE":"sample string 13","TYPE2":1,"LOAD_PREV_INFO":true,"NEEDS_CHECK":true,"CHECK_BY":1,"WARNING":1,"AUTO_TIME_TRACK":true,"RESCHEDULE_BY_CHECK_USER":true,"RISK_ID":1,"OLD":1,"SHOW_FOOTER":true,"AUTOSAVE":true,"PATIENT_ORIENTED":true,"VALIDITY_DAYS":1,"SELECTION_DAYS":1,"SEND_REMINDERS":true,"PATIENT_EMAIL_FROM":"sample string 22","PATIENT_EMAIL_SUBJECT":"sample string 23","PATIENT_EMAIL_INTRODUCTION":"sample string 24","PATIENT_EMAIL_CLOSING":"sample string 25","PATIENT_EMAIL_REPLY_TO":"sample string 26","taskType":{"ID":1,"NAME":"sample string 2","OLD":1},"Risk":{"RISK_ID":1,"DIV_ID":2,"RISK_NAME":"sample string 3","PROGRAM_ID":1,"ACTIVE":true,"SHOW":true,"RISK_CALC_METHOD":"sample string 6","TYPE":7,"OLD":1,"Program":{"PROGRAM_ID":1,"DIV_ID":2,"PROGRAM":"sample string 3","IS_TCM":true,"CPT_CODE":"sample string 5","BILLING_TIME":1,"FLAG_ON":1,"ACTIVE":true,"DURATION":1,"SECOND_ID":true,"FEE":1.0,"OLD":1,"IS_RPM":true,"Flag":{"ID":1,"DIV_ID":2,"FLAG":"sample string 3","IMG":"sample string 4","IMG_S":"sample string 5","SHOW":true,"OLD":1,"Program":[],"RiskLevel":[{"RISK_LEVEL_ID":1,"RISK_ID":2,"DIV_ID":3,"SCORE_LOW":1.0,"SCORE_HIGH":1.0,"RISK_LEVEL":"sample string 4","SEQ":5,"FLAG_ON":1,"OLD":1},{"RISK_LEVEL_ID":1,"RISK_ID":2,"DIV_ID":3,"SCORE_LOW":1.0,"SCORE_HIGH":1.0,"RISK_LEVEL":"sample string 4","SEQ":5,"FLAG_ON":1,"OLD":1}]},"CPTCodes":[{"Id":1,"Code":"sample string 2","Description":"sample string 3","ProgramId":1},{"Id":1,"Code":"sample string 2","Description":"sample string 3","ProgramId":1}]}},"Questionnaire":{"QUESTIONNAIRE_ID":1,"DIV_ID":2,"QUESTIONNAIRE_NAME":"sample string 3","SINGLE_USE":true,"ACTIVE":true,"SHOW":true,"OLD":1,"CREATION_DATE":"2025-08-29T03:01:51.6463877+00:00","Sections":[{"Questions":[{"QID":1,"DIV_ID":2,"STEP_ID":1,"VERSION":"sample string 3","SEQ":4,"FIELDNAME":"sample string 5","DESCRIPTION":"sample string 6","TYPE_ID":1,"FORM_ID":1,"ALT_ID":1,"HASCHILD":true,"FATHERID":1,"LEVEL":1,"TABLENAME":"sample string 8","COLUMNNAME":"sample string 9","SQL":"sample string 10","DISPLAY":true,"MANDATORY":true,"MANDATORY_GROUP":true,"DESTINATION":"sample string 14","GENDER":"sample string 15","SECTION_ID":16,"ON_RPT":true,"OLD":1,"ON_DOC":true,"SHOW_IN_PATIENT_FORM":true,"Options":[{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true},{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true}],"Conditions":[{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]},{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]}],"Type":{"ID":1,"CODE":"sample string 2","NAME":"sample string 3","TEMPLATE":"sample string 4","SEQ":1,"ACTIVE":true,"OLD":1,"MEASURE_ID":1,"GROUP":"sample string 6","DIV_ID":1,"MEASURE":{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"}]}}},{"QID":1,"DIV_ID":2,"STEP_ID":1,"VERSION":"sample string 3","SEQ":4,"FIELDNAME":"sample string 5","DESCRIPTION":"sample string 6","TYPE_ID":1,"FORM_ID":1,"ALT_ID":1,"HASCHILD":true,"FATHERID":1,"LEVEL":1,"TABLENAME":"sample string 8","COLUMNNAME":"sample string 9","SQL":"sample string 10","DISPLAY":true,"MANDATORY":true,"MANDATORY_GROUP":true,"DESTINATION":"sample string 14","GENDER":"sample string 15","SECTION_ID":16,"ON_RPT":true,"OLD":1,"ON_DOC":true,"SHOW_IN_PATIENT_FORM":true,"Options":[{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true},{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true}],"Conditions":[{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]},{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]}],"Type":{"ID":1,"CODE":"sample string 2","NAME":"sample string 3","TEMPLATE":"sample string 4","SEQ":1,"ACTIVE":true,"OLD":1,"MEASURE_ID":1,"GROUP":"sample string 6","DIV_ID":1,"MEASURE":{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"}]}}}],"ID":1,"TITLE":"sample string 2","QUESTIONNAIRE_ID":3,"OLD":1},{"Questions":[{"QID":1,"DIV_ID":2,"STEP_ID":1,"VERSION":"sample string 3","SEQ":4,"FIELDNAME":"sample string 5","DESCRIPTION":"sample string 6","TYPE_ID":1,"FORM_ID":1,"ALT_ID":1,"HASCHILD":true,"FATHERID":1,"LEVEL":1,"TABLENAME":"sample string 8","COLUMNNAME":"sample string 9","SQL":"sample string 10","DISPLAY":true,"MANDATORY":true,"MANDATORY_GROUP":true,"DESTINATION":"sample string 14","GENDER":"sample string 15","SECTION_ID":16,"ON_RPT":true,"OLD":1,"ON_DOC":true,"SHOW_IN_PATIENT_FORM":true,"Options":[{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true},{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true}],"Conditions":[{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]},{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]}],"Type":{"ID":1,"CODE":"sample string 2","NAME":"sample string 3","TEMPLATE":"sample string 4","SEQ":1,"ACTIVE":true,"OLD":1,"MEASURE_ID":1,"GROUP":"sample string 6","DIV_ID":1,"MEASURE":{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"}]}}},{"QID":1,"DIV_ID":2,"STEP_ID":1,"VERSION":"sample string 3","SEQ":4,"FIELDNAME":"sample string 5","DESCRIPTION":"sample string 6","TYPE_ID":1,"FORM_ID":1,"ALT_ID":1,"HASCHILD":true,"FATHERID":1,"LEVEL":1,"TABLENAME":"sample string 8","COLUMNNAME":"sample string 9","SQL":"sample string 10","DISPLAY":true,"MANDATORY":true,"MANDATORY_GROUP":true,"DESTINATION":"sample string 14","GENDER":"sample string 15","SECTION_ID":16,"ON_RPT":true,"OLD":1,"ON_DOC":true,"SHOW_IN_PATIENT_FORM":true,"Options":[{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true},{"OptionID":1,"QID":2,"OptionDescription":"sample string 3","OptionAltID":"sample string 4","OpenChild":true,"OpenIDs":"sample string 6","PopUp":true,"Type_Msg":"sample string 8","Formula":"sample string 9","LastStep":true,"SEQ":11,"OptionCode":"sample string 12","OLD":1,"ACTIVE":true}],"Conditions":[{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]},{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]}],"Type":{"ID":1,"CODE":"sample string 2","NAME":"sample string 3","TEMPLATE":"sample string 4","SEQ":1,"ACTIVE":true,"OLD":1,"MEASURE_ID":1,"GROUP":"sample string 6","DIV_ID":1,"MEASURE":{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7"}]}}}],"ID":1,"TITLE":"sample string 2","QUESTIONNAIRE_ID":3,"OLD":1}]}}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Task'.

Response Information

Resource Description

None.