POST api/NTReturnToWork/PostCPWRTWChangeRequest

Request Information

URI Parameters

None.

Body Parameters

CPWRTWChangeRequestDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ClinicalPathwayId

integer

None.

RequestedWorkStatusId

integer

None.

RequestNote

string

String length: inclusive between 0 and 4000

Status

integer

None.

DeclineNote

string

String length: inclusive between 0 and 1000

ResponseUserById

integer

None.

ResponseDateTime

date

None.

ReasonForDelete

string

String length: inclusive between 0 and 1000

RequestedUserName

string

String length: inclusive between 0 and 100

ResponseUserName

string

String length: inclusive between 0 and 100

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,
  "RequestedWorkStatusId": 3,
  "RequestNote": "sample string 4",
  "Status": 5,
  "DeclineNote": "sample string 6",
  "ResponseUserById": 1,
  "ResponseDateTime": "2025-04-03T19:12:46.3447522-07:00",
  "ReasonForDelete": "sample string 7",
  "RequestedUserName": "sample string 8",
  "ResponseUserName": "sample string 9",
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:12:46.3603696-07:00",
  "DateUpdated": "2025-04-03T19:12:46.3603696-07:00",
  "UserIDCreated": 13,
  "UserIDUpdated": 14,
  "CompanyCode": "sample string 15",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<CPWRTWChangeRequestDTO 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 15</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:12:46.3603696-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:12:46.3603696-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">13</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">14</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <ClinicalPathwayId>2</ClinicalPathwayId>
  <DeclineNote>sample string 6</DeclineNote>
  <Id>1</Id>
  <ReasonForDelete>sample string 7</ReasonForDelete>
  <RequestNote>sample string 4</RequestNote>
  <RequestedUserName>sample string 8</RequestedUserName>
  <RequestedWorkStatusId>3</RequestedWorkStatusId>
  <ResponseDateTime>2025-04-03T19:12:46.3447522-07:00</ResponseDateTime>
  <ResponseUserById>1</ResponseUserById>
  <ResponseUserName>sample string 9</ResponseUserName>
  <Status>5</Status>
</CPWRTWChangeRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCPWRTWChangeRequestDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CPWRTWChangeRequestDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "ClinicalPathwayId": 2,
    "RequestedWorkStatusId": 3,
    "RequestNote": "sample string 4",
    "Status": 5,
    "DeclineNote": "sample string 6",
    "ResponseUserById": 1,
    "ResponseDateTime": "2025-04-03T19:12:46.3603696-07:00",
    "ReasonForDelete": "sample string 7",
    "RequestedUserName": "sample string 8",
    "ResponseUserName": "sample string 9",
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:12:46.3603696-07:00",
    "DateUpdated": "2025-04-03T19:12:46.3603696-07:00",
    "UserIDCreated": 13,
    "UserIDUpdated": 14,
    "CompanyCode": "sample string 15",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCPWRTWChangeRequestDTOmhANR0_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 15</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:12:46.3603696-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:12:46.3603696-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">13</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">14</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:ClinicalPathwayId>2</d2p1:ClinicalPathwayId>
    <d2p1:DeclineNote>sample string 6</d2p1:DeclineNote>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:ReasonForDelete>sample string 7</d2p1:ReasonForDelete>
    <d2p1:RequestNote>sample string 4</d2p1:RequestNote>
    <d2p1:RequestedUserName>sample string 8</d2p1:RequestedUserName>
    <d2p1:RequestedWorkStatusId>3</d2p1:RequestedWorkStatusId>
    <d2p1:ResponseDateTime>2025-04-03T19:12:46.3603696-07:00</d2p1:ResponseDateTime>
    <d2p1:ResponseUserById>1</d2p1:ResponseUserById>
    <d2p1:ResponseUserName>sample string 9</d2p1:ResponseUserName>
    <d2p1:Status>5</d2p1:Status>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCPWRTWChangeRequestDTOmhANR0_Pp>