POST api/NTNonInjury/SaveClinicalPathway

Request Information

URI Parameters

None.

Body Parameters

ClinicalPathwayDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CaseNo

integer

None.

ComponentType

integer

None.

CaseCategory

integer

None.

ScheduleDate

date

None.

ScheduleStartTime

time interval

None.

ScheduleEndTime

time interval

None.

ScheduleTimeZoneId

integer

None.

Status

integer

None.

Scheduled

boolean

None.

OpenDate

date

None.

CloseDate

date

None.

TimeZoneAbbreviation

string

String length: inclusive between 0 and 100

ClinicalPathawayName

string

String length: inclusive between 0 and 100

JobConditioningPathwayId

integer

None.

OtherConsultedCliniciansId

integer

None.

InteractionType

integer

None.

OnsiteId

integer

None.

TelemedicineId

integer

None.

OnsiteSubServiceId

integer

None.

InteractionTypeName

string

String length: inclusive between 0 and 50

ReasonForDelete

string

String length: inclusive between 0 and 500

IsSendNotification

boolean

None.

IsTextNotification

boolean

None.

IsFollowup

boolean

None.

IsModality

boolean

None.

ClinicalPathwayTypeName

string

String length: inclusive between 0 and 100

Sequence

integer

None.

EccCaseTypeId

integer

None.

lstCPWAddendum

Collection of CPWAddendumDTO

None.

CallBackNumber

string

String length: inclusive between 0 and 20

ScheduleEndDate

date

None.

IsNextDayScheduled

boolean

None.

LocalDateTime

date

None.

isExpand

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

Sample:
{
  "Id": 1,
  "CaseNo": 2,
  "ComponentType": 3,
  "CaseCategory": 4,
  "ScheduleDate": "2025-04-03T19:24:15.0135172-07:00",
  "ScheduleStartTime": "00:00:00.1234567",
  "ScheduleEndTime": "00:00:00.1234567",
  "ScheduleTimeZoneId": 1,
  "Status": 5,
  "Scheduled": true,
  "OpenDate": "2025-04-03T19:24:15.0135172-07:00",
  "CloseDate": "2025-04-03T19:24:15.0135172-07:00",
  "TimeZoneAbbreviation": "sample string 7",
  "ClinicalPathawayName": "sample string 8",
  "JobConditioningPathwayId": 1,
  "OtherConsultedCliniciansId": 1,
  "InteractionType": 1,
  "OnsiteId": 1,
  "TelemedicineId": 1,
  "OnsiteSubServiceId": 1,
  "InteractionTypeName": "sample string 9",
  "ReasonForDelete": "sample string 10",
  "IsSendNotification": true,
  "IsTextNotification": true,
  "IsFollowup": true,
  "IsModality": true,
  "ClinicalPathwayTypeName": "sample string 13",
  "Sequence": 14,
  "EccCaseTypeId": 15,
  "lstCPWAddendum": [
    {
      "Id": 1,
      "AddendumTypeId": 2,
      "ClinicalPathwayId": 3,
      "CaseNo": 4,
      "AddendumNote": "sample string 5",
      "ReasonForDelete": "sample string 6",
      "AddendumType": "sample string 7",
      "UserEmailId": "sample string 8",
      "CreatedUserName": "sample string 9",
      "RecordId": "c296f4a4-65a9-42a7-955e-31c76e075aef",
      "FileName": "sample string 10",
      "IsDocumentEdit": true,
      "FileId": "sample string 12",
      "FilePath": "sample string 13",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:24:15.0135172-07:00",
      "DateUpdated": "2025-04-03T19:24:15.0135172-07:00",
      "UserIDCreated": 17,
      "UserIDUpdated": 18,
      "CompanyCode": "sample string 19",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "AddendumTypeId": 2,
      "ClinicalPathwayId": 3,
      "CaseNo": 4,
      "AddendumNote": "sample string 5",
      "ReasonForDelete": "sample string 6",
      "AddendumType": "sample string 7",
      "UserEmailId": "sample string 8",
      "CreatedUserName": "sample string 9",
      "RecordId": "c296f4a4-65a9-42a7-955e-31c76e075aef",
      "FileName": "sample string 10",
      "IsDocumentEdit": true,
      "FileId": "sample string 12",
      "FilePath": "sample string 13",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:24:15.0135172-07:00",
      "DateUpdated": "2025-04-03T19:24:15.0135172-07:00",
      "UserIDCreated": 17,
      "UserIDUpdated": 18,
      "CompanyCode": "sample string 19",
      "IsExcludeDiscount": true
    }
  ],
  "CallBackNumber": "sample string 16",
  "ScheduleEndDate": "2025-04-03T19:24:15.0135172-07:00",
  "IsNextDayScheduled": true,
  "LocalDateTime": "2025-04-03T19:24:15.0135172-07:00",
  "isExpand": true,
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:24:15.0135172-07:00",
  "DateUpdated": "2025-04-03T19:24:15.0135172-07:00",
  "UserIDCreated": 22,
  "UserIDUpdated": 23,
  "CompanyCode": "sample string 24",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<ClinicalPathwayDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage">
  <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 24</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:15.0135172-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:15.0135172-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">22</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">23</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <CallBackNumber>sample string 16</CallBackNumber>
  <CaseCategory>4</CaseCategory>
  <CaseNo>2</CaseNo>
  <ClinicalPathawayName>sample string 8</ClinicalPathawayName>
  <ClinicalPathwayTypeName>sample string 13</ClinicalPathwayTypeName>
  <CloseDate>2025-04-03T19:24:15.0135172-07:00</CloseDate>
  <ComponentType>3</ComponentType>
  <EccCaseTypeId>15</EccCaseTypeId>
  <Id>1</Id>
  <InteractionType>1</InteractionType>
  <InteractionTypeName>sample string 9</InteractionTypeName>
  <IsFollowup>true</IsFollowup>
  <IsModality>true</IsModality>
  <IsNextDayScheduled>true</IsNextDayScheduled>
  <IsSendNotification>true</IsSendNotification>
  <IsTextNotification>true</IsTextNotification>
  <JobConditioningPathwayId>1</JobConditioningPathwayId>
  <LocalDateTime>2025-04-03T19:24:15.0135172-07:00</LocalDateTime>
  <OnsiteId>1</OnsiteId>
  <OnsiteSubServiceId>1</OnsiteSubServiceId>
  <OpenDate>2025-04-03T19:24:15.0135172-07:00</OpenDate>
  <OtherConsultedCliniciansId>1</OtherConsultedCliniciansId>
  <ReasonForDelete>sample string 10</ReasonForDelete>
  <ScheduleDate>2025-04-03T19:24:15.0135172-07:00</ScheduleDate>
  <ScheduleEndDate>2025-04-03T19:24:15.0135172-07:00</ScheduleEndDate>
  <ScheduleEndTime>PT0.1234567S</ScheduleEndTime>
  <ScheduleStartTime>PT0.1234567S</ScheduleStartTime>
  <ScheduleTimeZoneId>1</ScheduleTimeZoneId>
  <Scheduled>true</Scheduled>
  <Sequence>14</Sequence>
  <Status>5</Status>
  <TelemedicineId>1</TelemedicineId>
  <TimeZoneAbbreviation>sample string 7</TimeZoneAbbreviation>
  <isExpand>true</isExpand>
  <lstCPWAddendum xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:CPWAddendumDTO>
      <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:24:15.0135172-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:24:15.0135172-07:00</d2p1:DateUpdated>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:UserIDCreated>17</d2p1:UserIDCreated>
      <d2p1:UserIDUpdated>18</d2p1:UserIDUpdated>
      <d2p1:ValidFlag>true</d2p1:ValidFlag>
      <d2p1:AddendumNote>sample string 5</d2p1:AddendumNote>
      <d2p1:AddendumType>sample string 7</d2p1:AddendumType>
      <d2p1:AddendumTypeId>2</d2p1:AddendumTypeId>
      <d2p1:CaseNo>4</d2p1:CaseNo>
      <d2p1:ClinicalPathwayId>3</d2p1:ClinicalPathwayId>
      <d2p1:CreatedUserName>sample string 9</d2p1:CreatedUserName>
      <d2p1:FileId>sample string 12</d2p1:FileId>
      <d2p1:FileName>sample string 10</d2p1:FileName>
      <d2p1:FilePath>sample string 13</d2p1:FilePath>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsDocumentEdit>true</d2p1:IsDocumentEdit>
      <d2p1:ReasonForDelete>sample string 6</d2p1:ReasonForDelete>
      <d2p1:RecordId>c296f4a4-65a9-42a7-955e-31c76e075aef</d2p1:RecordId>
      <d2p1:UserEmailId>sample string 8</d2p1:UserEmailId>
    </d2p1:CPWAddendumDTO>
    <d2p1:CPWAddendumDTO>
      <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:24:15.0135172-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:24:15.0135172-07:00</d2p1:DateUpdated>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:UserIDCreated>17</d2p1:UserIDCreated>
      <d2p1:UserIDUpdated>18</d2p1:UserIDUpdated>
      <d2p1:ValidFlag>true</d2p1:ValidFlag>
      <d2p1:AddendumNote>sample string 5</d2p1:AddendumNote>
      <d2p1:AddendumType>sample string 7</d2p1:AddendumType>
      <d2p1:AddendumTypeId>2</d2p1:AddendumTypeId>
      <d2p1:CaseNo>4</d2p1:CaseNo>
      <d2p1:ClinicalPathwayId>3</d2p1:ClinicalPathwayId>
      <d2p1:CreatedUserName>sample string 9</d2p1:CreatedUserName>
      <d2p1:FileId>sample string 12</d2p1:FileId>
      <d2p1:FileName>sample string 10</d2p1:FileName>
      <d2p1:FilePath>sample string 13</d2p1:FilePath>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsDocumentEdit>true</d2p1:IsDocumentEdit>
      <d2p1:ReasonForDelete>sample string 6</d2p1:ReasonForDelete>
      <d2p1:RecordId>c296f4a4-65a9-42a7-955e-31c76e075aef</d2p1:RecordId>
      <d2p1:UserEmailId>sample string 8</d2p1:UserEmailId>
    </d2p1:CPWAddendumDTO>
  </lstCPWAddendum>
</ClinicalPathwayDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfClinicalPathwayDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

ClinicalPathwayDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "CaseNo": 2,
    "ComponentType": 3,
    "CaseCategory": 4,
    "ScheduleDate": "2025-04-03T19:24:15.1009607-07:00",
    "ScheduleStartTime": "00:00:00.1234567",
    "ScheduleEndTime": "00:00:00.1234567",
    "ScheduleTimeZoneId": 1,
    "Status": 5,
    "Scheduled": true,
    "OpenDate": "2025-04-03T19:24:15.1009607-07:00",
    "CloseDate": "2025-04-03T19:24:15.1009607-07:00",
    "TimeZoneAbbreviation": "sample string 7",
    "ClinicalPathawayName": "sample string 8",
    "JobConditioningPathwayId": 1,
    "OtherConsultedCliniciansId": 1,
    "InteractionType": 1,
    "OnsiteId": 1,
    "TelemedicineId": 1,
    "OnsiteSubServiceId": 1,
    "InteractionTypeName": "sample string 9",
    "ReasonForDelete": "sample string 10",
    "IsSendNotification": true,
    "IsTextNotification": true,
    "IsFollowup": true,
    "IsModality": true,
    "ClinicalPathwayTypeName": "sample string 13",
    "Sequence": 14,
    "EccCaseTypeId": 15,
    "lstCPWAddendum": [
      {
        "Id": 1,
        "AddendumTypeId": 2,
        "ClinicalPathwayId": 3,
        "CaseNo": 4,
        "AddendumNote": "sample string 5",
        "ReasonForDelete": "sample string 6",
        "AddendumType": "sample string 7",
        "UserEmailId": "sample string 8",
        "CreatedUserName": "sample string 9",
        "RecordId": "a83298b6-8cbf-4cd9-8b4d-77635e5fcdea",
        "FileName": "sample string 10",
        "IsDocumentEdit": true,
        "FileId": "sample string 12",
        "FilePath": "sample string 13",
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:24:15.1009607-07:00",
        "DateUpdated": "2025-04-03T19:24:15.1009607-07:00",
        "UserIDCreated": 17,
        "UserIDUpdated": 18,
        "CompanyCode": "sample string 19",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "AddendumTypeId": 2,
        "ClinicalPathwayId": 3,
        "CaseNo": 4,
        "AddendumNote": "sample string 5",
        "ReasonForDelete": "sample string 6",
        "AddendumType": "sample string 7",
        "UserEmailId": "sample string 8",
        "CreatedUserName": "sample string 9",
        "RecordId": "a83298b6-8cbf-4cd9-8b4d-77635e5fcdea",
        "FileName": "sample string 10",
        "IsDocumentEdit": true,
        "FileId": "sample string 12",
        "FilePath": "sample string 13",
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:24:15.1009607-07:00",
        "DateUpdated": "2025-04-03T19:24:15.1009607-07:00",
        "UserIDCreated": 17,
        "UserIDUpdated": 18,
        "CompanyCode": "sample string 19",
        "IsExcludeDiscount": true
      }
    ],
    "CallBackNumber": "sample string 16",
    "ScheduleEndDate": "2025-04-03T19:24:15.1009607-07:00",
    "IsNextDayScheduled": true,
    "LocalDateTime": "2025-04-03T19:24:15.1009607-07:00",
    "isExpand": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:24:15.1009607-07:00",
    "DateUpdated": "2025-04-03T19:24:15.1009607-07:00",
    "UserIDCreated": 22,
    "UserIDUpdated": 23,
    "CompanyCode": "sample string 24",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfClinicalPathwayDTOcrDnakHa 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">
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 24</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:15.1009607-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:24:15.1009607-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">22</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">23</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:CallBackNumber>sample string 16</d2p1:CallBackNumber>
    <d2p1:CaseCategory>4</d2p1:CaseCategory>
    <d2p1:CaseNo>2</d2p1:CaseNo>
    <d2p1:ClinicalPathawayName>sample string 8</d2p1:ClinicalPathawayName>
    <d2p1:ClinicalPathwayTypeName>sample string 13</d2p1:ClinicalPathwayTypeName>
    <d2p1:CloseDate>2025-04-03T19:24:15.1009607-07:00</d2p1:CloseDate>
    <d2p1:ComponentType>3</d2p1:ComponentType>
    <d2p1:EccCaseTypeId>15</d2p1:EccCaseTypeId>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:InteractionType>1</d2p1:InteractionType>
    <d2p1:InteractionTypeName>sample string 9</d2p1:InteractionTypeName>
    <d2p1:IsFollowup>true</d2p1:IsFollowup>
    <d2p1:IsModality>true</d2p1:IsModality>
    <d2p1:IsNextDayScheduled>true</d2p1:IsNextDayScheduled>
    <d2p1:IsSendNotification>true</d2p1:IsSendNotification>
    <d2p1:IsTextNotification>true</d2p1:IsTextNotification>
    <d2p1:JobConditioningPathwayId>1</d2p1:JobConditioningPathwayId>
    <d2p1:LocalDateTime>2025-04-03T19:24:15.1009607-07:00</d2p1:LocalDateTime>
    <d2p1:OnsiteId>1</d2p1:OnsiteId>
    <d2p1:OnsiteSubServiceId>1</d2p1:OnsiteSubServiceId>
    <d2p1:OpenDate>2025-04-03T19:24:15.1009607-07:00</d2p1:OpenDate>
    <d2p1:OtherConsultedCliniciansId>1</d2p1:OtherConsultedCliniciansId>
    <d2p1:ReasonForDelete>sample string 10</d2p1:ReasonForDelete>
    <d2p1:ScheduleDate>2025-04-03T19:24:15.1009607-07:00</d2p1:ScheduleDate>
    <d2p1:ScheduleEndDate>2025-04-03T19:24:15.1009607-07:00</d2p1:ScheduleEndDate>
    <d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
    <d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
    <d2p1:ScheduleTimeZoneId>1</d2p1:ScheduleTimeZoneId>
    <d2p1:Scheduled>true</d2p1:Scheduled>
    <d2p1:Sequence>14</d2p1:Sequence>
    <d2p1:Status>5</d2p1:Status>
    <d2p1:TelemedicineId>1</d2p1:TelemedicineId>
    <d2p1:TimeZoneAbbreviation>sample string 7</d2p1:TimeZoneAbbreviation>
    <d2p1:isExpand>true</d2p1:isExpand>
    <d2p1:lstCPWAddendum xmlns:d3p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
      <d3p1:CPWAddendumDTO>
        <d3p1:CompanyCode>sample string 19</d3p1:CompanyCode>
        <d3p1:DateCreated>2025-04-03T19:24:15.1009607-07:00</d3p1:DateCreated>
        <d3p1:DateUpdated>2025-04-03T19:24:15.1009607-07:00</d3p1:DateUpdated>
        <d3p1:IsExcludeDiscount>true</d3p1:IsExcludeDiscount>
        <d3p1:UserIDCreated>17</d3p1:UserIDCreated>
        <d3p1:UserIDUpdated>18</d3p1:UserIDUpdated>
        <d3p1:ValidFlag>true</d3p1:ValidFlag>
        <d3p1:AddendumNote>sample string 5</d3p1:AddendumNote>
        <d3p1:AddendumType>sample string 7</d3p1:AddendumType>
        <d3p1:AddendumTypeId>2</d3p1:AddendumTypeId>
        <d3p1:CaseNo>4</d3p1:CaseNo>
        <d3p1:ClinicalPathwayId>3</d3p1:ClinicalPathwayId>
        <d3p1:CreatedUserName>sample string 9</d3p1:CreatedUserName>
        <d3p1:FileId>sample string 12</d3p1:FileId>
        <d3p1:FileName>sample string 10</d3p1:FileName>
        <d3p1:FilePath>sample string 13</d3p1:FilePath>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsDocumentEdit>true</d3p1:IsDocumentEdit>
        <d3p1:ReasonForDelete>sample string 6</d3p1:ReasonForDelete>
        <d3p1:RecordId>a83298b6-8cbf-4cd9-8b4d-77635e5fcdea</d3p1:RecordId>
        <d3p1:UserEmailId>sample string 8</d3p1:UserEmailId>
      </d3p1:CPWAddendumDTO>
      <d3p1:CPWAddendumDTO>
        <d3p1:CompanyCode>sample string 19</d3p1:CompanyCode>
        <d3p1:DateCreated>2025-04-03T19:24:15.1009607-07:00</d3p1:DateCreated>
        <d3p1:DateUpdated>2025-04-03T19:24:15.1009607-07:00</d3p1:DateUpdated>
        <d3p1:IsExcludeDiscount>true</d3p1:IsExcludeDiscount>
        <d3p1:UserIDCreated>17</d3p1:UserIDCreated>
        <d3p1:UserIDUpdated>18</d3p1:UserIDUpdated>
        <d3p1:ValidFlag>true</d3p1:ValidFlag>
        <d3p1:AddendumNote>sample string 5</d3p1:AddendumNote>
        <d3p1:AddendumType>sample string 7</d3p1:AddendumType>
        <d3p1:AddendumTypeId>2</d3p1:AddendumTypeId>
        <d3p1:CaseNo>4</d3p1:CaseNo>
        <d3p1:ClinicalPathwayId>3</d3p1:ClinicalPathwayId>
        <d3p1:CreatedUserName>sample string 9</d3p1:CreatedUserName>
        <d3p1:FileId>sample string 12</d3p1:FileId>
        <d3p1:FileName>sample string 10</d3p1:FileName>
        <d3p1:FilePath>sample string 13</d3p1:FilePath>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsDocumentEdit>true</d3p1:IsDocumentEdit>
        <d3p1:ReasonForDelete>sample string 6</d3p1:ReasonForDelete>
        <d3p1:RecordId>a83298b6-8cbf-4cd9-8b4d-77635e5fcdea</d3p1:RecordId>
        <d3p1:UserEmailId>sample string 8</d3p1:UserEmailId>
      </d3p1:CPWAddendumDTO>
    </d2p1:lstCPWAddendum>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfClinicalPathwayDTOcrDnakHa>