POST api/PhysicalTherapy/PostProcedureType

Request Information

URI Parameters

None.

Body Parameters

CPWProcedureDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ProcedureId

integer

None.

ClinicalPathwayId

integer

None.

Quantity

string

String length: inclusive between 0 and 10

CPTCode

string

String length: inclusive between 0 and 20

ICD10List

Collection of integer

None.

ICD10

integer

None.

UserName

string

String length: inclusive between 0 and 100

ProcedureName

string

String length: inclusive between 0 and 100

ICD10Type

string

String length: inclusive between 0 and 100

CPWPT_Order_ICD10List

Collection of CPWPT_Order_ICD10DTO

None.

ICD10Code

string

None.

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,
  "ProcedureId": 1,
  "ClinicalPathwayId": 2,
  "Quantity": "sample string 3",
  "CPTCode": "sample string 4",
  "ICD10List": [
    1,
    2
  ],
  "ICD10": 5,
  "UserName": "sample string 6",
  "ProcedureName": "sample string 7",
  "ICD10Type": "sample string 8",
  "CPWPT_Order_ICD10List": [
    {
      "ICD10": 1,
      "ICD10Type": "sample string 1"
    },
    {
      "ICD10": 1,
      "ICD10Type": "sample string 1"
    }
  ],
  "ICD10Code": "sample string 9",
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:07:43.1457125-07:00",
  "DateUpdated": "2025-04-03T19:07:43.1457125-07:00",
  "UserIDCreated": 13,
  "UserIDUpdated": 14,
  "CompanyCode": "sample string 15",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<CPWProcedureDTO 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:07:43.1457125-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:07:43.1457125-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>
  <CPTCode>sample string 4</CPTCode>
  <CPWPT_Order_ICD10List>
    <CPWPT_Order_ICD10DTO>
      <ICD10>1</ICD10>
      <ICD10Type>sample string 1</ICD10Type>
    </CPWPT_Order_ICD10DTO>
    <CPWPT_Order_ICD10DTO>
      <ICD10>1</ICD10>
      <ICD10Type>sample string 1</ICD10Type>
    </CPWPT_Order_ICD10DTO>
  </CPWPT_Order_ICD10List>
  <ClinicalPathwayId>2</ClinicalPathwayId>
  <ICD10>5</ICD10>
  <ICD10Code>sample string 9</ICD10Code>
  <ICD10List xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </ICD10List>
  <ICD10Type>sample string 8</ICD10Type>
  <Id>1</Id>
  <ProcedureId>1</ProcedureId>
  <ProcedureName>sample string 7</ProcedureName>
  <Quantity>sample string 3</Quantity>
  <UserName>sample string 6</UserName>
</CPWProcedureDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCPWProcedureDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CPWProcedureDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "ProcedureId": 1,
    "ClinicalPathwayId": 2,
    "Quantity": "sample string 3",
    "CPTCode": "sample string 4",
    "ICD10List": [
      1,
      2
    ],
    "ICD10": 5,
    "UserName": "sample string 6",
    "ProcedureName": "sample string 7",
    "ICD10Type": "sample string 8",
    "CPWPT_Order_ICD10List": [
      {
        "ICD10": 1,
        "ICD10Type": "sample string 1"
      },
      {
        "ICD10": 1,
        "ICD10Type": "sample string 1"
      }
    ],
    "ICD10Code": "sample string 9",
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:07:43.1621989-07:00",
    "DateUpdated": "2025-04-03T19:07:43.1621989-07:00",
    "UserIDCreated": 13,
    "UserIDUpdated": 14,
    "CompanyCode": "sample string 15",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCPWProcedureDTOmhANR0_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:07:43.1621989-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:07:43.1621989-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:CPTCode>sample string 4</d2p1:CPTCode>
    <d2p1:CPWPT_Order_ICD10List>
      <d2p1:CPWPT_Order_ICD10DTO>
        <d2p1:ICD10>1</d2p1:ICD10>
        <d2p1:ICD10Type>sample string 1</d2p1:ICD10Type>
      </d2p1:CPWPT_Order_ICD10DTO>
      <d2p1:CPWPT_Order_ICD10DTO>
        <d2p1:ICD10>1</d2p1:ICD10>
        <d2p1:ICD10Type>sample string 1</d2p1:ICD10Type>
      </d2p1:CPWPT_Order_ICD10DTO>
    </d2p1:CPWPT_Order_ICD10List>
    <d2p1:ClinicalPathwayId>2</d2p1:ClinicalPathwayId>
    <d2p1:ICD10>5</d2p1:ICD10>
    <d2p1:ICD10Code>sample string 9</d2p1:ICD10Code>
    <d2p1:ICD10List xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:long>1</d3p1:long>
      <d3p1:long>2</d3p1:long>
    </d2p1:ICD10List>
    <d2p1:ICD10Type>sample string 8</d2p1:ICD10Type>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:ProcedureId>1</d2p1:ProcedureId>
    <d2p1:ProcedureName>sample string 7</d2p1:ProcedureName>
    <d2p1:Quantity>sample string 3</d2p1:Quantity>
    <d2p1:UserName>sample string 6</d2p1:UserName>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCPWProcedureDTOmhANR0_Pp>