POST api/OptimalHealthv2/PostVirtualConsultRequest
Request Information
URI Parameters
None.
Body Parameters
InputTeleHealthRequestName | Description | Type | Additional 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:25.3097629+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:25.3097629+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.