POST api/PhysicalTherapy/PostSuppliesType
Request Information
URI Parameters
None.
Body Parameters
CPWSuppliesDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SuppliesId | 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 |
|
SuppliesName | string |
String length: inclusive between 0 and 100 |
|
ICD10Type | string |
String length: inclusive between 0 and 100 |
|
ICD10TypeList | Collection of integer |
None. |
|
SuppliesTypeId | integer |
None. |
|
SuppliesType | 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, "SuppliesId": 1, "ClinicalPathwayId": 2, "Quantity": "sample string 3", "CPTCode": "sample string 4", "ICD10List": [ 1, 2 ], "ICD10": 5, "UserName": "sample string 6", "SuppliesName": "sample string 7", "ICD10Type": "sample string 8", "ICD10TypeList": [ 1, 2 ], "SuppliesTypeId": 9, "SuppliesType": "sample string 10", "CPWPT_Order_ICD10List": [ { "ICD10": 1, "ICD10Type": "sample string 1" }, { "ICD10": 1, "ICD10Type": "sample string 1" } ], "ICD10Code": "sample string 11", "ValidFlag": true, "DateCreated": "2025-04-03T19:29:47.2863362-07:00", "DateUpdated": "2025-04-03T19:29:47.2863362-07:00", "UserIDCreated": 15, "UserIDUpdated": 16, "CompanyCode": "sample string 17", "IsExcludeDiscount": true }
application/xml, text/xml
Sample:
<CPWSuppliesDTO 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 17</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:29:47.2863362-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:29:47.2863362-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">15</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">16</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 11</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> <ICD10TypeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:long>1</d2p1:long> <d2p1:long>2</d2p1:long> </ICD10TypeList> <Id>1</Id> <Quantity>sample string 3</Quantity> <SuppliesId>1</SuppliesId> <SuppliesName>sample string 7</SuppliesName> <SuppliesType>sample string 10</SuppliesType> <SuppliesTypeId>9</SuppliesTypeId> <UserName>sample string 6</UserName> </CPWSuppliesDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfCPWSuppliesDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | CPWSuppliesDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "SuppliesId": 1, "ClinicalPathwayId": 2, "Quantity": "sample string 3", "CPTCode": "sample string 4", "ICD10List": [ 1, 2 ], "ICD10": 5, "UserName": "sample string 6", "SuppliesName": "sample string 7", "ICD10Type": "sample string 8", "ICD10TypeList": [ 1, 2 ], "SuppliesTypeId": 9, "SuppliesType": "sample string 10", "CPWPT_Order_ICD10List": [ { "ICD10": 1, "ICD10Type": "sample string 1" }, { "ICD10": 1, "ICD10Type": "sample string 1" } ], "ICD10Code": "sample string 11", "ValidFlag": true, "DateCreated": "2025-04-03T19:29:47.3025899-07:00", "DateUpdated": "2025-04-03T19:29:47.3025899-07:00", "UserIDCreated": 15, "UserIDUpdated": 16, "CompanyCode": "sample string 17", "IsExcludeDiscount": true }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfCPWSuppliesDTOmhANR0_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 17</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:29:47.3025899-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:29:47.3025899-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">15</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">16</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 11</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:ICD10TypeList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:long>1</d3p1:long> <d3p1:long>2</d3p1:long> </d2p1:ICD10TypeList> <d2p1:Id>1</d2p1:Id> <d2p1:Quantity>sample string 3</d2p1:Quantity> <d2p1:SuppliesId>1</d2p1:SuppliesId> <d2p1:SuppliesName>sample string 7</d2p1:SuppliesName> <d2p1:SuppliesType>sample string 10</d2p1:SuppliesType> <d2p1:SuppliesTypeId>9</d2p1:SuppliesTypeId> <d2p1:UserName>sample string 6</d2p1:UserName> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfCPWSuppliesDTOmhANR0_Pp>