POST api/NTContactTracing/SaveContactTracingInterview
Request Information
URI Parameters
None.
Body Parameters
ContactTracingInterviewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ContactTracingId | integer |
None. |
|
| IsEmployeeReached | boolean |
None. |
|
| IsSymptoms | boolean |
None. |
|
| Note | string |
String length: inclusive between 0 and 300 |
|
| isCreateCase | boolean |
None. |
|
| CreatedUserName | string |
String length: inclusive between 0 and 61 |
|
| CaseNo | integer |
None. |
|
| Status | integer |
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,
"ContactTracingId": 2,
"IsEmployeeReached": true,
"IsSymptoms": true,
"Note": "sample string 4",
"isCreateCase": true,
"CreatedUserName": "sample string 5",
"CaseNo": 6,
"Status": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T12:39:42.4007476-07:00",
"DateUpdated": "2025-10-30T12:39:42.4007476-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<ContactTracingInterviewDTO 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 12</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T12:39:42.4007476-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T12:39:42.4007476-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">10</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CaseNo>6</CaseNo> <ContactTracingId>2</ContactTracingId> <CreatedUserName>sample string 5</CreatedUserName> <Id>1</Id> <IsEmployeeReached>true</IsEmployeeReached> <IsSymptoms>true</IsSymptoms> <Note>sample string 4</Note> <Status>1</Status> <isCreateCase>true</isCreateCase> </ContactTracingInterviewDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfContactTracingInterviewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | ContactTracingInterviewDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"ContactTracingId": 2,
"IsEmployeeReached": true,
"IsSymptoms": true,
"Note": "sample string 4",
"isCreateCase": true,
"CreatedUserName": "sample string 5",
"CaseNo": 6,
"Status": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T12:39:42.4163636-07:00",
"DateUpdated": "2025-10-30T12:39:42.4163636-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfContactTracingInterviewDTOmhANR0_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 12</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T12:39:42.4163636-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T12:39:42.4163636-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">10</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CaseNo>6</d2p1:CaseNo>
<d2p1:ContactTracingId>2</d2p1:ContactTracingId>
<d2p1:CreatedUserName>sample string 5</d2p1:CreatedUserName>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsEmployeeReached>true</d2p1:IsEmployeeReached>
<d2p1:IsSymptoms>true</d2p1:IsSymptoms>
<d2p1:Note>sample string 4</d2p1:Note>
<d2p1:Status>1</d2p1:Status>
<d2p1:isCreateCase>true</d2p1:isCreateCase>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfContactTracingInterviewDTOmhANR0_Pp>