POST integration/v1/save

Request Information

URI Parameters

None.

Body Parameters

TelemedicineRequestDTO
NameDescriptionTypeAdditional 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.

Email

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": "2024-11-21T00:33:10.1830798-08:00",
  "IncidentDate": "2024-11-21T00:33:10.1830798-08: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>2024-11-21T00:33:10.1830798-08:00</Dob>
  <Email>sample string 4</Email>
  <EmployeeId>sample string 7</EmployeeId>
  <EncounterId>10</EncounterId>
  <FirstName>sample string 2</FirstName>
  <IncidentDate>2024-11-21T00:33:10.1830798-08: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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.