POST api/NTNonInjury/UpdateSymptoms
Request Information
URI Parameters
None.
Body Parameters
NonInjurySymptomsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CaseNo | integer |
None. |
|
| DateOfExposure | date |
None. |
|
| DateOfSymptomsBegan | date |
None. |
|
| InjurySymptoms | string |
String length: inclusive between 0 and 500 |
|
| WorkAreaFrequented | string |
String length: inclusive between 0 and 500 |
|
| LastDayWorked | date |
None. |
|
| IsEEDeniesSymptoms | 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,
"CaseNo": 2,
"DateOfExposure": "2025-12-14T02:48:14.2816295-08:00",
"DateOfSymptomsBegan": "2025-12-14T02:48:14.2816295-08:00",
"InjurySymptoms": "sample string 3",
"WorkAreaFrequented": "sample string 4",
"LastDayWorked": "2025-12-14T02:48:14.2816295-08:00",
"IsEEDeniesSymptoms": true,
"ValidFlag": true,
"DateCreated": "2025-12-14T02:48:14.2816295-08:00",
"DateUpdated": "2025-12-14T02:48:14.2816295-08:00",
"UserIDCreated": 8,
"UserIDUpdated": 9,
"CompanyCode": "sample string 10",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<NonInjurySymptomsDTO 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 10</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-12-14T02:48:14.2816295-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-12-14T02:48:14.2816295-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">8</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">9</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CaseNo>2</CaseNo> <DateOfExposure>2025-12-14T02:48:14.2816295-08:00</DateOfExposure> <DateOfSymptomsBegan>2025-12-14T02:48:14.2816295-08:00</DateOfSymptomsBegan> <Id>1</Id> <InjurySymptoms>sample string 3</InjurySymptoms> <IsEEDeniesSymptoms>true</IsEEDeniesSymptoms> <LastDayWorked>2025-12-14T02:48:14.2816295-08:00</LastDayWorked> <WorkAreaFrequented>sample string 4</WorkAreaFrequented> </NonInjurySymptomsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfNonInjurySymptomsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | NonInjurySymptomsDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"CaseNo": 2,
"DateOfExposure": "2025-12-14T02:48:14.3125384-08:00",
"DateOfSymptomsBegan": "2025-12-14T02:48:14.3125384-08:00",
"InjurySymptoms": "sample string 3",
"WorkAreaFrequented": "sample string 4",
"LastDayWorked": "2025-12-14T02:48:14.3125384-08:00",
"IsEEDeniesSymptoms": true,
"ValidFlag": true,
"DateCreated": "2025-12-14T02:48:14.3125384-08:00",
"DateUpdated": "2025-12-14T02:48:14.3125384-08:00",
"UserIDCreated": 8,
"UserIDUpdated": 9,
"CompanyCode": "sample string 10",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfNonInjurySymptomsDTOmhANR0_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 10</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-12-14T02:48:14.3125384-08:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-12-14T02:48:14.3125384-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">8</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">9</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:DateOfExposure>2025-12-14T02:48:14.3125384-08:00</d2p1:DateOfExposure>
<d2p1:DateOfSymptomsBegan>2025-12-14T02:48:14.3125384-08:00</d2p1:DateOfSymptomsBegan>
<d2p1:Id>1</d2p1:Id>
<d2p1:InjurySymptoms>sample string 3</d2p1:InjurySymptoms>
<d2p1:IsEEDeniesSymptoms>true</d2p1:IsEEDeniesSymptoms>
<d2p1:LastDayWorked>2025-12-14T02:48:14.3125384-08:00</d2p1:LastDayWorked>
<d2p1:WorkAreaFrequented>sample string 4</d2p1:WorkAreaFrequented>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfNonInjurySymptomsDTOmhANR0_Pp>