POST api/NTQA/DeleteAddendumQA
Request Information
URI Parameters
None.
Body Parameters
AddendumDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| CaseNo | integer | None. | |
| MedicalId | integer | None. | |
| Note | string | String length: inclusive between 0 and 2000 | |
| WorkStatusId | integer | None. | |
| WorkStatusValue | string | String length: inclusive between 0 and 500 | |
| CaseClose | boolean | None. | |
| CreatedUserName | string | String length: inclusive between 0 and 61 | |
| WorkStatus | string | String length: inclusive between 0 and 100 | |
| Sequence | integer | None. | |
| CaseManagementTypeId | integer | None. | |
| CaseType | string | String length: inclusive between 0 and 50 | |
| DispositionTypeId | integer | None. | |
| EncounterId | integer | None. | |
| IsEncounterActive | boolean | None. | |
| AddendumType | string | String length: inclusive between 0 and 50 | |
| AddendumTypeId | integer | None. | |
| FileName | string | String length: inclusive between 0 and 50 | |
| FilePath | string | String length: inclusive between 0 and 200 | |
| FileId | string | String length: inclusive between 0 and 200 | |
| FileByteArray | Collection of byte | None. | |
| IsDocumentEdit | boolean | None. | |
| RecordId | globally unique identifier | None. | |
| DispostionId | integer | None. | |
| DispostionNote | string | String length: inclusive between 0 and 1000 | |
| FOLDate | date | None. | |
| CustomFOLStartTime | string | String length: inclusive between 0 and 7 | |
| FOLStartTime | time interval | None. | |
| CustomFOLEndTime | string | String length: inclusive between 0 and 7 | |
| FOLEndTime | time interval | None. | |
| TelephonicFollowupId | integer | None. | |
| CaseManagementTypeName | string | String length: inclusive between 0 and 50 | |
| FacilityName | string | String length: inclusive between 0 and 50 | |
| DoctorName | string | String length: inclusive between 0 and 50 | |
| ReferralDate | date | None. | |
| CustomReferralTime | string | String length: inclusive between 0 and 7 | |
| ReferralTime | time interval | None. | |
| FacilityAddress1 | string | String length: inclusive between 0 and 150 | |
| FacilityAddress2 | string | String length: inclusive between 0 and 150 | |
| FacilityCity | string | String length: inclusive between 0 and 30 | |
| FacilityState | string | String length: inclusive between 0 and 10 | |
| FacilityStateName | string | String length: inclusive between 0 and 30 | |
| FacilityZip | string | String length: inclusive between 0 and 10 | |
| FacilityPhone | string | String length: inclusive between 0 and 20 | |
| FacilityFax | string | String length: inclusive between 0 and 20 | |
| DispositionPlan | string | String length: inclusive between 0 and 100 | |
| Abbreviation | string | String length: inclusive between 0 and 50 | |
| Review | integer | None. | |
| ReviewNote | string | String length: inclusive between 0 and 500 | |
| FacilityDoctorReviewId | integer | None. | |
| FacilityDoctorId | integer | None. | |
| FacilityCode | string | String length: inclusive between 0 and 10 | |
| AddendumDoctorName | string | String length: inclusive between 0 and 50 | |
| AddendumFacilityDoctorId | integer | None. | |
| PToPPhysicianId | integer | None. | |
| PToPPhysicianName | string | String length: inclusive between 0 and 50 | |
| ReferralTimeZone | integer | None. | |
| ReferralTimeZoneName | string | String length: inclusive between 0 and 300 | |
| MessageQueueId | integer | None. | |
| PhysicianEmail | string | String length: inclusive between 0 and 150 | |
| UserEmailId | string | String length: inclusive between 0 and 200 | |
| OldPToPPhysicianId | integer | None. | |
| OldPToPPhysicianEmail | string | String length: inclusive between 0 and 200 | |
| IsReferralChanged | boolean | None. | |
| InsuranceId | integer | None. | |
| InsuranceName | string | String length: inclusive between 0 and 8000 | |
| ReferredById | integer | None. | |
| ReferredByName | string | String length: inclusive between 0 and 250 | |
| LevelOfCareId | integer | None. | |
| LevelOfCareName | string | String length: inclusive between 0 and 250 | |
| LevelOfCareList | Collection of LevelOfCareDTO | None. | |
| SubLevelOfCareList | Collection of SubLevelOfCareDTO | None. | |
| PToPPhysicianNote | string | String length: inclusive between 0 and 500 | |
| ReferredByValue | string | String length: inclusive between 0 and 500 | |
| ReasonForDelete | string | String length: inclusive between 0 and 500 | |
| COSFormModifiedDutyDTO | COSFormDetailDTO | None. | |
| COSFormWorkStatusOffWorkDTO | COSFormDetailDTO | None. | |
| WorkStatusStartDate | date | None. | |
| WorkStatusEndDate | date | None. | |
| WorkStatusIsOffRestOfShift | boolean | None. | |
| UrgencyId | integer | None. | |
| UrgencyName | string | String length: inclusive between 0 and 50 | |
| PreferredReferralId | integer | None. | |
| PreferredReferralName | string | String length: inclusive between 0 and 100 | |
| CloseByUserDisplayName | string | String length: inclusive between 0 and 100 | |
| IsWorkStatusAvoidAggravation | boolean | None. | |
| WorkStatusIsPendingMedicalRecords | boolean | None. | |
| UrgencyExactDate | date | None. | |
| UrgencyExactTime | time interval | None. | |
| IsAddendum | boolean | 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
{
  "Id": 1,
  "CaseNo": 2,
  "MedicalId": 3,
  "Note": "sample string 4",
  "WorkStatusId": 1,
  "WorkStatusValue": "sample string 5",
  "CaseClose": true,
  "CreatedUserName": "sample string 7",
  "WorkStatus": "sample string 8",
  "Sequence": 9,
  "CaseManagementTypeId": 1,
  "CaseType": "sample string 10",
  "DispositionTypeId": 1,
  "EncounterId": 11,
  "IsEncounterActive": true,
  "AddendumType": "sample string 13",
  "AddendumTypeId": 14,
  "FileName": "sample string 15",
  "FilePath": "sample string 16",
  "FileId": "sample string 17",
  "FileByteArray": "QEA=",
  "IsDocumentEdit": true,
  "RecordId": "d9b95e28-047a-46e0-b211-89ff7955592a",
  "DispostionId": 1,
  "DispostionNote": "sample string 19",
  "FOLDate": "2025-10-30T23:23:20.6025787-07:00",
  "CustomFOLStartTime": "sample string 20",
  "FOLStartTime": "00:00:00.1234567",
  "CustomFOLEndTime": "sample string 21",
  "FOLEndTime": "00:00:00.1234567",
  "TelephonicFollowupId": 1,
  "CaseManagementTypeName": "sample string 22",
  "FacilityName": "sample string 23",
  "DoctorName": "sample string 24",
  "ReferralDate": "2025-10-30T23:23:20.6025787-07:00",
  "CustomReferralTime": "sample string 25",
  "ReferralTime": "00:00:00.1234567",
  "FacilityAddress1": "sample string 26",
  "FacilityAddress2": "sample string 27",
  "FacilityCity": "sample string 28",
  "FacilityState": "sample string 29",
  "FacilityStateName": "sample string 30",
  "FacilityZip": "sample string 31",
  "FacilityPhone": "sample string 32",
  "FacilityFax": "sample string 33",
  "DispositionPlan": "sample string 34",
  "Abbreviation": "sample string 35",
  "Review": 1,
  "ReviewNote": "sample string 36",
  "FacilityDoctorReviewId": 37,
  "FacilityDoctorId": 1,
  "FacilityCode": "sample string 38",
  "AddendumDoctorName": "sample string 39",
  "AddendumFacilityDoctorId": 40,
  "PToPPhysicianId": 1,
  "PToPPhysicianName": "sample string 41",
  "ReferralTimeZone": 1,
  "ReferralTimeZoneName": "sample string 42",
  "MessageQueueId": 1,
  "PhysicianEmail": "sample string 43",
  "UserEmailId": "sample string 44",
  "OldPToPPhysicianId": 1,
  "OldPToPPhysicianEmail": "sample string 45",
  "IsReferralChanged": true,
  "InsuranceId": 1,
  "InsuranceName": "sample string 46",
  "ReferredById": 1,
  "ReferredByName": "sample string 47",
  "LevelOfCareId": 1,
  "LevelOfCareName": "sample string 48",
  "LevelOfCareList": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "Sequence": 3,
      "PermissionCode": "sample string 4",
      "Rank": 5,
      "ListSubLevelOfCare": [
        {
          "Id": 1,
          "Name": "sample string 2",
          "Sequence": 3,
          "LevelOfCareId": 4,
          "AnswerValue": 5,
          "EncounterId": 6,
          "AddendumId": 1,
          "ValidFlag": true,
          "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
          "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        },
        {
          "Id": 1,
          "Name": "sample string 2",
          "Sequence": 3,
          "LevelOfCareId": 4,
          "AnswerValue": 5,
          "EncounterId": 6,
          "AddendumId": 1,
          "ValidFlag": true,
          "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
          "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        }
      ],
      "ValidFlag": true,
      "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
      "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Sequence": 3,
      "PermissionCode": "sample string 4",
      "Rank": 5,
      "ListSubLevelOfCare": [
        {
          "Id": 1,
          "Name": "sample string 2",
          "Sequence": 3,
          "LevelOfCareId": 4,
          "AnswerValue": 5,
          "EncounterId": 6,
          "AddendumId": 1,
          "ValidFlag": true,
          "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
          "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        },
        {
          "Id": 1,
          "Name": "sample string 2",
          "Sequence": 3,
          "LevelOfCareId": 4,
          "AnswerValue": 5,
          "EncounterId": 6,
          "AddendumId": 1,
          "ValidFlag": true,
          "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
          "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
          "UserIDCreated": 10,
          "UserIDUpdated": 11,
          "CompanyCode": "sample string 12",
          "IsExcludeDiscount": true
        }
      ],
      "ValidFlag": true,
      "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
      "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    }
  ],
  "SubLevelOfCareList": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "Sequence": 3,
      "LevelOfCareId": 4,
      "AnswerValue": 5,
      "EncounterId": 6,
      "AddendumId": 1,
      "ValidFlag": true,
      "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
      "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
      "UserIDCreated": 10,
      "UserIDUpdated": 11,
      "CompanyCode": "sample string 12",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Sequence": 3,
      "LevelOfCareId": 4,
      "AnswerValue": 5,
      "EncounterId": 6,
      "AddendumId": 1,
      "ValidFlag": true,
      "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
      "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
      "UserIDCreated": 10,
      "UserIDUpdated": 11,
      "CompanyCode": "sample string 12",
      "IsExcludeDiscount": true
    }
  ],
  "PToPPhysicianNote": "sample string 49",
  "ReferredByValue": "sample string 50",
  "ReasonForDelete": "sample string 51",
  "COSFormModifiedDutyDTO": {
    "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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
        "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
        "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
        "UserIDCreated": 11,
        "UserIDUpdated": 12,
        "CompanyCode": "sample string 13",
        "IsExcludeDiscount": true
      }
    ],
    "COSFormId": 1
  },
  "COSFormWorkStatusOffWorkDTO": {
    "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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
        "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
            "DateUpdated": "2025-10-30T23:23:20.6182029-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": "2025-10-30T23:23:20.6182029-07:00",
        "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
        "UserIDCreated": 11,
        "UserIDUpdated": 12,
        "CompanyCode": "sample string 13",
        "IsExcludeDiscount": true
      }
    ],
    "COSFormId": 1
  },
  "WorkStatusStartDate": "2025-10-30T23:23:20.6182029-07:00",
  "WorkStatusEndDate": "2025-10-30T23:23:20.6182029-07:00",
  "WorkStatusIsOffRestOfShift": true,
  "UrgencyId": 1,
  "UrgencyName": "sample string 52",
  "PreferredReferralId": 1,
  "PreferredReferralName": "sample string 53",
  "CloseByUserDisplayName": "sample string 54",
  "IsWorkStatusAvoidAggravation": true,
  "WorkStatusIsPendingMedicalRecords": true,
  "UrgencyExactDate": "2025-10-30T23:23:20.6182029-07:00",
  "UrgencyExactTime": "00:00:00.1234567",
  "IsAddendum": true,
  "ValidFlag": true,
  "DateCreated": "2025-10-30T23:23:20.6182029-07:00",
  "DateUpdated": "2025-10-30T23:23:20.6182029-07:00",
  "UserIDCreated": 58,
  "UserIDUpdated": 59,
  "CompanyCode": "sample string 60",
  "IsExcludeDiscount": true
}
        application/xml, text/xml
<AddendumDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 60</CompanyCode>
  <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
  <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>58</UserIDCreated>
  <UserIDUpdated>59</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <Abbreviation>sample string 35</Abbreviation>
  <AddendumDoctorName>sample string 39</AddendumDoctorName>
  <AddendumFacilityDoctorId>40</AddendumFacilityDoctorId>
  <AddendumType>sample string 13</AddendumType>
  <AddendumTypeId>14</AddendumTypeId>
  <COSFormModifiedDutyDTO>
    <COSFormEncounterObj>
      <CaseNo>3</CaseNo>
      <EmployeeId>sample string 4</EmployeeId>
      <EncounterId>1</EncounterId>
      <EntityId>2</EntityId>
    </COSFormEncounterObj>
    <COSFormId>1</COSFormId>
    <COSFormQuestionList>
      <COSFormQuestionDTO>
        <CompanyCode>sample string 13</CompanyCode>
        <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
        <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
        <IsExcludeDiscount>true</IsExcludeDiscount>
        <UserIDCreated>11</UserIDCreated>
        <UserIDUpdated>12</UserIDUpdated>
        <ValidFlag>true</ValidFlag>
        <COSFormOptionList>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
        </COSFormOptionList>
        <COSFormTypeId>5</COSFormTypeId>
        <CaseOutComeType>sample string 4</CaseOutComeType>
        <CaseOutComeTypeId>1</CaseOutComeTypeId>
        <Form>sample string 6</Form>
        <Id>1</Id>
        <Name>sample string 2</Name>
        <OptionCount>7</OptionCount>
        <ParentLevel1>1</ParentLevel1>
        <QuestionType>3</QuestionType>
      </COSFormQuestionDTO>
      <COSFormQuestionDTO>
        <CompanyCode>sample string 13</CompanyCode>
        <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
        <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
        <IsExcludeDiscount>true</IsExcludeDiscount>
        <UserIDCreated>11</UserIDCreated>
        <UserIDUpdated>12</UserIDUpdated>
        <ValidFlag>true</ValidFlag>
        <COSFormOptionList>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
        </COSFormOptionList>
        <COSFormTypeId>5</COSFormTypeId>
        <CaseOutComeType>sample string 4</CaseOutComeType>
        <CaseOutComeTypeId>1</CaseOutComeTypeId>
        <Form>sample string 6</Form>
        <Id>1</Id>
        <Name>sample string 2</Name>
        <OptionCount>7</OptionCount>
        <ParentLevel1>1</ParentLevel1>
        <QuestionType>3</QuestionType>
      </COSFormQuestionDTO>
    </COSFormQuestionList>
  </COSFormModifiedDutyDTO>
  <COSFormWorkStatusOffWorkDTO>
    <COSFormEncounterObj>
      <CaseNo>3</CaseNo>
      <EmployeeId>sample string 4</EmployeeId>
      <EncounterId>1</EncounterId>
      <EntityId>2</EntityId>
    </COSFormEncounterObj>
    <COSFormId>1</COSFormId>
    <COSFormQuestionList>
      <COSFormQuestionDTO>
        <CompanyCode>sample string 13</CompanyCode>
        <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
        <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
        <IsExcludeDiscount>true</IsExcludeDiscount>
        <UserIDCreated>11</UserIDCreated>
        <UserIDUpdated>12</UserIDUpdated>
        <ValidFlag>true</ValidFlag>
        <COSFormOptionList>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
        </COSFormOptionList>
        <COSFormTypeId>5</COSFormTypeId>
        <CaseOutComeType>sample string 4</CaseOutComeType>
        <CaseOutComeTypeId>1</CaseOutComeTypeId>
        <Form>sample string 6</Form>
        <Id>1</Id>
        <Name>sample string 2</Name>
        <OptionCount>7</OptionCount>
        <ParentLevel1>1</ParentLevel1>
        <QuestionType>3</QuestionType>
      </COSFormQuestionDTO>
      <COSFormQuestionDTO>
        <CompanyCode>sample string 13</CompanyCode>
        <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
        <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
        <IsExcludeDiscount>true</IsExcludeDiscount>
        <UserIDCreated>11</UserIDCreated>
        <UserIDUpdated>12</UserIDUpdated>
        <ValidFlag>true</ValidFlag>
        <COSFormOptionList>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
          <COSFormOptionDTO>
            <CompanyCode>sample string 12</CompanyCode>
            <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
            <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
            <IsExcludeDiscount>true</IsExcludeDiscount>
            <UserIDCreated>10</UserIDCreated>
            <UserIDUpdated>11</UserIDUpdated>
            <ValidFlag>true</ValidFlag>
            <AnswerDetail>sample string 6</AnswerDetail>
            <AnswerValue>1</AnswerValue>
            <COSFormId>1</COSFormId>
            <COSQuestionId>3</COSQuestionId>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <NeedMoreInfo>true</NeedMoreInfo>
            <ParentId>1</ParentId>
            <ParentLevel1>1</ParentLevel1>
            <QuestionName>sample string 5</QuestionName>
          </COSFormOptionDTO>
        </COSFormOptionList>
        <COSFormTypeId>5</COSFormTypeId>
        <CaseOutComeType>sample string 4</CaseOutComeType>
        <CaseOutComeTypeId>1</CaseOutComeTypeId>
        <Form>sample string 6</Form>
        <Id>1</Id>
        <Name>sample string 2</Name>
        <OptionCount>7</OptionCount>
        <ParentLevel1>1</ParentLevel1>
        <QuestionType>3</QuestionType>
      </COSFormQuestionDTO>
    </COSFormQuestionList>
  </COSFormWorkStatusOffWorkDTO>
  <CaseClose>true</CaseClose>
  <CaseManagementTypeId>1</CaseManagementTypeId>
  <CaseManagementTypeName>sample string 22</CaseManagementTypeName>
  <CaseNo>2</CaseNo>
  <CaseType>sample string 10</CaseType>
  <CloseByUserDisplayName>sample string 54</CloseByUserDisplayName>
  <CreatedUserName>sample string 7</CreatedUserName>
  <CustomFOLEndTime>sample string 21</CustomFOLEndTime>
  <CustomFOLStartTime>sample string 20</CustomFOLStartTime>
  <CustomReferralTime>sample string 25</CustomReferralTime>
  <DispositionPlan>sample string 34</DispositionPlan>
  <DispositionTypeId>1</DispositionTypeId>
  <DispostionId>1</DispostionId>
  <DispostionNote>sample string 19</DispostionNote>
  <DoctorName>sample string 24</DoctorName>
  <EncounterId>11</EncounterId>
  <FOLDate>2025-10-30T23:23:20.6025787-07:00</FOLDate>
  <FOLEndTime>PT0.1234567S</FOLEndTime>
  <FOLStartTime>PT0.1234567S</FOLStartTime>
  <FacilityAddress1>sample string 26</FacilityAddress1>
  <FacilityAddress2>sample string 27</FacilityAddress2>
  <FacilityCity>sample string 28</FacilityCity>
  <FacilityCode>sample string 38</FacilityCode>
  <FacilityDoctorId>1</FacilityDoctorId>
  <FacilityDoctorReviewId>37</FacilityDoctorReviewId>
  <FacilityFax>sample string 33</FacilityFax>
  <FacilityName>sample string 23</FacilityName>
  <FacilityPhone>sample string 32</FacilityPhone>
  <FacilityState>sample string 29</FacilityState>
  <FacilityStateName>sample string 30</FacilityStateName>
  <FacilityZip>sample string 31</FacilityZip>
  <FileByteArray>QEA=</FileByteArray>
  <FileId>sample string 17</FileId>
  <FileName>sample string 15</FileName>
  <FilePath>sample string 16</FilePath>
  <Id>1</Id>
  <InsuranceId>1</InsuranceId>
  <InsuranceName>sample string 46</InsuranceName>
  <IsAddendum>true</IsAddendum>
  <IsDocumentEdit>true</IsDocumentEdit>
  <IsEncounterActive>true</IsEncounterActive>
  <IsReferralChanged>true</IsReferralChanged>
  <IsWorkStatusAvoidAggravation>true</IsWorkStatusAvoidAggravation>
  <LevelOfCareId>1</LevelOfCareId>
  <LevelOfCareList>
    <LevelOfCareDTO>
      <CompanyCode>sample string 11</CompanyCode>
      <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
      <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>9</UserIDCreated>
      <UserIDUpdated>10</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <Id>1</Id>
      <ListSubLevelOfCare>
        <SubLevelOfCareDTO>
          <CompanyCode>sample string 12</CompanyCode>
          <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
          <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
          <IsExcludeDiscount>true</IsExcludeDiscount>
          <UserIDCreated>10</UserIDCreated>
          <UserIDUpdated>11</UserIDUpdated>
          <ValidFlag>true</ValidFlag>
          <AddendumId>1</AddendumId>
          <AnswerValue>5</AnswerValue>
          <EncounterId>6</EncounterId>
          <Id>1</Id>
          <LevelOfCareId>4</LevelOfCareId>
          <Name>sample string 2</Name>
          <Sequence>3</Sequence>
        </SubLevelOfCareDTO>
        <SubLevelOfCareDTO>
          <CompanyCode>sample string 12</CompanyCode>
          <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
          <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
          <IsExcludeDiscount>true</IsExcludeDiscount>
          <UserIDCreated>10</UserIDCreated>
          <UserIDUpdated>11</UserIDUpdated>
          <ValidFlag>true</ValidFlag>
          <AddendumId>1</AddendumId>
          <AnswerValue>5</AnswerValue>
          <EncounterId>6</EncounterId>
          <Id>1</Id>
          <LevelOfCareId>4</LevelOfCareId>
          <Name>sample string 2</Name>
          <Sequence>3</Sequence>
        </SubLevelOfCareDTO>
      </ListSubLevelOfCare>
      <Name>sample string 2</Name>
      <PermissionCode>sample string 4</PermissionCode>
      <Rank>5</Rank>
      <Sequence>3</Sequence>
    </LevelOfCareDTO>
    <LevelOfCareDTO>
      <CompanyCode>sample string 11</CompanyCode>
      <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
      <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>9</UserIDCreated>
      <UserIDUpdated>10</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <Id>1</Id>
      <ListSubLevelOfCare>
        <SubLevelOfCareDTO>
          <CompanyCode>sample string 12</CompanyCode>
          <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
          <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
          <IsExcludeDiscount>true</IsExcludeDiscount>
          <UserIDCreated>10</UserIDCreated>
          <UserIDUpdated>11</UserIDUpdated>
          <ValidFlag>true</ValidFlag>
          <AddendumId>1</AddendumId>
          <AnswerValue>5</AnswerValue>
          <EncounterId>6</EncounterId>
          <Id>1</Id>
          <LevelOfCareId>4</LevelOfCareId>
          <Name>sample string 2</Name>
          <Sequence>3</Sequence>
        </SubLevelOfCareDTO>
        <SubLevelOfCareDTO>
          <CompanyCode>sample string 12</CompanyCode>
          <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
          <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
          <IsExcludeDiscount>true</IsExcludeDiscount>
          <UserIDCreated>10</UserIDCreated>
          <UserIDUpdated>11</UserIDUpdated>
          <ValidFlag>true</ValidFlag>
          <AddendumId>1</AddendumId>
          <AnswerValue>5</AnswerValue>
          <EncounterId>6</EncounterId>
          <Id>1</Id>
          <LevelOfCareId>4</LevelOfCareId>
          <Name>sample string 2</Name>
          <Sequence>3</Sequence>
        </SubLevelOfCareDTO>
      </ListSubLevelOfCare>
      <Name>sample string 2</Name>
      <PermissionCode>sample string 4</PermissionCode>
      <Rank>5</Rank>
      <Sequence>3</Sequence>
    </LevelOfCareDTO>
  </LevelOfCareList>
  <LevelOfCareName>sample string 48</LevelOfCareName>
  <MedicalId>3</MedicalId>
  <MessageQueueId>1</MessageQueueId>
  <Note>sample string 4</Note>
  <OldPToPPhysicianEmail>sample string 45</OldPToPPhysicianEmail>
  <OldPToPPhysicianId>1</OldPToPPhysicianId>
  <PToPPhysicianId>1</PToPPhysicianId>
  <PToPPhysicianName>sample string 41</PToPPhysicianName>
  <PToPPhysicianNote>sample string 49</PToPPhysicianNote>
  <PhysicianEmail>sample string 43</PhysicianEmail>
  <PreferredReferralId>1</PreferredReferralId>
  <PreferredReferralName>sample string 53</PreferredReferralName>
  <ReasonForDelete>sample string 51</ReasonForDelete>
  <RecordId>d9b95e28-047a-46e0-b211-89ff7955592a</RecordId>
  <ReferralDate>2025-10-30T23:23:20.6025787-07:00</ReferralDate>
  <ReferralTime>PT0.1234567S</ReferralTime>
  <ReferralTimeZone>1</ReferralTimeZone>
  <ReferralTimeZoneName>sample string 42</ReferralTimeZoneName>
  <ReferredById>1</ReferredById>
  <ReferredByName>sample string 47</ReferredByName>
  <ReferredByValue>sample string 50</ReferredByValue>
  <Review>1</Review>
  <ReviewNote>sample string 36</ReviewNote>
  <Sequence>9</Sequence>
  <SubLevelOfCareList>
    <SubLevelOfCareDTO>
      <CompanyCode>sample string 12</CompanyCode>
      <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
      <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>10</UserIDCreated>
      <UserIDUpdated>11</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <AddendumId>1</AddendumId>
      <AnswerValue>5</AnswerValue>
      <EncounterId>6</EncounterId>
      <Id>1</Id>
      <LevelOfCareId>4</LevelOfCareId>
      <Name>sample string 2</Name>
      <Sequence>3</Sequence>
    </SubLevelOfCareDTO>
    <SubLevelOfCareDTO>
      <CompanyCode>sample string 12</CompanyCode>
      <DateCreated>2025-10-30T23:23:20.6182029-07:00</DateCreated>
      <DateUpdated>2025-10-30T23:23:20.6182029-07:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>10</UserIDCreated>
      <UserIDUpdated>11</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <AddendumId>1</AddendumId>
      <AnswerValue>5</AnswerValue>
      <EncounterId>6</EncounterId>
      <Id>1</Id>
      <LevelOfCareId>4</LevelOfCareId>
      <Name>sample string 2</Name>
      <Sequence>3</Sequence>
    </SubLevelOfCareDTO>
  </SubLevelOfCareList>
  <TelephonicFollowupId>1</TelephonicFollowupId>
  <UrgencyExactDate>2025-10-30T23:23:20.6182029-07:00</UrgencyExactDate>
  <UrgencyExactTime>PT0.1234567S</UrgencyExactTime>
  <UrgencyId>1</UrgencyId>
  <UrgencyName>sample string 52</UrgencyName>
  <UserEmailId>sample string 44</UserEmailId>
  <WorkStatus>sample string 8</WorkStatus>
  <WorkStatusEndDate>2025-10-30T23:23:20.6182029-07:00</WorkStatusEndDate>
  <WorkStatusId>1</WorkStatusId>
  <WorkStatusIsOffRestOfShift>true</WorkStatusIsOffRestOfShift>
  <WorkStatusIsPendingMedicalRecords>true</WorkStatusIsPendingMedicalRecords>
  <WorkStatusStartDate>2025-10-30T23:23:20.6182029-07:00</WorkStatusStartDate>
  <WorkStatusValue>sample string 5</WorkStatusValue>
</AddendumDTO>
        application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfAddendumDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| isSuccess | boolean | None. | |
| message | string | None. | |
| jsonObj | AddendumDTO | None. | |
| totalCount | integer | None. | 
Response Formats
application/json, text/json
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "CaseNo": 2,
    "MedicalId": 3,
    "Note": "sample string 4",
    "WorkStatusId": 1,
    "WorkStatusValue": "sample string 5",
    "CaseClose": true,
    "CreatedUserName": "sample string 7",
    "WorkStatus": "sample string 8",
    "Sequence": 9,
    "CaseManagementTypeId": 1,
    "CaseType": "sample string 10",
    "DispositionTypeId": 1,
    "EncounterId": 11,
    "IsEncounterActive": true,
    "AddendumType": "sample string 13",
    "AddendumTypeId": 14,
    "FileName": "sample string 15",
    "FilePath": "sample string 16",
    "FileId": "sample string 17",
    "FileByteArray": "QEA=",
    "IsDocumentEdit": true,
    "RecordId": "7c5d5b3e-79b0-4850-a5da-f5cf2fc2f964",
    "DispostionId": 1,
    "DispostionNote": "sample string 19",
    "FOLDate": "2025-10-30T23:23:20.7775312-07:00",
    "CustomFOLStartTime": "sample string 20",
    "FOLStartTime": "00:00:00.1234567",
    "CustomFOLEndTime": "sample string 21",
    "FOLEndTime": "00:00:00.1234567",
    "TelephonicFollowupId": 1,
    "CaseManagementTypeName": "sample string 22",
    "FacilityName": "sample string 23",
    "DoctorName": "sample string 24",
    "ReferralDate": "2025-10-30T23:23:20.7775312-07:00",
    "CustomReferralTime": "sample string 25",
    "ReferralTime": "00:00:00.1234567",
    "FacilityAddress1": "sample string 26",
    "FacilityAddress2": "sample string 27",
    "FacilityCity": "sample string 28",
    "FacilityState": "sample string 29",
    "FacilityStateName": "sample string 30",
    "FacilityZip": "sample string 31",
    "FacilityPhone": "sample string 32",
    "FacilityFax": "sample string 33",
    "DispositionPlan": "sample string 34",
    "Abbreviation": "sample string 35",
    "Review": 1,
    "ReviewNote": "sample string 36",
    "FacilityDoctorReviewId": 37,
    "FacilityDoctorId": 1,
    "FacilityCode": "sample string 38",
    "AddendumDoctorName": "sample string 39",
    "AddendumFacilityDoctorId": 40,
    "PToPPhysicianId": 1,
    "PToPPhysicianName": "sample string 41",
    "ReferralTimeZone": 1,
    "ReferralTimeZoneName": "sample string 42",
    "MessageQueueId": 1,
    "PhysicianEmail": "sample string 43",
    "UserEmailId": "sample string 44",
    "OldPToPPhysicianId": 1,
    "OldPToPPhysicianEmail": "sample string 45",
    "IsReferralChanged": true,
    "InsuranceId": 1,
    "InsuranceName": "sample string 46",
    "ReferredById": 1,
    "ReferredByName": "sample string 47",
    "LevelOfCareId": 1,
    "LevelOfCareName": "sample string 48",
    "LevelOfCareList": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Sequence": 3,
        "PermissionCode": "sample string 4",
        "Rank": 5,
        "ListSubLevelOfCare": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "Sequence": 3,
            "LevelOfCareId": 4,
            "AnswerValue": 5,
            "EncounterId": 6,
            "AddendumId": 1,
            "ValidFlag": true,
            "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
            "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "Sequence": 3,
            "LevelOfCareId": 4,
            "AnswerValue": 5,
            "EncounterId": 6,
            "AddendumId": 1,
            "ValidFlag": true,
            "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
            "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          }
        ],
        "ValidFlag": true,
        "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
        "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Sequence": 3,
        "PermissionCode": "sample string 4",
        "Rank": 5,
        "ListSubLevelOfCare": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "Sequence": 3,
            "LevelOfCareId": 4,
            "AnswerValue": 5,
            "EncounterId": 6,
            "AddendumId": 1,
            "ValidFlag": true,
            "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
            "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "Sequence": 3,
            "LevelOfCareId": 4,
            "AnswerValue": 5,
            "EncounterId": 6,
            "AddendumId": 1,
            "ValidFlag": true,
            "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
            "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
            "UserIDCreated": 10,
            "UserIDUpdated": 11,
            "CompanyCode": "sample string 12",
            "IsExcludeDiscount": true
          }
        ],
        "ValidFlag": true,
        "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
        "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      }
    ],
    "SubLevelOfCareList": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Sequence": 3,
        "LevelOfCareId": 4,
        "AnswerValue": 5,
        "EncounterId": 6,
        "AddendumId": 1,
        "ValidFlag": true,
        "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
        "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
        "UserIDCreated": 10,
        "UserIDUpdated": 11,
        "CompanyCode": "sample string 12",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Sequence": 3,
        "LevelOfCareId": 4,
        "AnswerValue": 5,
        "EncounterId": 6,
        "AddendumId": 1,
        "ValidFlag": true,
        "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
        "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
        "UserIDCreated": 10,
        "UserIDUpdated": 11,
        "CompanyCode": "sample string 12",
        "IsExcludeDiscount": true
      }
    ],
    "PToPPhysicianNote": "sample string 49",
    "ReferredByValue": "sample string 50",
    "ReasonForDelete": "sample string 51",
    "COSFormModifiedDutyDTO": {
      "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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
          "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
          "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
          "UserIDCreated": 11,
          "UserIDUpdated": 12,
          "CompanyCode": "sample string 13",
          "IsExcludeDiscount": true
        }
      ],
      "COSFormId": 1
    },
    "COSFormWorkStatusOffWorkDTO": {
      "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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
          "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
              "DateUpdated": "2025-10-30T23:23:20.7775312-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": "2025-10-30T23:23:20.7775312-07:00",
          "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
          "UserIDCreated": 11,
          "UserIDUpdated": 12,
          "CompanyCode": "sample string 13",
          "IsExcludeDiscount": true
        }
      ],
      "COSFormId": 1
    },
    "WorkStatusStartDate": "2025-10-30T23:23:20.7775312-07:00",
    "WorkStatusEndDate": "2025-10-30T23:23:20.7775312-07:00",
    "WorkStatusIsOffRestOfShift": true,
    "UrgencyId": 1,
    "UrgencyName": "sample string 52",
    "PreferredReferralId": 1,
    "PreferredReferralName": "sample string 53",
    "CloseByUserDisplayName": "sample string 54",
    "IsWorkStatusAvoidAggravation": true,
    "WorkStatusIsPendingMedicalRecords": true,
    "UrgencyExactDate": "2025-10-30T23:23:20.7775312-07:00",
    "UrgencyExactTime": "00:00:00.1234567",
    "IsAddendum": true,
    "ValidFlag": true,
    "DateCreated": "2025-10-30T23:23:20.7775312-07:00",
    "DateUpdated": "2025-10-30T23:23:20.7775312-07:00",
    "UserIDCreated": 58,
    "UserIDUpdated": 59,
    "CompanyCode": "sample string 60",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}
        application/xml, text/xml
<AsapResponseOfAddendumDTO3NYuOdgi 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.BL">
    <d2p1:CompanyCode>sample string 60</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>58</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>59</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:Abbreviation>sample string 35</d2p1:Abbreviation>
    <d2p1:AddendumDoctorName>sample string 39</d2p1:AddendumDoctorName>
    <d2p1:AddendumFacilityDoctorId>40</d2p1:AddendumFacilityDoctorId>
    <d2p1:AddendumType>sample string 13</d2p1:AddendumType>
    <d2p1:AddendumTypeId>14</d2p1:AddendumTypeId>
    <d2p1:COSFormModifiedDutyDTO>
      <d2p1:COSFormEncounterObj>
        <d2p1:CaseNo>3</d2p1:CaseNo>
        <d2p1:EmployeeId>sample string 4</d2p1:EmployeeId>
        <d2p1:EncounterId>1</d2p1:EncounterId>
        <d2p1:EntityId>2</d2p1:EntityId>
      </d2p1:COSFormEncounterObj>
      <d2p1:COSFormId>1</d2p1:COSFormId>
      <d2p1:COSFormQuestionList>
        <d2p1:COSFormQuestionDTO>
          <d2p1:CompanyCode>sample string 13</d2p1:CompanyCode>
          <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
          <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
          <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
          <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
          <d2p1:ValidFlag>true</d2p1:ValidFlag>
          <d2p1:COSFormOptionList>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
          </d2p1:COSFormOptionList>
          <d2p1:COSFormTypeId>5</d2p1:COSFormTypeId>
          <d2p1:CaseOutComeType>sample string 4</d2p1:CaseOutComeType>
          <d2p1:CaseOutComeTypeId>1</d2p1:CaseOutComeTypeId>
          <d2p1:Form>sample string 6</d2p1:Form>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:OptionCount>7</d2p1:OptionCount>
          <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
          <d2p1:QuestionType>3</d2p1:QuestionType>
        </d2p1:COSFormQuestionDTO>
        <d2p1:COSFormQuestionDTO>
          <d2p1:CompanyCode>sample string 13</d2p1:CompanyCode>
          <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
          <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
          <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
          <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
          <d2p1:ValidFlag>true</d2p1:ValidFlag>
          <d2p1:COSFormOptionList>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
          </d2p1:COSFormOptionList>
          <d2p1:COSFormTypeId>5</d2p1:COSFormTypeId>
          <d2p1:CaseOutComeType>sample string 4</d2p1:CaseOutComeType>
          <d2p1:CaseOutComeTypeId>1</d2p1:CaseOutComeTypeId>
          <d2p1:Form>sample string 6</d2p1:Form>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:OptionCount>7</d2p1:OptionCount>
          <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
          <d2p1:QuestionType>3</d2p1:QuestionType>
        </d2p1:COSFormQuestionDTO>
      </d2p1:COSFormQuestionList>
    </d2p1:COSFormModifiedDutyDTO>
    <d2p1:COSFormWorkStatusOffWorkDTO>
      <d2p1:COSFormEncounterObj>
        <d2p1:CaseNo>3</d2p1:CaseNo>
        <d2p1:EmployeeId>sample string 4</d2p1:EmployeeId>
        <d2p1:EncounterId>1</d2p1:EncounterId>
        <d2p1:EntityId>2</d2p1:EntityId>
      </d2p1:COSFormEncounterObj>
      <d2p1:COSFormId>1</d2p1:COSFormId>
      <d2p1:COSFormQuestionList>
        <d2p1:COSFormQuestionDTO>
          <d2p1:CompanyCode>sample string 13</d2p1:CompanyCode>
          <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
          <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
          <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
          <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
          <d2p1:ValidFlag>true</d2p1:ValidFlag>
          <d2p1:COSFormOptionList>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
          </d2p1:COSFormOptionList>
          <d2p1:COSFormTypeId>5</d2p1:COSFormTypeId>
          <d2p1:CaseOutComeType>sample string 4</d2p1:CaseOutComeType>
          <d2p1:CaseOutComeTypeId>1</d2p1:CaseOutComeTypeId>
          <d2p1:Form>sample string 6</d2p1:Form>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:OptionCount>7</d2p1:OptionCount>
          <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
          <d2p1:QuestionType>3</d2p1:QuestionType>
        </d2p1:COSFormQuestionDTO>
        <d2p1:COSFormQuestionDTO>
          <d2p1:CompanyCode>sample string 13</d2p1:CompanyCode>
          <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
          <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
          <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
          <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
          <d2p1:ValidFlag>true</d2p1:ValidFlag>
          <d2p1:COSFormOptionList>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
            <d2p1:COSFormOptionDTO>
              <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
              <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
              <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
              <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
              <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
              <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
              <d2p1:ValidFlag>true</d2p1:ValidFlag>
              <d2p1:AnswerDetail>sample string 6</d2p1:AnswerDetail>
              <d2p1:AnswerValue>1</d2p1:AnswerValue>
              <d2p1:COSFormId>1</d2p1:COSFormId>
              <d2p1:COSQuestionId>3</d2p1:COSQuestionId>
              <d2p1:Id>1</d2p1:Id>
              <d2p1:Name>sample string 2</d2p1:Name>
              <d2p1:NeedMoreInfo>true</d2p1:NeedMoreInfo>
              <d2p1:ParentId>1</d2p1:ParentId>
              <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
              <d2p1:QuestionName>sample string 5</d2p1:QuestionName>
            </d2p1:COSFormOptionDTO>
          </d2p1:COSFormOptionList>
          <d2p1:COSFormTypeId>5</d2p1:COSFormTypeId>
          <d2p1:CaseOutComeType>sample string 4</d2p1:CaseOutComeType>
          <d2p1:CaseOutComeTypeId>1</d2p1:CaseOutComeTypeId>
          <d2p1:Form>sample string 6</d2p1:Form>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:OptionCount>7</d2p1:OptionCount>
          <d2p1:ParentLevel1>1</d2p1:ParentLevel1>
          <d2p1:QuestionType>3</d2p1:QuestionType>
        </d2p1:COSFormQuestionDTO>
      </d2p1:COSFormQuestionList>
    </d2p1:COSFormWorkStatusOffWorkDTO>
    <d2p1:CaseClose>true</d2p1:CaseClose>
    <d2p1:CaseManagementTypeId>1</d2p1:CaseManagementTypeId>
    <d2p1:CaseManagementTypeName>sample string 22</d2p1:CaseManagementTypeName>
    <d2p1:CaseNo>2</d2p1:CaseNo>
    <d2p1:CaseType>sample string 10</d2p1:CaseType>
    <d2p1:CloseByUserDisplayName>sample string 54</d2p1:CloseByUserDisplayName>
    <d2p1:CreatedUserName>sample string 7</d2p1:CreatedUserName>
    <d2p1:CustomFOLEndTime>sample string 21</d2p1:CustomFOLEndTime>
    <d2p1:CustomFOLStartTime>sample string 20</d2p1:CustomFOLStartTime>
    <d2p1:CustomReferralTime>sample string 25</d2p1:CustomReferralTime>
    <d2p1:DispositionPlan>sample string 34</d2p1:DispositionPlan>
    <d2p1:DispositionTypeId>1</d2p1:DispositionTypeId>
    <d2p1:DispostionId>1</d2p1:DispostionId>
    <d2p1:DispostionNote>sample string 19</d2p1:DispostionNote>
    <d2p1:DoctorName>sample string 24</d2p1:DoctorName>
    <d2p1:EncounterId>11</d2p1:EncounterId>
    <d2p1:FOLDate>2025-10-30T23:23:20.7775312-07:00</d2p1:FOLDate>
    <d2p1:FOLEndTime>PT0.1234567S</d2p1:FOLEndTime>
    <d2p1:FOLStartTime>PT0.1234567S</d2p1:FOLStartTime>
    <d2p1:FacilityAddress1>sample string 26</d2p1:FacilityAddress1>
    <d2p1:FacilityAddress2>sample string 27</d2p1:FacilityAddress2>
    <d2p1:FacilityCity>sample string 28</d2p1:FacilityCity>
    <d2p1:FacilityCode>sample string 38</d2p1:FacilityCode>
    <d2p1:FacilityDoctorId>1</d2p1:FacilityDoctorId>
    <d2p1:FacilityDoctorReviewId>37</d2p1:FacilityDoctorReviewId>
    <d2p1:FacilityFax>sample string 33</d2p1:FacilityFax>
    <d2p1:FacilityName>sample string 23</d2p1:FacilityName>
    <d2p1:FacilityPhone>sample string 32</d2p1:FacilityPhone>
    <d2p1:FacilityState>sample string 29</d2p1:FacilityState>
    <d2p1:FacilityStateName>sample string 30</d2p1:FacilityStateName>
    <d2p1:FacilityZip>sample string 31</d2p1:FacilityZip>
    <d2p1:FileByteArray>QEA=</d2p1:FileByteArray>
    <d2p1:FileId>sample string 17</d2p1:FileId>
    <d2p1:FileName>sample string 15</d2p1:FileName>
    <d2p1:FilePath>sample string 16</d2p1:FilePath>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:InsuranceId>1</d2p1:InsuranceId>
    <d2p1:InsuranceName>sample string 46</d2p1:InsuranceName>
    <d2p1:IsAddendum>true</d2p1:IsAddendum>
    <d2p1:IsDocumentEdit>true</d2p1:IsDocumentEdit>
    <d2p1:IsEncounterActive>true</d2p1:IsEncounterActive>
    <d2p1:IsReferralChanged>true</d2p1:IsReferralChanged>
    <d2p1:IsWorkStatusAvoidAggravation>true</d2p1:IsWorkStatusAvoidAggravation>
    <d2p1:LevelOfCareId>1</d2p1:LevelOfCareId>
    <d2p1:LevelOfCareList>
      <d2p1:LevelOfCareDTO>
        <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>9</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>10</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:ListSubLevelOfCare>
          <d2p1:SubLevelOfCareDTO>
            <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
            <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
            <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
            <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
            <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
            <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
            <d2p1:ValidFlag>true</d2p1:ValidFlag>
            <d2p1:AddendumId>1</d2p1:AddendumId>
            <d2p1:AnswerValue>5</d2p1:AnswerValue>
            <d2p1:EncounterId>6</d2p1:EncounterId>
            <d2p1:Id>1</d2p1:Id>
            <d2p1:LevelOfCareId>4</d2p1:LevelOfCareId>
            <d2p1:Name>sample string 2</d2p1:Name>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:SubLevelOfCareDTO>
          <d2p1:SubLevelOfCareDTO>
            <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
            <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
            <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
            <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
            <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
            <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
            <d2p1:ValidFlag>true</d2p1:ValidFlag>
            <d2p1:AddendumId>1</d2p1:AddendumId>
            <d2p1:AnswerValue>5</d2p1:AnswerValue>
            <d2p1:EncounterId>6</d2p1:EncounterId>
            <d2p1:Id>1</d2p1:Id>
            <d2p1:LevelOfCareId>4</d2p1:LevelOfCareId>
            <d2p1:Name>sample string 2</d2p1:Name>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:SubLevelOfCareDTO>
        </d2p1:ListSubLevelOfCare>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:PermissionCode>sample string 4</d2p1:PermissionCode>
        <d2p1:Rank>5</d2p1:Rank>
        <d2p1:Sequence>3</d2p1:Sequence>
      </d2p1:LevelOfCareDTO>
      <d2p1:LevelOfCareDTO>
        <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>9</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>10</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:ListSubLevelOfCare>
          <d2p1:SubLevelOfCareDTO>
            <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
            <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
            <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
            <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
            <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
            <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
            <d2p1:ValidFlag>true</d2p1:ValidFlag>
            <d2p1:AddendumId>1</d2p1:AddendumId>
            <d2p1:AnswerValue>5</d2p1:AnswerValue>
            <d2p1:EncounterId>6</d2p1:EncounterId>
            <d2p1:Id>1</d2p1:Id>
            <d2p1:LevelOfCareId>4</d2p1:LevelOfCareId>
            <d2p1:Name>sample string 2</d2p1:Name>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:SubLevelOfCareDTO>
          <d2p1:SubLevelOfCareDTO>
            <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
            <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
            <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
            <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
            <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
            <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
            <d2p1:ValidFlag>true</d2p1:ValidFlag>
            <d2p1:AddendumId>1</d2p1:AddendumId>
            <d2p1:AnswerValue>5</d2p1:AnswerValue>
            <d2p1:EncounterId>6</d2p1:EncounterId>
            <d2p1:Id>1</d2p1:Id>
            <d2p1:LevelOfCareId>4</d2p1:LevelOfCareId>
            <d2p1:Name>sample string 2</d2p1:Name>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:SubLevelOfCareDTO>
        </d2p1:ListSubLevelOfCare>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:PermissionCode>sample string 4</d2p1:PermissionCode>
        <d2p1:Rank>5</d2p1:Rank>
        <d2p1:Sequence>3</d2p1:Sequence>
      </d2p1:LevelOfCareDTO>
    </d2p1:LevelOfCareList>
    <d2p1:LevelOfCareName>sample string 48</d2p1:LevelOfCareName>
    <d2p1:MedicalId>3</d2p1:MedicalId>
    <d2p1:MessageQueueId>1</d2p1:MessageQueueId>
    <d2p1:Note>sample string 4</d2p1:Note>
    <d2p1:OldPToPPhysicianEmail>sample string 45</d2p1:OldPToPPhysicianEmail>
    <d2p1:OldPToPPhysicianId>1</d2p1:OldPToPPhysicianId>
    <d2p1:PToPPhysicianId>1</d2p1:PToPPhysicianId>
    <d2p1:PToPPhysicianName>sample string 41</d2p1:PToPPhysicianName>
    <d2p1:PToPPhysicianNote>sample string 49</d2p1:PToPPhysicianNote>
    <d2p1:PhysicianEmail>sample string 43</d2p1:PhysicianEmail>
    <d2p1:PreferredReferralId>1</d2p1:PreferredReferralId>
    <d2p1:PreferredReferralName>sample string 53</d2p1:PreferredReferralName>
    <d2p1:ReasonForDelete>sample string 51</d2p1:ReasonForDelete>
    <d2p1:RecordId>7c5d5b3e-79b0-4850-a5da-f5cf2fc2f964</d2p1:RecordId>
    <d2p1:ReferralDate>2025-10-30T23:23:20.7775312-07:00</d2p1:ReferralDate>
    <d2p1:ReferralTime>PT0.1234567S</d2p1:ReferralTime>
    <d2p1:ReferralTimeZone>1</d2p1:ReferralTimeZone>
    <d2p1:ReferralTimeZoneName>sample string 42</d2p1:ReferralTimeZoneName>
    <d2p1:ReferredById>1</d2p1:ReferredById>
    <d2p1:ReferredByName>sample string 47</d2p1:ReferredByName>
    <d2p1:ReferredByValue>sample string 50</d2p1:ReferredByValue>
    <d2p1:Review>1</d2p1:Review>
    <d2p1:ReviewNote>sample string 36</d2p1:ReviewNote>
    <d2p1:Sequence>9</d2p1:Sequence>
    <d2p1:SubLevelOfCareList>
      <d2p1:SubLevelOfCareDTO>
        <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:AddendumId>1</d2p1:AddendumId>
        <d2p1:AnswerValue>5</d2p1:AnswerValue>
        <d2p1:EncounterId>6</d2p1:EncounterId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:LevelOfCareId>4</d2p1:LevelOfCareId>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:Sequence>3</d2p1:Sequence>
      </d2p1:SubLevelOfCareDTO>
      <d2p1:SubLevelOfCareDTO>
        <d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-10-30T23:23:20.7775312-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>10</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:AddendumId>1</d2p1:AddendumId>
        <d2p1:AnswerValue>5</d2p1:AnswerValue>
        <d2p1:EncounterId>6</d2p1:EncounterId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:LevelOfCareId>4</d2p1:LevelOfCareId>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:Sequence>3</d2p1:Sequence>
      </d2p1:SubLevelOfCareDTO>
    </d2p1:SubLevelOfCareList>
    <d2p1:TelephonicFollowupId>1</d2p1:TelephonicFollowupId>
    <d2p1:UrgencyExactDate>2025-10-30T23:23:20.7775312-07:00</d2p1:UrgencyExactDate>
    <d2p1:UrgencyExactTime>PT0.1234567S</d2p1:UrgencyExactTime>
    <d2p1:UrgencyId>1</d2p1:UrgencyId>
    <d2p1:UrgencyName>sample string 52</d2p1:UrgencyName>
    <d2p1:UserEmailId>sample string 44</d2p1:UserEmailId>
    <d2p1:WorkStatus>sample string 8</d2p1:WorkStatus>
    <d2p1:WorkStatusEndDate>2025-10-30T23:23:20.7775312-07:00</d2p1:WorkStatusEndDate>
    <d2p1:WorkStatusId>1</d2p1:WorkStatusId>
    <d2p1:WorkStatusIsOffRestOfShift>true</d2p1:WorkStatusIsOffRestOfShift>
    <d2p1:WorkStatusIsPendingMedicalRecords>true</d2p1:WorkStatusIsPendingMedicalRecords>
    <d2p1:WorkStatusStartDate>2025-10-30T23:23:20.7775312-07:00</d2p1:WorkStatusStartDate>
    <d2p1:WorkStatusValue>sample string 5</d2p1:WorkStatusValue>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfAddendumDTO3NYuOdgi>