POST api/OptimalHealthv2/PostDiagnosisbyCoverage

Request Information

URI Parameters

None.

Body Parameters

InputDiagnosisbyCoverage
NameDescriptionTypeAdditional information
fstAdmissionDate

date

None.

fstCoverage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fstAdmissionDate": "2025-09-30T06:40:26.3741033+08:00",
  "fstCoverage": "sample string 2"
}

application/xml, text/xml

Sample:
<OptimalHealthResponse.InputDiagnosisbyCoverage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <fstAdmissionDate>2025-09-30T06:40:26.3741033+08:00</fstAdmissionDate>
  <fstCoverage>sample string 2</fstCoverage>
</OptimalHealthResponse.InputDiagnosisbyCoverage>

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.