POST api/OptimalHealthv2/PostTeleHealthRequest

Request Information

URI Parameters

None.

Body Parameters

InputTeleHealthRequest
NameDescriptionTypeAdditional information
fstCardNo

string

None.

fstPlan

string

None.

fstDateofConsult

date

None.

fstSymptoms

string

None.

fstBP

string

None.

fstTemp

string

None.

fstPulse

string

None.

fstModeofConsult

string

None.

fstMobileNo

string

None.

fstPastmedicalHistory

string

None.

fstDrugAllergy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fstCardNo": "sample string 1",
  "fstPlan": "sample string 2",
  "fstDateofConsult": "2025-09-30T06:36:27.465974+08:00",
  "fstSymptoms": "sample string 4",
  "fstBP": "sample string 5",
  "fstTemp": "sample string 6",
  "fstPulse": "sample string 7",
  "fstModeofConsult": "sample string 8",
  "fstMobileNo": "sample string 9",
  "fstPastmedicalHistory": "sample string 10",
  "fstDrugAllergy": "sample string 11"
}

application/xml, text/xml

Sample:
<OptimalHealthResponse.InputTeleHealthRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <fstBP>sample string 5</fstBP>
  <fstCardNo>sample string 1</fstCardNo>
  <fstDateofConsult>2025-09-30T06:36:27.465974+08:00</fstDateofConsult>
  <fstDrugAllergy>sample string 11</fstDrugAllergy>
  <fstMobileNo>sample string 9</fstMobileNo>
  <fstModeofConsult>sample string 8</fstModeofConsult>
  <fstPastmedicalHistory>sample string 10</fstPastmedicalHistory>
  <fstPlan>sample string 2</fstPlan>
  <fstPulse>sample string 7</fstPulse>
  <fstSymptoms>sample string 4</fstSymptoms>
  <fstTemp>sample string 6</fstTemp>
</OptimalHealthResponse.InputTeleHealthRequest>

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.