POST api/PhysicalTherapy/SavePhysicalTherapyCase

Request Information

URI Parameters

None.

Body Parameters

PhysicalTherapyIntakeDTO
NameDescriptionTypeAdditional information
CaseNo

integer

None.

CaseTypeId

integer

None.

EmployeeId

string

String length: inclusive between 0 and 12

CorporationCode

string

String length: inclusive between 0 and 20

ChiefComplain

string

String length: inclusive between 0 and 1000

StatementOfInjury

string

String length: inclusive between 0 and 1000

CorporationName

string

String length: inclusive between 0 and 20

EmployeeJobTitle

string

String length: inclusive between 0 and 4000

LastName

string

String length: inclusive between 0 and 60

FirstName

string

String length: inclusive between 0 and 60

CaseStatus

string

String length: inclusive between 0 and 60

WLName

string

String length: inclusive between 0 and 200

CloseByUserName

string

String length: inclusive between 0 and 100

CloseDate

date

None.

CloseByUserId

integer

None.

Status

integer

None.

CloseCaseByUserName

string

String length: inclusive between 0 and 61

AdministrativeClosureName

string

String length: inclusive between 0 and 100

IntakeCloseDate

date

None.

IntakeCloseByUserId

integer

None.

ReasonForDelete

string

String length: inclusive between 0 and 500

isCloseIntake

boolean

None.

EmployeeWorkLocationCode

string

String length: inclusive between 0 and 20

InsuranceId

integer

None.

PatientCheckinId

integer

None.

DateOfInjury

date

None.

NumberOfAuthorizeVisits

integer

None.

DateLastWorked

date

None.

AuthorizationEndDate

date

None.

AuthorizationStartDate

date

None.

AuthorizationNumber

string

String length: inclusive between 0 and 50

ClaimNumber

string

String length: inclusive between 0 and 50

ReferringProvideFirstName

string

String length: inclusive between 0 and 50

ReferringProvideLastName

string

String length: inclusive between 0 and 50

ReferringProvideNPI

string

String length: inclusive between 0 and 50

ReferringProvideTIN

string

String length: inclusive between 0 and 50

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:
{
  "CaseNo": 1,
  "CaseTypeId": 1,
  "EmployeeId": "sample string 2",
  "CorporationCode": "sample string 3",
  "ChiefComplain": "sample string 4",
  "StatementOfInjury": "sample string 5",
  "CorporationName": "sample string 6",
  "EmployeeJobTitle": "sample string 7",
  "LastName": "sample string 8",
  "FirstName": "sample string 9",
  "CaseStatus": "sample string 10",
  "WLName": "sample string 11",
  "CloseByUserName": "sample string 12",
  "CloseDate": "2025-04-07T03:40:02.5138813-07:00",
  "CloseByUserId": 1,
  "Status": 13,
  "CloseCaseByUserName": "sample string 14",
  "AdministrativeClosureName": "sample string 15",
  "IntakeCloseDate": "2025-04-07T03:40:02.5138813-07:00",
  "IntakeCloseByUserId": 1,
  "ReasonForDelete": "sample string 16",
  "isCloseIntake": true,
  "EmployeeWorkLocationCode": "sample string 18",
  "InsuranceId": 1,
  "PatientCheckinId": 1,
  "DateOfInjury": "2025-04-07T03:40:02.5138813-07:00",
  "NumberOfAuthorizeVisits": 1,
  "DateLastWorked": "2025-04-07T03:40:02.5138813-07:00",
  "AuthorizationEndDate": "2025-04-07T03:40:02.5138813-07:00",
  "AuthorizationStartDate": "2025-04-07T03:40:02.5138813-07:00",
  "AuthorizationNumber": "sample string 19",
  "ClaimNumber": "sample string 20",
  "ReferringProvideFirstName": "sample string 21",
  "ReferringProvideLastName": "sample string 22",
  "ReferringProvideNPI": "sample string 23",
  "ReferringProvideTIN": "sample string 24",
  "ValidFlag": true,
  "DateCreated": "2025-04-07T03:40:02.5138813-07:00",
  "DateUpdated": "2025-04-07T03:40:02.5138813-07:00",
  "UserIDCreated": 28,
  "UserIDUpdated": 29,
  "CompanyCode": "sample string 30",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<PhysicalTherapyIntakeDTO 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 30</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-07T03:40:02.5138813-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-07T03:40:02.5138813-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">28</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">29</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <AuthorizationEndDate>2025-04-07T03:40:02.5138813-07:00</AuthorizationEndDate>
  <AuthorizationNumber>sample string 19</AuthorizationNumber>
  <AuthorizationStartDate>2025-04-07T03:40:02.5138813-07:00</AuthorizationStartDate>
  <ClaimNumber>sample string 20</ClaimNumber>
  <DateLastWorked>2025-04-07T03:40:02.5138813-07:00</DateLastWorked>
  <DateOfInjury>2025-04-07T03:40:02.5138813-07:00</DateOfInjury>
  <NumberOfAuthorizeVisits>1</NumberOfAuthorizeVisits>
  <ReferringProvideFirstName>sample string 21</ReferringProvideFirstName>
  <ReferringProvideLastName>sample string 22</ReferringProvideLastName>
  <ReferringProvideNPI>sample string 23</ReferringProvideNPI>
  <ReferringProvideTIN>sample string 24</ReferringProvideTIN>
  <AdministrativeClosureName>sample string 15</AdministrativeClosureName>
  <CaseNo>1</CaseNo>
  <CaseStatus>sample string 10</CaseStatus>
  <CaseTypeId>1</CaseTypeId>
  <ChiefComplain>sample string 4</ChiefComplain>
  <CloseByUserId>1</CloseByUserId>
  <CloseByUserName>sample string 12</CloseByUserName>
  <CloseCaseByUserName>sample string 14</CloseCaseByUserName>
  <CloseDate>2025-04-07T03:40:02.5138813-07:00</CloseDate>
  <CorporationCode>sample string 3</CorporationCode>
  <CorporationName>sample string 6</CorporationName>
  <EmployeeId>sample string 2</EmployeeId>
  <EmployeeJobTitle>sample string 7</EmployeeJobTitle>
  <EmployeeWorkLocationCode>sample string 18</EmployeeWorkLocationCode>
  <FirstName>sample string 9</FirstName>
  <InsuranceId>1</InsuranceId>
  <IntakeCloseByUserId>1</IntakeCloseByUserId>
  <IntakeCloseDate>2025-04-07T03:40:02.5138813-07:00</IntakeCloseDate>
  <LastName>sample string 8</LastName>
  <PatientCheckinId>1</PatientCheckinId>
  <ReasonForDelete>sample string 16</ReasonForDelete>
  <StatementOfInjury>sample string 5</StatementOfInjury>
  <Status>13</Status>
  <WLName>sample string 11</WLName>
  <isCloseIntake>true</isCloseIntake>
</PhysicalTherapyIntakeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfPhysicalTherapyIntakeDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

PhysicalTherapyIntakeDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CaseNo": 1,
    "CaseTypeId": 1,
    "EmployeeId": "sample string 2",
    "CorporationCode": "sample string 3",
    "ChiefComplain": "sample string 4",
    "StatementOfInjury": "sample string 5",
    "CorporationName": "sample string 6",
    "EmployeeJobTitle": "sample string 7",
    "LastName": "sample string 8",
    "FirstName": "sample string 9",
    "CaseStatus": "sample string 10",
    "WLName": "sample string 11",
    "CloseByUserName": "sample string 12",
    "CloseDate": "2025-04-07T03:40:02.5467341-07:00",
    "CloseByUserId": 1,
    "Status": 13,
    "CloseCaseByUserName": "sample string 14",
    "AdministrativeClosureName": "sample string 15",
    "IntakeCloseDate": "2025-04-07T03:40:02.5467341-07:00",
    "IntakeCloseByUserId": 1,
    "ReasonForDelete": "sample string 16",
    "isCloseIntake": true,
    "EmployeeWorkLocationCode": "sample string 18",
    "InsuranceId": 1,
    "PatientCheckinId": 1,
    "DateOfInjury": "2025-04-07T03:40:02.5467341-07:00",
    "NumberOfAuthorizeVisits": 1,
    "DateLastWorked": "2025-04-07T03:40:02.5467341-07:00",
    "AuthorizationEndDate": "2025-04-07T03:40:02.5467341-07:00",
    "AuthorizationStartDate": "2025-04-07T03:40:02.5467341-07:00",
    "AuthorizationNumber": "sample string 19",
    "ClaimNumber": "sample string 20",
    "ReferringProvideFirstName": "sample string 21",
    "ReferringProvideLastName": "sample string 22",
    "ReferringProvideNPI": "sample string 23",
    "ReferringProvideTIN": "sample string 24",
    "ValidFlag": true,
    "DateCreated": "2025-04-07T03:40:02.5467341-07:00",
    "DateUpdated": "2025-04-07T03:40:02.5467341-07:00",
    "UserIDCreated": 28,
    "UserIDUpdated": 29,
    "CompanyCode": "sample string 30",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfPhysicalTherapyIntakeDTOmhANR0_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 30</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-07T03:40:02.5467341-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-07T03:40:02.5467341-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">28</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">29</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:AuthorizationEndDate>2025-04-07T03:40:02.5467341-07:00</d2p1:AuthorizationEndDate>
    <d2p1:AuthorizationNumber>sample string 19</d2p1:AuthorizationNumber>
    <d2p1:AuthorizationStartDate>2025-04-07T03:40:02.5467341-07:00</d2p1:AuthorizationStartDate>
    <d2p1:ClaimNumber>sample string 20</d2p1:ClaimNumber>
    <d2p1:DateLastWorked>2025-04-07T03:40:02.5467341-07:00</d2p1:DateLastWorked>
    <d2p1:DateOfInjury>2025-04-07T03:40:02.5467341-07:00</d2p1:DateOfInjury>
    <d2p1:NumberOfAuthorizeVisits>1</d2p1:NumberOfAuthorizeVisits>
    <d2p1:ReferringProvideFirstName>sample string 21</d2p1:ReferringProvideFirstName>
    <d2p1:ReferringProvideLastName>sample string 22</d2p1:ReferringProvideLastName>
    <d2p1:ReferringProvideNPI>sample string 23</d2p1:ReferringProvideNPI>
    <d2p1:ReferringProvideTIN>sample string 24</d2p1:ReferringProvideTIN>
    <d2p1:AdministrativeClosureName>sample string 15</d2p1:AdministrativeClosureName>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:CaseStatus>sample string 10</d2p1:CaseStatus>
    <d2p1:CaseTypeId>1</d2p1:CaseTypeId>
    <d2p1:ChiefComplain>sample string 4</d2p1:ChiefComplain>
    <d2p1:CloseByUserId>1</d2p1:CloseByUserId>
    <d2p1:CloseByUserName>sample string 12</d2p1:CloseByUserName>
    <d2p1:CloseCaseByUserName>sample string 14</d2p1:CloseCaseByUserName>
    <d2p1:CloseDate>2025-04-07T03:40:02.5467341-07:00</d2p1:CloseDate>
    <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
    <d2p1:CorporationName>sample string 6</d2p1:CorporationName>
    <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId>
    <d2p1:EmployeeJobTitle>sample string 7</d2p1:EmployeeJobTitle>
    <d2p1:EmployeeWorkLocationCode>sample string 18</d2p1:EmployeeWorkLocationCode>
    <d2p1:FirstName>sample string 9</d2p1:FirstName>
    <d2p1:InsuranceId>1</d2p1:InsuranceId>
    <d2p1:IntakeCloseByUserId>1</d2p1:IntakeCloseByUserId>
    <d2p1:IntakeCloseDate>2025-04-07T03:40:02.5467341-07:00</d2p1:IntakeCloseDate>
    <d2p1:LastName>sample string 8</d2p1:LastName>
    <d2p1:PatientCheckinId>1</d2p1:PatientCheckinId>
    <d2p1:ReasonForDelete>sample string 16</d2p1:ReasonForDelete>
    <d2p1:StatementOfInjury>sample string 5</d2p1:StatementOfInjury>
    <d2p1:Status>13</d2p1:Status>
    <d2p1:WLName>sample string 11</d2p1:WLName>
    <d2p1:isCloseIntake>true</d2p1:isCloseIntake>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfPhysicalTherapyIntakeDTOmhANR0_Pp>