POST integration/v1/rejoin

Request Information

URI Parameters

None.

Body Parameters

TelemedicineRequestDTO
NameDescriptionTypeAdditional information
TelemedicineId

integer

None.

FirstName

string

String length: inclusive between 0 and 50

LastName

string

String length: inclusive between 0 and 50

Dob

date

None.

IncidentDate

date

None.

Email

string

String length: inclusive between 0 and 150

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": "2026-06-20T12:50:37.0406354-07:00",
  "IncidentDate": "2026-06-20T12:50:37.0406354-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/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.