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 15

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 10

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ClinicalPathwayId": 1,
  "ComponentType": 2,
  "Status": 3,
  "Id": 4,
  "CaseNo": 5,
  "CloseDate": "2026-08-04T09:35:16.3653035-07:00",
  "OpenDate": "2026-08-04T09:35:16.3653035-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": "2026-08-04T09:35:16.3809075-07:00",
      "DateUpdated": "2026-08-04T09:35:16.3809075-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": "2026-08-04T09:35:16.3809075-07:00",
      "DateUpdated": "2026-08-04T09:35:16.3809075-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": "2026-08-04T09:35:16.3809075-07:00",
  "DateUpdated": "2026-08-04T09:35:16.3809075-07:00",
  "UserIDCreated": 31,
  "UserIDUpdated": 32,
  "CompanyCode": "sample string 33",
  "IsExcludeDiscount": true
}

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": "2026-08-04T09:35:16.4121569-07:00",
    "OpenDate": "2026-08-04T09:35:16.4121569-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": "2026-08-04T09:35:16.4121569-07:00",
        "DateUpdated": "2026-08-04T09:35:16.4121569-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": "2026-08-04T09:35:16.4121569-07:00",
        "DateUpdated": "2026-08-04T09:35:16.4121569-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": "2026-08-04T09:35:16.4121569-07:00",
    "DateUpdated": "2026-08-04T09:35:16.4121569-07:00",
    "UserIDCreated": 31,
    "UserIDUpdated": 32,
    "CompanyCode": "sample string 33",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}