POST integration/v1/rejoin
Request Information
URI Parameters
None.
Body Parameters
TelemedicineRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TelemedicineId | integer |
None. |
|
| FirstName | string |
String length: inclusive between 0 and 8000 |
|
| LastName | string |
String length: inclusive between 0 and 100 |
|
| Dob | date |
None. |
|
| IncidentDate | date |
None. |
|
| string |
String length: inclusive between 0 and 8000 |
||
| ChiefComplain | string |
String length: inclusive between 0 and 8000 |
|
| CompanyCode | string |
String length: inclusive between 0 and 8000 |
|
| EmployeeId | string |
String length: inclusive between 0 and 20 |
|
| CaseNo | string |
String length: inclusive between 0 and 8000 |
|
| MedicalId | integer |
None. |
|
| EncounterId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TelemedicineId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Dob": "2025-10-30T07:57:47.6503679-07:00",
"IncidentDate": "2025-10-30T07:57:47.6503679-07:00",
"Email": "sample string 4",
"ChiefComplain": "sample string 5",
"CompanyCode": "sample string 6",
"EmployeeId": "sample string 7",
"CaseNo": "sample string 8",
"MedicalId": 9,
"EncounterId": 10
}
application/xml, text/xml
Sample:
<TelemedicineRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage"> <CaseNo>sample string 8</CaseNo> <ChiefComplain>sample string 5</ChiefComplain> <CompanyCode>sample string 6</CompanyCode> <Dob>2025-10-30T07:57:47.6503679-07:00</Dob> <Email>sample string 4</Email> <EmployeeId>sample string 7</EmployeeId> <EncounterId>10</EncounterId> <FirstName>sample string 2</FirstName> <IncidentDate>2025-10-30T07:57:47.6503679-07:00</IncidentDate> <LastName>sample string 3</LastName> <MedicalId>9</MedicalId> <TelemedicineId>1</TelemedicineId> </TelemedicineRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.