POST api/NTNonInjury/SaveCPWExpertOpinion

Request Information

URI Parameters

None.

Body Parameters

CPWExpertOpinionDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ClinicalPathwayId

integer

None.

ClientRequestor

string

String length: inclusive between 0 and 500

ExpertOpinionTypeId

integer

None.

ExpertOpinionTypeValue

string

String length: inclusive between 0 and 500

DateOfReview

date

None.

ReviewTime

time interval

None.

TimeZoneId

integer

None.

PhysicianId

integer

None.

Opinion

string

None.

EmployeeId

string

String length: inclusive between 0 and 12

ComponentType

integer

None.

CloseDate

date

None.

CloseByName

string

String length: inclusive between 0 and 100

Status

integer

None.

CaseNo

integer

None.

LastName

string

String length: inclusive between 0 and 60

FirstName

string

String length: inclusive between 0 and 60

CorporationCode

string

String length: inclusive between 0 and 20

CorporationName

string

String length: inclusive between 0 and 20

InteractionType

string

String length: inclusive between 0 and 50

OpenDate

date

None.

ExpertOpinionTypeName

string

String length: inclusive between 0 and 50

PhysicianName

string

String length: inclusive between 0 and 50

Abbreviation

string

String length: inclusive between 0 and 50

JobTitle

string

String length: inclusive between 0 and 200

CloseByFirstName

string

String length: inclusive between 0 and 100

CloseByLastName

string

String length: inclusive between 0 and 100

Outcome

integer

None.

InterpreterUsed

integer

None.

InterpreterReasonId

integer

None.

OtherInterpreterReason

string

String length: inclusive between 0 and 500

InterpreterId

string

None.

InterpreterName

string

None.

Note

string

String length: inclusive between 0 and 1000

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 20

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ClinicalPathwayId": 2,
  "ClientRequestor": "sample string 3",
  "ExpertOpinionTypeId": 1,
  "ExpertOpinionTypeValue": "sample string 4",
  "DateOfReview": "2025-04-03T19:28:41.1336291-07:00",
  "ReviewTime": "00:00:00.1234567",
  "TimeZoneId": 1,
  "PhysicianId": 1,
  "Opinion": "sample string 5",
  "EmployeeId": "sample string 6",
  "ComponentType": 7,
  "CloseDate": "2025-04-03T19:28:41.1336291-07:00",
  "CloseByName": "sample string 8",
  "Status": 9,
  "CaseNo": 10,
  "LastName": "sample string 11",
  "FirstName": "sample string 12",
  "CorporationCode": "sample string 13",
  "CorporationName": "sample string 14",
  "InteractionType": "sample string 15",
  "OpenDate": "2025-04-03T19:28:41.1336291-07:00",
  "ExpertOpinionTypeName": "sample string 16",
  "PhysicianName": "sample string 17",
  "Abbreviation": "sample string 18",
  "JobTitle": "sample string 19",
  "CloseByFirstName": "sample string 20",
  "CloseByLastName": "sample string 21",
  "Outcome": 1,
  "InterpreterUsed": 1,
  "InterpreterReasonId": 1,
  "OtherInterpreterReason": "sample string 22",
  "InterpreterId": "sample string 23",
  "InterpreterName": "sample string 24",
  "Note": "sample string 25",
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:28:41.1336291-07:00",
  "DateUpdated": "2025-04-03T19:28:41.1336291-07:00",
  "UserIDCreated": 29,
  "UserIDUpdated": 30,
  "CompanyCode": "sample string 31",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<CPWExpertOpinionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury">
  <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 31</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:28:41.1336291-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:28:41.1336291-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">29</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">30</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <Abbreviation>sample string 18</Abbreviation>
  <CaseNo>10</CaseNo>
  <ClientRequestor>sample string 3</ClientRequestor>
  <ClinicalPathwayId>2</ClinicalPathwayId>
  <CloseByFirstName>sample string 20</CloseByFirstName>
  <CloseByLastName>sample string 21</CloseByLastName>
  <CloseByName>sample string 8</CloseByName>
  <CloseDate>2025-04-03T19:28:41.1336291-07:00</CloseDate>
  <ComponentType>7</ComponentType>
  <CorporationCode>sample string 13</CorporationCode>
  <CorporationName>sample string 14</CorporationName>
  <DateOfReview>2025-04-03T19:28:41.1336291-07:00</DateOfReview>
  <EmployeeId>sample string 6</EmployeeId>
  <ExpertOpinionTypeId>1</ExpertOpinionTypeId>
  <ExpertOpinionTypeName>sample string 16</ExpertOpinionTypeName>
  <ExpertOpinionTypeValue>sample string 4</ExpertOpinionTypeValue>
  <FirstName>sample string 12</FirstName>
  <Id>1</Id>
  <InteractionType>sample string 15</InteractionType>
  <InterpreterId>sample string 23</InterpreterId>
  <InterpreterName>sample string 24</InterpreterName>
  <InterpreterReasonId>1</InterpreterReasonId>
  <InterpreterUsed>1</InterpreterUsed>
  <JobTitle>sample string 19</JobTitle>
  <LastName>sample string 11</LastName>
  <Note>sample string 25</Note>
  <OpenDate>2025-04-03T19:28:41.1336291-07:00</OpenDate>
  <Opinion>sample string 5</Opinion>
  <OtherInterpreterReason>sample string 22</OtherInterpreterReason>
  <Outcome>1</Outcome>
  <PhysicianId>1</PhysicianId>
  <PhysicianName>sample string 17</PhysicianName>
  <ReviewTime>PT0.1234567S</ReviewTime>
  <Status>9</Status>
  <TimeZoneId>1</TimeZoneId>
</CPWExpertOpinionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCPWExpertOpinionDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CPWExpertOpinionDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "ClinicalPathwayId": 2,
    "ClientRequestor": "sample string 3",
    "ExpertOpinionTypeId": 1,
    "ExpertOpinionTypeValue": "sample string 4",
    "DateOfReview": "2025-04-03T19:28:41.163532-07:00",
    "ReviewTime": "00:00:00.1234567",
    "TimeZoneId": 1,
    "PhysicianId": 1,
    "Opinion": "sample string 5",
    "EmployeeId": "sample string 6",
    "ComponentType": 7,
    "CloseDate": "2025-04-03T19:28:41.163532-07:00",
    "CloseByName": "sample string 8",
    "Status": 9,
    "CaseNo": 10,
    "LastName": "sample string 11",
    "FirstName": "sample string 12",
    "CorporationCode": "sample string 13",
    "CorporationName": "sample string 14",
    "InteractionType": "sample string 15",
    "OpenDate": "2025-04-03T19:28:41.163532-07:00",
    "ExpertOpinionTypeName": "sample string 16",
    "PhysicianName": "sample string 17",
    "Abbreviation": "sample string 18",
    "JobTitle": "sample string 19",
    "CloseByFirstName": "sample string 20",
    "CloseByLastName": "sample string 21",
    "Outcome": 1,
    "InterpreterUsed": 1,
    "InterpreterReasonId": 1,
    "OtherInterpreterReason": "sample string 22",
    "InterpreterId": "sample string 23",
    "InterpreterName": "sample string 24",
    "Note": "sample string 25",
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:28:41.163532-07:00",
    "DateUpdated": "2025-04-03T19:28:41.163532-07:00",
    "UserIDCreated": 29,
    "UserIDUpdated": 30,
    "CompanyCode": "sample string 31",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCPWExpertOpinionDTOmhANR0_Pp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury">
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 31</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:28:41.163532-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:28:41.163532-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">29</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">30</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:Abbreviation>sample string 18</d2p1:Abbreviation>
    <d2p1:CaseNo>10</d2p1:CaseNo>
    <d2p1:ClientRequestor>sample string 3</d2p1:ClientRequestor>
    <d2p1:ClinicalPathwayId>2</d2p1:ClinicalPathwayId>
    <d2p1:CloseByFirstName>sample string 20</d2p1:CloseByFirstName>
    <d2p1:CloseByLastName>sample string 21</d2p1:CloseByLastName>
    <d2p1:CloseByName>sample string 8</d2p1:CloseByName>
    <d2p1:CloseDate>2025-04-03T19:28:41.163532-07:00</d2p1:CloseDate>
    <d2p1:ComponentType>7</d2p1:ComponentType>
    <d2p1:CorporationCode>sample string 13</d2p1:CorporationCode>
    <d2p1:CorporationName>sample string 14</d2p1:CorporationName>
    <d2p1:DateOfReview>2025-04-03T19:28:41.163532-07:00</d2p1:DateOfReview>
    <d2p1:EmployeeId>sample string 6</d2p1:EmployeeId>
    <d2p1:ExpertOpinionTypeId>1</d2p1:ExpertOpinionTypeId>
    <d2p1:ExpertOpinionTypeName>sample string 16</d2p1:ExpertOpinionTypeName>
    <d2p1:ExpertOpinionTypeValue>sample string 4</d2p1:ExpertOpinionTypeValue>
    <d2p1:FirstName>sample string 12</d2p1:FirstName>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:InteractionType>sample string 15</d2p1:InteractionType>
    <d2p1:InterpreterId>sample string 23</d2p1:InterpreterId>
    <d2p1:InterpreterName>sample string 24</d2p1:InterpreterName>
    <d2p1:InterpreterReasonId>1</d2p1:InterpreterReasonId>
    <d2p1:InterpreterUsed>1</d2p1:InterpreterUsed>
    <d2p1:JobTitle>sample string 19</d2p1:JobTitle>
    <d2p1:LastName>sample string 11</d2p1:LastName>
    <d2p1:Note>sample string 25</d2p1:Note>
    <d2p1:OpenDate>2025-04-03T19:28:41.163532-07:00</d2p1:OpenDate>
    <d2p1:Opinion>sample string 5</d2p1:Opinion>
    <d2p1:OtherInterpreterReason>sample string 22</d2p1:OtherInterpreterReason>
    <d2p1:Outcome>1</d2p1:Outcome>
    <d2p1:PhysicianId>1</d2p1:PhysicianId>
    <d2p1:PhysicianName>sample string 17</d2p1:PhysicianName>
    <d2p1:ReviewTime>PT0.1234567S</d2p1:ReviewTime>
    <d2p1:Status>9</d2p1:Status>
    <d2p1:TimeZoneId>1</d2p1:TimeZoneId>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCPWExpertOpinionDTOmhANR0_Pp>