POST api/PhysicalTherapy/SavePhysicalTherapy

Request Information

URI Parameters

None.

Body Parameters

CPW_PhysicalTherapyDTO
NameDescriptionTypeAdditional information
ClinicalPathwayId

integer

None.

ComponentType

integer

None.

Status

integer

None.

Id

integer

None.

CaseNo

integer

None.

CloseDate

date

None.

OpenDate

date

None.

CloseByName

string

String length: inclusive between 0 and 100

EmployeeId

string

String length: inclusive between 0 and 12

SubjectiveComplaints

string

String length: inclusive between 0 and 4000

ObjectiveMeasurments

string

String length: inclusive between 0 and 4000

PreviousInjuries

string

String length: inclusive between 0 and 4000

PatientPMHx

boolean

None.

DescribePatientPMHx

string

String length: inclusive between 0 and 4000

Allergies

integer

None.

DescribeAallergies

string

String length: inclusive between 0 and 4000

PatientMedication

boolean

None.

DescribePatient

string

String length: inclusive between 0 and 4000

PatientFMHx

boolean

None.

DescribePatientFMHx

string

String length: inclusive between 0 and 4000

PatientSurgHx

boolean

None.

DescribePatientSurgHx

string

String length: inclusive between 0 and 4000

PatientSoclHx

boolean

None.

DescribePatientSoclHx

string

String length: inclusive between 0 and 4000

InteractionType

integer

None.

InteractionTypeName

string

String length: inclusive between 0 and 100

WorkStatusName

string

String length: inclusive between 0 and 100

Abbreviation

string

String length: inclusive between 0 and 50

CloseByFirstName

string

String length: inclusive between 0 and 100

CloseByLastName

string

String length: inclusive between 0 and 100

Assessment

string

String length: inclusive between 0 and 4000

Plan

string

String length: inclusive between 0 and 4000

CPWPTICD10List

Collection of CPWPT_ICD10DTO

None.

IsPTReevaluation

boolean

None.

TimeSpent

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:
{
  "ClinicalPathwayId": 1,
  "ComponentType": 2,
  "Status": 3,
  "Id": 4,
  "CaseNo": 5,
  "CloseDate": "2025-04-03T19:30:09.3062786-07:00",
  "OpenDate": "2025-04-03T19:30:09.3062786-07:00",
  "CloseByName": "sample string 6",
  "EmployeeId": "sample string 7",
  "SubjectiveComplaints": "sample string 8",
  "ObjectiveMeasurments": "sample string 9",
  "PreviousInjuries": "sample string 10",
  "PatientPMHx": true,
  "DescribePatientPMHx": "sample string 11",
  "Allergies": 1,
  "DescribeAallergies": "sample string 12",
  "PatientMedication": true,
  "DescribePatient": "sample string 13",
  "PatientFMHx": true,
  "DescribePatientFMHx": "sample string 14",
  "PatientSurgHx": true,
  "DescribePatientSurgHx": "sample string 15",
  "PatientSoclHx": true,
  "DescribePatientSoclHx": "sample string 16",
  "InteractionType": 1,
  "InteractionTypeName": "sample string 17",
  "WorkStatusName": "sample string 18",
  "Abbreviation": "sample string 19",
  "CloseByFirstName": "sample string 20",
  "CloseByLastName": "sample string 21",
  "Assessment": "sample string 22",
  "Plan": "sample string 23",
  "CPWPTICD10List": [
    {
      "Id": 1,
      "ClinicalPathwayId": 1,
      "ICD10ID": 2,
      "Name": "sample string 3",
      "Code": "sample string 4",
      "DisplayName": "sample string 5",
      "CaseNumber": 1,
      "Sequence": 1,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:30:09.3062786-07:00",
      "DateUpdated": "2025-04-03T19:30:09.3062786-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "ClinicalPathwayId": 1,
      "ICD10ID": 2,
      "Name": "sample string 3",
      "Code": "sample string 4",
      "DisplayName": "sample string 5",
      "CaseNumber": 1,
      "Sequence": 1,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:30:09.3062786-07:00",
      "DateUpdated": "2025-04-03T19:30:09.3062786-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    }
  ],
  "IsPTReevaluation": true,
  "TimeSpent": 1,
  "InterpreterUsed": 1,
  "InterpreterReasonId": 1,
  "OtherInterpreterReason": "sample string 24",
  "InterpreterId": "sample string 25",
  "InterpreterName": "sample string 26",
  "Note": "sample string 27",
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:30:09.3062786-07:00",
  "DateUpdated": "2025-04-03T19:30:09.3062786-07:00",
  "UserIDCreated": 31,
  "UserIDUpdated": 32,
  "CompanyCode": "sample string 33",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<CPW_PhysicalTherapyDTO 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 33</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:30:09.3062786-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:30:09.3062786-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">31</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">32</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <Abbreviation>sample string 19</Abbreviation>
  <Allergies>1</Allergies>
  <Assessment>sample string 22</Assessment>
  <CPWPTICD10List xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:CPWPT_ICD10DTO>
      <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:30:09.3062786-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:30:09.3062786-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:CaseNumber>1</d2p1:CaseNumber>
      <d2p1:ClinicalPathwayId>1</d2p1:ClinicalPathwayId>
      <d2p1:Code>sample string 4</d2p1:Code>
      <d2p1:DisplayName>sample string 5</d2p1:DisplayName>
      <d2p1:ICD10ID>2</d2p1:ICD10ID>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:Sequence>1</d2p1:Sequence>
    </d2p1:CPWPT_ICD10DTO>
    <d2p1:CPWPT_ICD10DTO>
      <d2p1:CompanyCode>sample string 11</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:30:09.3062786-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:30:09.3062786-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:CaseNumber>1</d2p1:CaseNumber>
      <d2p1:ClinicalPathwayId>1</d2p1:ClinicalPathwayId>
      <d2p1:Code>sample string 4</d2p1:Code>
      <d2p1:DisplayName>sample string 5</d2p1:DisplayName>
      <d2p1:ICD10ID>2</d2p1:ICD10ID>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:Sequence>1</d2p1:Sequence>
    </d2p1:CPWPT_ICD10DTO>
  </CPWPTICD10List>
  <CaseNo>5</CaseNo>
  <ClinicalPathwayId>1</ClinicalPathwayId>
  <CloseByFirstName>sample string 20</CloseByFirstName>
  <CloseByLastName>sample string 21</CloseByLastName>
  <CloseByName>sample string 6</CloseByName>
  <CloseDate>2025-04-03T19:30:09.3062786-07:00</CloseDate>
  <ComponentType>2</ComponentType>
  <DescribeAallergies>sample string 12</DescribeAallergies>
  <DescribePatient>sample string 13</DescribePatient>
  <DescribePatientFMHx>sample string 14</DescribePatientFMHx>
  <DescribePatientPMHx>sample string 11</DescribePatientPMHx>
  <DescribePatientSoclHx>sample string 16</DescribePatientSoclHx>
  <DescribePatientSurgHx>sample string 15</DescribePatientSurgHx>
  <EmployeeId>sample string 7</EmployeeId>
  <Id>4</Id>
  <InteractionType>1</InteractionType>
  <InteractionTypeName>sample string 17</InteractionTypeName>
  <InterpreterId>sample string 25</InterpreterId>
  <InterpreterName>sample string 26</InterpreterName>
  <InterpreterReasonId>1</InterpreterReasonId>
  <InterpreterUsed>1</InterpreterUsed>
  <IsPTReevaluation>true</IsPTReevaluation>
  <Note>sample string 27</Note>
  <ObjectiveMeasurments>sample string 9</ObjectiveMeasurments>
  <OpenDate>2025-04-03T19:30:09.3062786-07:00</OpenDate>
  <OtherInterpreterReason>sample string 24</OtherInterpreterReason>
  <PatientFMHx>true</PatientFMHx>
  <PatientMedication>true</PatientMedication>
  <PatientPMHx>true</PatientPMHx>
  <PatientSoclHx>true</PatientSoclHx>
  <PatientSurgHx>true</PatientSurgHx>
  <Plan>sample string 23</Plan>
  <PreviousInjuries>sample string 10</PreviousInjuries>
  <Status>3</Status>
  <SubjectiveComplaints>sample string 8</SubjectiveComplaints>
  <TimeSpent>1</TimeSpent>
  <WorkStatusName>sample string 18</WorkStatusName>
</CPW_PhysicalTherapyDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCPW_PhysicalTherapyDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CPW_PhysicalTherapyDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "ClinicalPathwayId": 1,
    "ComponentType": 2,
    "Status": 3,
    "Id": 4,
    "CaseNo": 5,
    "CloseDate": "2025-04-03T19:30:09.3062786-07:00",
    "OpenDate": "2025-04-03T19:30:09.3062786-07:00",
    "CloseByName": "sample string 6",
    "EmployeeId": "sample string 7",
    "SubjectiveComplaints": "sample string 8",
    "ObjectiveMeasurments": "sample string 9",
    "PreviousInjuries": "sample string 10",
    "PatientPMHx": true,
    "DescribePatientPMHx": "sample string 11",
    "Allergies": 1,
    "DescribeAallergies": "sample string 12",
    "PatientMedication": true,
    "DescribePatient": "sample string 13",
    "PatientFMHx": true,
    "DescribePatientFMHx": "sample string 14",
    "PatientSurgHx": true,
    "DescribePatientSurgHx": "sample string 15",
    "PatientSoclHx": true,
    "DescribePatientSoclHx": "sample string 16",
    "InteractionType": 1,
    "InteractionTypeName": "sample string 17",
    "WorkStatusName": "sample string 18",
    "Abbreviation": "sample string 19",
    "CloseByFirstName": "sample string 20",
    "CloseByLastName": "sample string 21",
    "Assessment": "sample string 22",
    "Plan": "sample string 23",
    "CPWPTICD10List": [
      {
        "Id": 1,
        "ClinicalPathwayId": 1,
        "ICD10ID": 2,
        "Name": "sample string 3",
        "Code": "sample string 4",
        "DisplayName": "sample string 5",
        "CaseNumber": 1,
        "Sequence": 1,
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:30:09.3062786-07:00",
        "DateUpdated": "2025-04-03T19:30:09.3062786-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "ClinicalPathwayId": 1,
        "ICD10ID": 2,
        "Name": "sample string 3",
        "Code": "sample string 4",
        "DisplayName": "sample string 5",
        "CaseNumber": 1,
        "Sequence": 1,
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:30:09.3062786-07:00",
        "DateUpdated": "2025-04-03T19:30:09.3062786-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      }
    ],
    "IsPTReevaluation": true,
    "TimeSpent": 1,
    "InterpreterUsed": 1,
    "InterpreterReasonId": 1,
    "OtherInterpreterReason": "sample string 24",
    "InterpreterId": "sample string 25",
    "InterpreterName": "sample string 26",
    "Note": "sample string 27",
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:30:09.3062786-07:00",
    "DateUpdated": "2025-04-03T19:30:09.3062786-07:00",
    "UserIDCreated": 31,
    "UserIDUpdated": 32,
    "CompanyCode": "sample string 33",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCPW_PhysicalTherapyDTOmhANR0_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 33</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:30:09.3062786-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:30:09.3062786-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">31</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">32</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:Abbreviation>sample string 19</d2p1:Abbreviation>
    <d2p1:Allergies>1</d2p1:Allergies>
    <d2p1:Assessment>sample string 22</d2p1:Assessment>
    <d2p1:CPWPTICD10List xmlns:d3p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
      <d3p1:CPWPT_ICD10DTO>
        <d3p1:CompanyCode>sample string 11</d3p1:CompanyCode>
        <d3p1:DateCreated>2025-04-03T19:30:09.3062786-07:00</d3p1:DateCreated>
        <d3p1:DateUpdated>2025-04-03T19:30:09.3062786-07:00</d3p1:DateUpdated>
        <d3p1:IsExcludeDiscount>true</d3p1:IsExcludeDiscount>
        <d3p1:UserIDCreated>9</d3p1:UserIDCreated>
        <d3p1:UserIDUpdated>10</d3p1:UserIDUpdated>
        <d3p1:ValidFlag>true</d3p1:ValidFlag>
        <d3p1:CaseNumber>1</d3p1:CaseNumber>
        <d3p1:ClinicalPathwayId>1</d3p1:ClinicalPathwayId>
        <d3p1:Code>sample string 4</d3p1:Code>
        <d3p1:DisplayName>sample string 5</d3p1:DisplayName>
        <d3p1:ICD10ID>2</d3p1:ICD10ID>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Name>sample string 3</d3p1:Name>
        <d3p1:Sequence>1</d3p1:Sequence>
      </d3p1:CPWPT_ICD10DTO>
      <d3p1:CPWPT_ICD10DTO>
        <d3p1:CompanyCode>sample string 11</d3p1:CompanyCode>
        <d3p1:DateCreated>2025-04-03T19:30:09.3062786-07:00</d3p1:DateCreated>
        <d3p1:DateUpdated>2025-04-03T19:30:09.3062786-07:00</d3p1:DateUpdated>
        <d3p1:IsExcludeDiscount>true</d3p1:IsExcludeDiscount>
        <d3p1:UserIDCreated>9</d3p1:UserIDCreated>
        <d3p1:UserIDUpdated>10</d3p1:UserIDUpdated>
        <d3p1:ValidFlag>true</d3p1:ValidFlag>
        <d3p1:CaseNumber>1</d3p1:CaseNumber>
        <d3p1:ClinicalPathwayId>1</d3p1:ClinicalPathwayId>
        <d3p1:Code>sample string 4</d3p1:Code>
        <d3p1:DisplayName>sample string 5</d3p1:DisplayName>
        <d3p1:ICD10ID>2</d3p1:ICD10ID>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Name>sample string 3</d3p1:Name>
        <d3p1:Sequence>1</d3p1:Sequence>
      </d3p1:CPWPT_ICD10DTO>
    </d2p1:CPWPTICD10List>
    <d2p1:CaseNo>5</d2p1:CaseNo>
    <d2p1:ClinicalPathwayId>1</d2p1:ClinicalPathwayId>
    <d2p1:CloseByFirstName>sample string 20</d2p1:CloseByFirstName>
    <d2p1:CloseByLastName>sample string 21</d2p1:CloseByLastName>
    <d2p1:CloseByName>sample string 6</d2p1:CloseByName>
    <d2p1:CloseDate>2025-04-03T19:30:09.3062786-07:00</d2p1:CloseDate>
    <d2p1:ComponentType>2</d2p1:ComponentType>
    <d2p1:DescribeAallergies>sample string 12</d2p1:DescribeAallergies>
    <d2p1:DescribePatient>sample string 13</d2p1:DescribePatient>
    <d2p1:DescribePatientFMHx>sample string 14</d2p1:DescribePatientFMHx>
    <d2p1:DescribePatientPMHx>sample string 11</d2p1:DescribePatientPMHx>
    <d2p1:DescribePatientSoclHx>sample string 16</d2p1:DescribePatientSoclHx>
    <d2p1:DescribePatientSurgHx>sample string 15</d2p1:DescribePatientSurgHx>
    <d2p1:EmployeeId>sample string 7</d2p1:EmployeeId>
    <d2p1:Id>4</d2p1:Id>
    <d2p1:InteractionType>1</d2p1:InteractionType>
    <d2p1:InteractionTypeName>sample string 17</d2p1:InteractionTypeName>
    <d2p1:InterpreterId>sample string 25</d2p1:InterpreterId>
    <d2p1:InterpreterName>sample string 26</d2p1:InterpreterName>
    <d2p1:InterpreterReasonId>1</d2p1:InterpreterReasonId>
    <d2p1:InterpreterUsed>1</d2p1:InterpreterUsed>
    <d2p1:IsPTReevaluation>true</d2p1:IsPTReevaluation>
    <d2p1:Note>sample string 27</d2p1:Note>
    <d2p1:ObjectiveMeasurments>sample string 9</d2p1:ObjectiveMeasurments>
    <d2p1:OpenDate>2025-04-03T19:30:09.3062786-07:00</d2p1:OpenDate>
    <d2p1:OtherInterpreterReason>sample string 24</d2p1:OtherInterpreterReason>
    <d2p1:PatientFMHx>true</d2p1:PatientFMHx>
    <d2p1:PatientMedication>true</d2p1:PatientMedication>
    <d2p1:PatientPMHx>true</d2p1:PatientPMHx>
    <d2p1:PatientSoclHx>true</d2p1:PatientSoclHx>
    <d2p1:PatientSurgHx>true</d2p1:PatientSurgHx>
    <d2p1:Plan>sample string 23</d2p1:Plan>
    <d2p1:PreviousInjuries>sample string 10</d2p1:PreviousInjuries>
    <d2p1:Status>3</d2p1:Status>
    <d2p1:SubjectiveComplaints>sample string 8</d2p1:SubjectiveComplaints>
    <d2p1:TimeSpent>1</d2p1:TimeSpent>
    <d2p1:WorkStatusName>sample string 18</d2p1:WorkStatusName>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCPW_PhysicalTherapyDTOmhANR0_Pp>