POST api/NTContactTracing/SaveContactTracing

Request Information

URI Parameters

None.

Body Parameters

ContactTracingDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ClinicalPathwayId

integer

None.

InteractionType

string

String length: inclusive between 0 and 50

EmployeeId

string

String length: inclusive between 0 and 12

IndexEmployeeId

string

String length: inclusive between 0 and 12

Phone

string

String length: inclusive between 0 and 20

Status

integer

None.

FirstName

string

String length: inclusive between 0 and 50

LastName

string

String length: inclusive between 0 and 50

NoOfAttempts

integer

None.

InterviewNote

string

String length: inclusive between 0 and 300

IsEmployeeReached

boolean

None.

UserField1

string

String length: inclusive between 0 and 100

DOB

date

None.

WLCode

string

String length: inclusive between 0 and 20

ContactWLCode

string

String length: inclusive between 0 and 20

IsEdit

boolean

None.

IndexCaseNo

integer

None.

CaseNo

integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

Note

string

String length: inclusive between 0 and 300

Email

string

String length: inclusive between 0 and 150

ContactFirstName

string

String length: inclusive between 0 and 50

ContactLastName

string

String length: inclusive between 0 and 50

CompanyName

string

String length: inclusive between 0 and 60

WLName

string

String length: inclusive between 0 and 200

StatusName

string

String length: inclusive between 0 and 30

ContactFullName

string

String length: inclusive between 0 and 100

FullName

string

String length: inclusive between 0 and 100

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,
  "InteractionType": "sample string 3",
  "EmployeeId": "sample string 4",
  "IndexEmployeeId": "sample string 5",
  "Phone": "sample string 6",
  "Status": 1,
  "FirstName": "sample string 7",
  "LastName": "sample string 8",
  "NoOfAttempts": 1,
  "InterviewNote": "sample string 9",
  "IsEmployeeReached": true,
  "UserField1": "sample string 10",
  "DOB": "2024-11-21T00:33:10.6051639-08:00",
  "WLCode": "sample string 11",
  "ContactWLCode": "sample string 12",
  "IsEdit": true,
  "IndexCaseNo": 1,
  "CaseNo": 1,
  "CorporationCode": "sample string 13",
  "Note": "sample string 14",
  "Email": "sample string 15",
  "ContactFirstName": "sample string 16",
  "ContactLastName": "sample string 17",
  "CompanyName": "sample string 18",
  "WLName": "sample string 19",
  "StatusName": "sample string 20",
  "ContactFullName": "sample string 17, sample string 16",
  "FullName": "sample string 8, sample string 7",
  "ValidFlag": true,
  "DateCreated": "2024-11-21T00:33:10.6051639-08:00",
  "DateUpdated": "2024-11-21T00:33:10.6051639-08:00",
  "UserIDCreated": 24,
  "UserIDUpdated": 25,
  "CompanyCode": "sample string 26",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<ContactTracingDTO 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 26</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.6051639-08:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.6051639-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">24</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">25</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <CaseNo>1</CaseNo>
  <ClinicalPathwayId>2</ClinicalPathwayId>
  <CompanyName>sample string 18</CompanyName>
  <ContactFirstName>sample string 16</ContactFirstName>
  <ContactLastName>sample string 17</ContactLastName>
  <ContactWLCode>sample string 12</ContactWLCode>
  <CorporationCode>sample string 13</CorporationCode>
  <DOB>2024-11-21T00:33:10.6051639-08:00</DOB>
  <Email>sample string 15</Email>
  <EmployeeId>sample string 4</EmployeeId>
  <FirstName>sample string 7</FirstName>
  <Id>1</Id>
  <IndexCaseNo>1</IndexCaseNo>
  <IndexEmployeeId>sample string 5</IndexEmployeeId>
  <InteractionType>sample string 3</InteractionType>
  <InterviewNote>sample string 9</InterviewNote>
  <IsEdit>true</IsEdit>
  <IsEmployeeReached>true</IsEmployeeReached>
  <LastName>sample string 8</LastName>
  <NoOfAttempts>1</NoOfAttempts>
  <Note>sample string 14</Note>
  <Phone>sample string 6</Phone>
  <Status>1</Status>
  <StatusName>sample string 20</StatusName>
  <UserField1>sample string 10</UserField1>
  <WLCode>sample string 11</WLCode>
  <WLName>sample string 19</WLName>
</ContactTracingDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfContactTracingDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

ContactTracingDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "ClinicalPathwayId": 2,
    "InteractionType": "sample string 3",
    "EmployeeId": "sample string 4",
    "IndexEmployeeId": "sample string 5",
    "Phone": "sample string 6",
    "Status": 1,
    "FirstName": "sample string 7",
    "LastName": "sample string 8",
    "NoOfAttempts": 1,
    "InterviewNote": "sample string 9",
    "IsEmployeeReached": true,
    "UserField1": "sample string 10",
    "DOB": "2024-11-21T00:33:10.6364398-08:00",
    "WLCode": "sample string 11",
    "ContactWLCode": "sample string 12",
    "IsEdit": true,
    "IndexCaseNo": 1,
    "CaseNo": 1,
    "CorporationCode": "sample string 13",
    "Note": "sample string 14",
    "Email": "sample string 15",
    "ContactFirstName": "sample string 16",
    "ContactLastName": "sample string 17",
    "CompanyName": "sample string 18",
    "WLName": "sample string 19",
    "StatusName": "sample string 20",
    "ContactFullName": "sample string 17, sample string 16",
    "FullName": "sample string 8, sample string 7",
    "ValidFlag": true,
    "DateCreated": "2024-11-21T00:33:10.6364398-08:00",
    "DateUpdated": "2024-11-21T00:33:10.6364398-08:00",
    "UserIDCreated": 24,
    "UserIDUpdated": 25,
    "CompanyCode": "sample string 26",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfContactTracingDTOmhANR0_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 26</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.6364398-08:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:33:10.6364398-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">24</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">25</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:ClinicalPathwayId>2</d2p1:ClinicalPathwayId>
    <d2p1:CompanyName>sample string 18</d2p1:CompanyName>
    <d2p1:ContactFirstName>sample string 16</d2p1:ContactFirstName>
    <d2p1:ContactLastName>sample string 17</d2p1:ContactLastName>
    <d2p1:ContactWLCode>sample string 12</d2p1:ContactWLCode>
    <d2p1:CorporationCode>sample string 13</d2p1:CorporationCode>
    <d2p1:DOB>2024-11-21T00:33:10.6364398-08:00</d2p1:DOB>
    <d2p1:Email>sample string 15</d2p1:Email>
    <d2p1:EmployeeId>sample string 4</d2p1:EmployeeId>
    <d2p1:FirstName>sample string 7</d2p1:FirstName>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IndexCaseNo>1</d2p1:IndexCaseNo>
    <d2p1:IndexEmployeeId>sample string 5</d2p1:IndexEmployeeId>
    <d2p1:InteractionType>sample string 3</d2p1:InteractionType>
    <d2p1:InterviewNote>sample string 9</d2p1:InterviewNote>
    <d2p1:IsEdit>true</d2p1:IsEdit>
    <d2p1:IsEmployeeReached>true</d2p1:IsEmployeeReached>
    <d2p1:LastName>sample string 8</d2p1:LastName>
    <d2p1:NoOfAttempts>1</d2p1:NoOfAttempts>
    <d2p1:Note>sample string 14</d2p1:Note>
    <d2p1:Phone>sample string 6</d2p1:Phone>
    <d2p1:Status>1</d2p1:Status>
    <d2p1:StatusName>sample string 20</d2p1:StatusName>
    <d2p1:UserField1>sample string 10</d2p1:UserField1>
    <d2p1:WLCode>sample string 11</d2p1:WLCode>
    <d2p1:WLName>sample string 19</d2p1:WLName>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfContactTracingDTOmhANR0_Pp>