POST api/NTSummary/PostFitnessForDutyFormDetails

Request Information

URI Parameters

None.

Body Parameters

ReturnToWorkDTO
NameDescriptionTypeAdditional information
COSFormEncounterObj

COSFormEncounterDTO

None.

COSFormQuestionList

Collection of COSFormQuestionDTO

None.

COSFormId

integer

None.

ClinicalPathwayId

integer

None.

EmployeeId

string

String length: inclusive between 0 and 15

CorporationCode

string

String length: inclusive between 0 and 20

Id

integer

None.

PhysicianId

integer

None.

EvaluationDate

date

None.

EvaluationTime

time interval

None.

TimeZoneId

integer

None.

PhysicianName

string

String length: inclusive between 0 and 50

TimeZoneName

string

String length: inclusive between 0 and 150

CaseCategory

integer

None.

FirstName

string

String length: inclusive between 0 and 50

LastName

string

String length: inclusive between 0 and 50

CaseNo

integer

None.

CaseTypeId

integer

None.

CloseDate

date

None.

CloseByName

string

String length: inclusive between 0 and 100

ClinicalPathwayName

string

String length: inclusive between 0 and 100

CaseTypeName

string

String length: inclusive between 0 and 100

Status

integer

None.

CPWValidFlag

boolean

None.

Sequence

integer

None.

InterpreterUsed

integer

None.

InterpreterReasonId

integer

None.

OtherInterpreterReason

string

String length: inclusive between 0 and 500

InterpreterId

string

None.

InterpreterName

string

None.

Note

string

String length: inclusive between 0 and 1000

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 10

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "COSFormEncounterObj": {
    "EncounterId": 1,
    "EntityId": 2,
    "CaseNo": 3,
    "EmployeeId": "sample string 4"
  },
  "COSFormQuestionList": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "QuestionType": 3,
      "CaseOutComeTypeId": 1,
      "CaseOutComeType": "sample string 4",
      "COSFormOptionList": [
        {
          "Id": 1,
          "Name": "sample string 2",
          "COSQuestionId": 3,
          "NeedMoreInfo": true,
          "ParentId": 1,
          "QuestionName": "sample string 5",
          "AnswerValue": 1,
          "AnswerDetail": "sample string 6",
          "ParentLevel1": 1,
          "COSFormId": 1,
          "ValidFlag": true,
          "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
          "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        },
        {
          "Id": 1,
          "Name": "sample string 2",
          "COSQuestionId": 3,
          "NeedMoreInfo": true,
          "ParentId": 1,
          "QuestionName": "sample string 5",
          "AnswerValue": 1,
          "AnswerDetail": "sample string 6",
          "ParentLevel1": 1,
          "COSFormId": 1,
          "ValidFlag": true,
          "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
          "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        }
      ],
      "COSFormTypeId": 5,
      "Form": "sample string 6",
      "ParentLevel1": 1,
      "OptionCount": 7,
      "ValidFlag": true,
      "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
      "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
      "UserIDCreated": 11,
      "UserIDUpdated": 12,
      "CompanyCode": "sample string 13",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "QuestionType": 3,
      "CaseOutComeTypeId": 1,
      "CaseOutComeType": "sample string 4",
      "COSFormOptionList": [
        {
          "Id": 1,
          "Name": "sample string 2",
          "COSQuestionId": 3,
          "NeedMoreInfo": true,
          "ParentId": 1,
          "QuestionName": "sample string 5",
          "AnswerValue": 1,
          "AnswerDetail": "sample string 6",
          "ParentLevel1": 1,
          "COSFormId": 1,
          "ValidFlag": true,
          "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
          "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        },
        {
          "Id": 1,
          "Name": "sample string 2",
          "COSQuestionId": 3,
          "NeedMoreInfo": true,
          "ParentId": 1,
          "QuestionName": "sample string 5",
          "AnswerValue": 1,
          "AnswerDetail": "sample string 6",
          "ParentLevel1": 1,
          "COSFormId": 1,
          "ValidFlag": true,
          "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
          "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        }
      ],
      "COSFormTypeId": 5,
      "Form": "sample string 6",
      "ParentLevel1": 1,
      "OptionCount": 7,
      "ValidFlag": true,
      "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
      "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
      "UserIDCreated": 11,
      "UserIDUpdated": 12,
      "CompanyCode": "sample string 13",
      "IsExcludeDiscount": true
    }
  ],
  "COSFormId": 1,
  "ClinicalPathwayId": 2,
  "EmployeeId": "sample string 3",
  "CorporationCode": "sample string 4",
  "Id": 5,
  "PhysicianId": 1,
  "EvaluationDate": "2026-08-04T14:31:47.4488341-07:00",
  "EvaluationTime": "00:00:00.1234567",
  "TimeZoneId": 1,
  "PhysicianName": "sample string 6",
  "TimeZoneName": "sample string 7",
  "CaseCategory": 8,
  "FirstName": "sample string 9",
  "LastName": "sample string 10",
  "CaseNo": 11,
  "CaseTypeId": 1,
  "CloseDate": "2026-08-04T14:31:47.4488341-07:00",
  "CloseByName": "sample string 12",
  "ClinicalPathwayName": "sample string 13",
  "CaseTypeName": "sample string 14",
  "Status": 15,
  "CPWValidFlag": true,
  "Sequence": 16,
  "InterpreterUsed": 1,
  "InterpreterReasonId": 1,
  "OtherInterpreterReason": "sample string 17",
  "InterpreterId": "sample string 18",
  "InterpreterName": "sample string 19",
  "Note": "sample string 20",
  "ValidFlag": true,
  "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
  "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
  "UserIDCreated": 24,
  "UserIDUpdated": 25,
  "CompanyCode": "sample string 26",
  "IsExcludeDiscount": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfReturnToWorkDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

ReturnToWorkDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "COSFormEncounterObj": {
      "EncounterId": 1,
      "EntityId": 2,
      "CaseNo": 3,
      "EmployeeId": "sample string 4"
    },
    "COSFormQuestionList": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "QuestionType": 3,
        "CaseOutComeTypeId": 1,
        "CaseOutComeType": "sample string 4",
        "COSFormOptionList": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "COSQuestionId": 3,
            "NeedMoreInfo": true,
            "ParentId": 1,
            "QuestionName": "sample string 5",
            "AnswerValue": 1,
            "AnswerDetail": "sample string 6",
            "ParentLevel1": 1,
            "COSFormId": 1,
            "ValidFlag": true,
            "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
            "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "COSQuestionId": 3,
            "NeedMoreInfo": true,
            "ParentId": 1,
            "QuestionName": "sample string 5",
            "AnswerValue": 1,
            "AnswerDetail": "sample string 6",
            "ParentLevel1": 1,
            "COSFormId": 1,
            "ValidFlag": true,
            "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
            "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          }
        ],
        "COSFormTypeId": 5,
        "Form": "sample string 6",
        "ParentLevel1": 1,
        "OptionCount": 7,
        "ValidFlag": true,
        "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
        "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
        "UserIDCreated": 11,
        "UserIDUpdated": 12,
        "CompanyCode": "sample string 13",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "QuestionType": 3,
        "CaseOutComeTypeId": 1,
        "CaseOutComeType": "sample string 4",
        "COSFormOptionList": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "COSQuestionId": 3,
            "NeedMoreInfo": true,
            "ParentId": 1,
            "QuestionName": "sample string 5",
            "AnswerValue": 1,
            "AnswerDetail": "sample string 6",
            "ParentLevel1": 1,
            "COSFormId": 1,
            "ValidFlag": true,
            "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
            "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "COSQuestionId": 3,
            "NeedMoreInfo": true,
            "ParentId": 1,
            "QuestionName": "sample string 5",
            "AnswerValue": 1,
            "AnswerDetail": "sample string 6",
            "ParentLevel1": 1,
            "COSFormId": 1,
            "ValidFlag": true,
            "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
            "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          }
        ],
        "COSFormTypeId": 5,
        "Form": "sample string 6",
        "ParentLevel1": 1,
        "OptionCount": 7,
        "ValidFlag": true,
        "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
        "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
        "UserIDCreated": 11,
        "UserIDUpdated": 12,
        "CompanyCode": "sample string 13",
        "IsExcludeDiscount": true
      }
    ],
    "COSFormId": 1,
    "ClinicalPathwayId": 2,
    "EmployeeId": "sample string 3",
    "CorporationCode": "sample string 4",
    "Id": 5,
    "PhysicianId": 1,
    "EvaluationDate": "2026-08-04T14:31:47.4488341-07:00",
    "EvaluationTime": "00:00:00.1234567",
    "TimeZoneId": 1,
    "PhysicianName": "sample string 6",
    "TimeZoneName": "sample string 7",
    "CaseCategory": 8,
    "FirstName": "sample string 9",
    "LastName": "sample string 10",
    "CaseNo": 11,
    "CaseTypeId": 1,
    "CloseDate": "2026-08-04T14:31:47.4488341-07:00",
    "CloseByName": "sample string 12",
    "ClinicalPathwayName": "sample string 13",
    "CaseTypeName": "sample string 14",
    "Status": 15,
    "CPWValidFlag": true,
    "Sequence": 16,
    "InterpreterUsed": 1,
    "InterpreterReasonId": 1,
    "OtherInterpreterReason": "sample string 17",
    "InterpreterId": "sample string 18",
    "InterpreterName": "sample string 19",
    "Note": "sample string 20",
    "ValidFlag": true,
    "DateCreated": "2026-08-04T14:31:47.4488341-07:00",
    "DateUpdated": "2026-08-04T14:31:47.4488341-07:00",
    "UserIDCreated": 24,
    "UserIDUpdated": 25,
    "CompanyCode": "sample string 26",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}