POST api/NTNonInjury/SaveFFDCovidQuestionnaire
Request Information
URI Parameters
None.
Body Parameters
ReturnToWorkCovidQuestionnaireDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CaseNo | integer |
None. |
|
| EmployeeId | string |
String length: inclusive between 0 and 12 |
|
| FitnessForDutyId | integer |
None. |
|
| QuarantineStartDate | date |
None. |
|
| QuarantineEndDate | date |
None. |
|
| RTWDate | date |
None. |
|
| Recommendation | string |
String length: inclusive between 0 and 4000 |
|
| Answer1 | boolean |
None. |
|
| Answer2 | boolean |
None. |
|
| Answer3 | boolean |
None. |
|
| Answer4 | boolean |
None. |
|
| Answer5 | boolean |
None. |
|
| Answer6 | boolean |
None. |
|
| Answer7 | boolean |
None. |
|
| Answer5_1 | boolean |
None. |
|
| Status | integer |
None. |
|
| ClinicalPathwayId | integer |
None. |
|
| PhysicianId | integer |
None. |
|
| EvaluationDate | date |
None. |
|
| EvaluationTime | time interval |
None. |
|
| TimeZoneId | integer |
None. |
|
| CloseDate | date |
None. |
|
| CloseByName | string |
String length: inclusive between 0 and 100 |
|
| CovidFFDStatus | integer |
None. |
|
| PhysicianName | string |
String length: inclusive between 0 and 50 |
|
| TimeZoneName | string |
String length: inclusive between 0 and 150 |
|
| COSFormId | integer |
None. |
|
| Note | string |
String length: inclusive between 0 and 4000 |
|
| LastDayWorked | date |
None. |
|
| DateOfExposure | date |
None. |
|
| DateOfSymptomsBegan | date |
None. |
|
| WorkAreaFrequented | string |
String length: inclusive between 0 and 500 |
|
| IsEEDeniesSymptoms | boolean |
None. |
|
| AutoPopulateDays | decimal number |
None. |
|
| ReferenceDateName | string |
String length: inclusive between 0 and 8000 |
|
| ReferenceDate | date |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 20 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CaseNo": 2,
"EmployeeId": "sample string 3",
"FitnessForDutyId": 4,
"QuarantineStartDate": "2025-10-30T07:48:05.4276254-07:00",
"QuarantineEndDate": "2025-10-30T07:48:05.4276254-07:00",
"RTWDate": "2025-10-30T07:48:05.4276254-07:00",
"Recommendation": "sample string 5",
"Answer1": true,
"Answer2": true,
"Answer3": true,
"Answer4": true,
"Answer5": true,
"Answer6": true,
"Answer7": true,
"Answer5_1": true,
"Status": 6,
"ClinicalPathwayId": 7,
"PhysicianId": 1,
"EvaluationDate": "2025-10-30T07:48:05.443252-07:00",
"EvaluationTime": "00:00:00.1234567",
"TimeZoneId": 1,
"CloseDate": "2025-10-30T07:48:05.443252-07:00",
"CloseByName": "sample string 8",
"CovidFFDStatus": 9,
"PhysicianName": "sample string 10",
"TimeZoneName": "sample string 11",
"COSFormId": 12,
"Note": "sample string 13",
"LastDayWorked": "2025-10-30T07:48:05.443252-07:00",
"DateOfExposure": "2025-10-30T07:48:05.443252-07:00",
"DateOfSymptomsBegan": "2025-10-30T07:48:05.443252-07:00",
"WorkAreaFrequented": "sample string 14",
"IsEEDeniesSymptoms": true,
"AutoPopulateDays": 15.1,
"ReferenceDateName": "sample string 16",
"ReferenceDate": "2025-10-30T07:48:05.443252-07:00",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:48:05.443252-07:00",
"DateUpdated": "2025-10-30T07:48:05.443252-07:00",
"UserIDCreated": 20,
"UserIDUpdated": 21,
"CompanyCode": "sample string 22",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<ReturnToWorkCovidQuestionnaireDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury"> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 22</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:48:05.443252-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:48:05.443252-07:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <Answer1>true</Answer1> <Answer2>true</Answer2> <Answer3>true</Answer3> <Answer4>true</Answer4> <Answer5>true</Answer5> <Answer5_1>true</Answer5_1> <Answer6>true</Answer6> <Answer7>true</Answer7> <AutoPopulateDays>15.1</AutoPopulateDays> <COSFormId>12</COSFormId> <CaseNo>2</CaseNo> <ClinicalPathwayId>7</ClinicalPathwayId> <CloseByName>sample string 8</CloseByName> <CloseDate>2025-10-30T07:48:05.443252-07:00</CloseDate> <CovidFFDStatus>9</CovidFFDStatus> <DateOfExposure>2025-10-30T07:48:05.443252-07:00</DateOfExposure> <DateOfSymptomsBegan>2025-10-30T07:48:05.443252-07:00</DateOfSymptomsBegan> <EmployeeId>sample string 3</EmployeeId> <EvaluationDate>2025-10-30T07:48:05.443252-07:00</EvaluationDate> <EvaluationTime>PT0.1234567S</EvaluationTime> <FitnessForDutyId>4</FitnessForDutyId> <Id>1</Id> <IsEEDeniesSymptoms>true</IsEEDeniesSymptoms> <LastDayWorked>2025-10-30T07:48:05.443252-07:00</LastDayWorked> <Note>sample string 13</Note> <PhysicianId>1</PhysicianId> <PhysicianName>sample string 10</PhysicianName> <QuarantineEndDate>2025-10-30T07:48:05.4276254-07:00</QuarantineEndDate> <QuarantineStartDate>2025-10-30T07:48:05.4276254-07:00</QuarantineStartDate> <RTWDate>2025-10-30T07:48:05.4276254-07:00</RTWDate> <Recommendation>sample string 5</Recommendation> <ReferenceDate>2025-10-30T07:48:05.443252-07:00</ReferenceDate> <ReferenceDateName>sample string 16</ReferenceDateName> <Status>6</Status> <TimeZoneId>1</TimeZoneId> <TimeZoneName>sample string 11</TimeZoneName> <WorkAreaFrequented>sample string 14</WorkAreaFrequented> </ReturnToWorkCovidQuestionnaireDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfReturnToWorkCovidQuestionnaireDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | ReturnToWorkCovidQuestionnaireDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"CaseNo": 2,
"EmployeeId": "sample string 3",
"FitnessForDutyId": 4,
"QuarantineStartDate": "2025-10-30T07:48:05.4745009-07:00",
"QuarantineEndDate": "2025-10-30T07:48:05.4745009-07:00",
"RTWDate": "2025-10-30T07:48:05.4745009-07:00",
"Recommendation": "sample string 5",
"Answer1": true,
"Answer2": true,
"Answer3": true,
"Answer4": true,
"Answer5": true,
"Answer6": true,
"Answer7": true,
"Answer5_1": true,
"Status": 6,
"ClinicalPathwayId": 7,
"PhysicianId": 1,
"EvaluationDate": "2025-10-30T07:48:05.4745009-07:00",
"EvaluationTime": "00:00:00.1234567",
"TimeZoneId": 1,
"CloseDate": "2025-10-30T07:48:05.4745009-07:00",
"CloseByName": "sample string 8",
"CovidFFDStatus": 9,
"PhysicianName": "sample string 10",
"TimeZoneName": "sample string 11",
"COSFormId": 12,
"Note": "sample string 13",
"LastDayWorked": "2025-10-30T07:48:05.4745009-07:00",
"DateOfExposure": "2025-10-30T07:48:05.4745009-07:00",
"DateOfSymptomsBegan": "2025-10-30T07:48:05.4745009-07:00",
"WorkAreaFrequented": "sample string 14",
"IsEEDeniesSymptoms": true,
"AutoPopulateDays": 15.1,
"ReferenceDateName": "sample string 16",
"ReferenceDate": "2025-10-30T07:48:05.4745009-07:00",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:48:05.4745009-07:00",
"DateUpdated": "2025-10-30T07:48:05.4745009-07:00",
"UserIDCreated": 20,
"UserIDUpdated": 21,
"CompanyCode": "sample string 22",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfReturnToWorkCovidQuestionnaireDTOmhANR0_Pp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury">
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 22</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:48:05.4745009-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T07:48:05.4745009-07:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Answer1>true</d2p1:Answer1>
<d2p1:Answer2>true</d2p1:Answer2>
<d2p1:Answer3>true</d2p1:Answer3>
<d2p1:Answer4>true</d2p1:Answer4>
<d2p1:Answer5>true</d2p1:Answer5>
<d2p1:Answer5_1>true</d2p1:Answer5_1>
<d2p1:Answer6>true</d2p1:Answer6>
<d2p1:Answer7>true</d2p1:Answer7>
<d2p1:AutoPopulateDays>15.1</d2p1:AutoPopulateDays>
<d2p1:COSFormId>12</d2p1:COSFormId>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:ClinicalPathwayId>7</d2p1:ClinicalPathwayId>
<d2p1:CloseByName>sample string 8</d2p1:CloseByName>
<d2p1:CloseDate>2025-10-30T07:48:05.4745009-07:00</d2p1:CloseDate>
<d2p1:CovidFFDStatus>9</d2p1:CovidFFDStatus>
<d2p1:DateOfExposure>2025-10-30T07:48:05.4745009-07:00</d2p1:DateOfExposure>
<d2p1:DateOfSymptomsBegan>2025-10-30T07:48:05.4745009-07:00</d2p1:DateOfSymptomsBegan>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:EvaluationDate>2025-10-30T07:48:05.4745009-07:00</d2p1:EvaluationDate>
<d2p1:EvaluationTime>PT0.1234567S</d2p1:EvaluationTime>
<d2p1:FitnessForDutyId>4</d2p1:FitnessForDutyId>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsEEDeniesSymptoms>true</d2p1:IsEEDeniesSymptoms>
<d2p1:LastDayWorked>2025-10-30T07:48:05.4745009-07:00</d2p1:LastDayWorked>
<d2p1:Note>sample string 13</d2p1:Note>
<d2p1:PhysicianId>1</d2p1:PhysicianId>
<d2p1:PhysicianName>sample string 10</d2p1:PhysicianName>
<d2p1:QuarantineEndDate>2025-10-30T07:48:05.4745009-07:00</d2p1:QuarantineEndDate>
<d2p1:QuarantineStartDate>2025-10-30T07:48:05.4745009-07:00</d2p1:QuarantineStartDate>
<d2p1:RTWDate>2025-10-30T07:48:05.4745009-07:00</d2p1:RTWDate>
<d2p1:Recommendation>sample string 5</d2p1:Recommendation>
<d2p1:ReferenceDate>2025-10-30T07:48:05.4745009-07:00</d2p1:ReferenceDate>
<d2p1:ReferenceDateName>sample string 16</d2p1:ReferenceDateName>
<d2p1:Status>6</d2p1:Status>
<d2p1:TimeZoneId>1</d2p1:TimeZoneId>
<d2p1:TimeZoneName>sample string 11</d2p1:TimeZoneName>
<d2p1:WorkAreaFrequented>sample string 14</d2p1:WorkAreaFrequented>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfReturnToWorkCovidQuestionnaireDTOmhANR0_Pp>