POST api/ACM/PostInjuryDetail
Request Information
URI Parameters
None.
Body Parameters
CPW_InjuryDetailDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ClinicalPathwayId | integer |
None. |
|
InjuryNatureId | integer |
None. |
|
InjuryNatureName | string |
String length: inclusive between 0 and 100 |
|
CauseOfIncidentId | integer |
None. |
|
CauseOfIncidentName | string |
String length: inclusive between 0 and 50 |
|
InjuryDetail_InjuryAreaList | Collection of CPW_InjuryDetail_InjuryAreaDTO |
None. |
|
CombinedInjuryArea | string |
String length: inclusive between 0 and 4000 |
|
CombinedInjuryAreaRegion | string |
String length: inclusive between 0 and 4000 |
|
NCCICode | string |
String length: inclusive between 0 and 50 |
|
CauseOfIncidentNCCICode | string |
String length: inclusive between 0 and 50 |
|
CheckRequiredValidation | boolean |
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, "ClinicalPathwayId": 2, "InjuryNatureId": 3, "InjuryNatureName": "sample string 4", "CauseOfIncidentId": 5, "CauseOfIncidentName": "sample string 6", "InjuryDetail_InjuryAreaList": [ { "Id": 1, "CPWInjuryDetailId": 2, "InjuryAreaId": 1, "InjuryAreaName": "sample string 3", "InjuryAreaRegionId": 1, "InjuryAreaRegionName": "sample string 4", "NCCICode": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:31:32.4691723-08:00", "DateUpdated": "2024-11-21T00:31:32.4691723-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true }, { "Id": 1, "CPWInjuryDetailId": 2, "InjuryAreaId": 1, "InjuryAreaName": "sample string 3", "InjuryAreaRegionId": 1, "InjuryAreaRegionName": "sample string 4", "NCCICode": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:31:32.4691723-08:00", "DateUpdated": "2024-11-21T00:31:32.4691723-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true } ], "CombinedInjuryArea": "sample string 7", "CombinedInjuryAreaRegion": "sample string 8", "NCCICode": "sample string 9", "CauseOfIncidentNCCICode": "sample string 10", "CheckRequiredValidation": true, "ValidFlag": true, "DateCreated": "2024-11-21T00:31:32.4691723-08:00", "DateUpdated": "2024-11-21T00:31:32.4691723-08:00", "UserIDCreated": 15, "UserIDUpdated": 16, "CompanyCode": "sample string 17", "IsExcludeDiscount": true }
application/xml, text/xml
Sample:
<CPW_InjuryDetailDTO 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">2024-11-21T00:31:32.4691723-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4691723-08: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> <CauseOfIncidentId>5</CauseOfIncidentId> <CauseOfIncidentNCCICode>sample string 10</CauseOfIncidentNCCICode> <CauseOfIncidentName>sample string 6</CauseOfIncidentName> <CheckRequiredValidation>true</CheckRequiredValidation> <ClinicalPathwayId>2</ClinicalPathwayId> <CombinedInjuryArea>sample string 7</CombinedInjuryArea> <CombinedInjuryAreaRegion>sample string 8</CombinedInjuryAreaRegion> <Id>1</Id> <InjuryDetail_InjuryAreaList> <CPW_InjuryDetail_InjuryAreaDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4691723-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4691723-08: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">9</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CPWInjuryDetailId>2</CPWInjuryDetailId> <Id>1</Id> <InjuryAreaId>1</InjuryAreaId> <InjuryAreaName>sample string 3</InjuryAreaName> <InjuryAreaRegionId>1</InjuryAreaRegionId> <InjuryAreaRegionName>sample string 4</InjuryAreaRegionName> <NCCICode>sample string 5</NCCICode> </CPW_InjuryDetail_InjuryAreaDTO> <CPW_InjuryDetail_InjuryAreaDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4691723-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4691723-08: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">9</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CPWInjuryDetailId>2</CPWInjuryDetailId> <Id>1</Id> <InjuryAreaId>1</InjuryAreaId> <InjuryAreaName>sample string 3</InjuryAreaName> <InjuryAreaRegionId>1</InjuryAreaRegionId> <InjuryAreaRegionName>sample string 4</InjuryAreaRegionName> <NCCICode>sample string 5</NCCICode> </CPW_InjuryDetail_InjuryAreaDTO> </InjuryDetail_InjuryAreaList> <InjuryNatureId>3</InjuryNatureId> <InjuryNatureName>sample string 4</InjuryNatureName> <NCCICode>sample string 9</NCCICode> </CPW_InjuryDetailDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfCPW_InjuryDetailDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | CPW_InjuryDetailDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "ClinicalPathwayId": 2, "InjuryNatureId": 3, "InjuryNatureName": "sample string 4", "CauseOfIncidentId": 5, "CauseOfIncidentName": "sample string 6", "InjuryDetail_InjuryAreaList": [ { "Id": 1, "CPWInjuryDetailId": 2, "InjuryAreaId": 1, "InjuryAreaName": "sample string 3", "InjuryAreaRegionId": 1, "InjuryAreaRegionName": "sample string 4", "NCCICode": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:31:32.4873233-08:00", "DateUpdated": "2024-11-21T00:31:32.4873233-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true }, { "Id": 1, "CPWInjuryDetailId": 2, "InjuryAreaId": 1, "InjuryAreaName": "sample string 3", "InjuryAreaRegionId": 1, "InjuryAreaRegionName": "sample string 4", "NCCICode": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:31:32.4873233-08:00", "DateUpdated": "2024-11-21T00:31:32.4873233-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true } ], "CombinedInjuryArea": "sample string 7", "CombinedInjuryAreaRegion": "sample string 8", "NCCICode": "sample string 9", "CauseOfIncidentNCCICode": "sample string 10", "CheckRequiredValidation": true, "ValidFlag": true, "DateCreated": "2024-11-21T00:31:32.4873233-08:00", "DateUpdated": "2024-11-21T00:31:32.4873233-08:00", "UserIDCreated": 15, "UserIDUpdated": 16, "CompanyCode": "sample string 17", "IsExcludeDiscount": true }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfCPW_InjuryDetailDTOmhANR0_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">2024-11-21T00:31:32.4873233-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4873233-08: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:CauseOfIncidentId>5</d2p1:CauseOfIncidentId> <d2p1:CauseOfIncidentNCCICode>sample string 10</d2p1:CauseOfIncidentNCCICode> <d2p1:CauseOfIncidentName>sample string 6</d2p1:CauseOfIncidentName> <d2p1:CheckRequiredValidation>true</d2p1:CheckRequiredValidation> <d2p1:ClinicalPathwayId>2</d2p1:ClinicalPathwayId> <d2p1:CombinedInjuryArea>sample string 7</d2p1:CombinedInjuryArea> <d2p1:CombinedInjuryAreaRegion>sample string 8</d2p1:CombinedInjuryAreaRegion> <d2p1:Id>1</d2p1:Id> <d2p1:InjuryDetail_InjuryAreaList> <d2p1:CPW_InjuryDetail_InjuryAreaDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4873233-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4873233-08: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">9</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:CPWInjuryDetailId>2</d2p1:CPWInjuryDetailId> <d2p1:Id>1</d2p1:Id> <d2p1:InjuryAreaId>1</d2p1:InjuryAreaId> <d2p1:InjuryAreaName>sample string 3</d2p1:InjuryAreaName> <d2p1:InjuryAreaRegionId>1</d2p1:InjuryAreaRegionId> <d2p1:InjuryAreaRegionName>sample string 4</d2p1:InjuryAreaRegionName> <d2p1:NCCICode>sample string 5</d2p1:NCCICode> </d2p1:CPW_InjuryDetail_InjuryAreaDTO> <d2p1:CPW_InjuryDetail_InjuryAreaDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4873233-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:31:32.4873233-08: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">9</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:CPWInjuryDetailId>2</d2p1:CPWInjuryDetailId> <d2p1:Id>1</d2p1:Id> <d2p1:InjuryAreaId>1</d2p1:InjuryAreaId> <d2p1:InjuryAreaName>sample string 3</d2p1:InjuryAreaName> <d2p1:InjuryAreaRegionId>1</d2p1:InjuryAreaRegionId> <d2p1:InjuryAreaRegionName>sample string 4</d2p1:InjuryAreaRegionName> <d2p1:NCCICode>sample string 5</d2p1:NCCICode> </d2p1:CPW_InjuryDetail_InjuryAreaDTO> </d2p1:InjuryDetail_InjuryAreaList> <d2p1:InjuryNatureId>3</d2p1:InjuryNatureId> <d2p1:InjuryNatureName>sample string 4</d2p1:InjuryNatureName> <d2p1:NCCICode>sample string 9</d2p1:NCCICode> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfCPW_InjuryDetailDTOmhANR0_Pp>