POST api/OptimalHealthv2/GetHealthRiskAssessmentByCardNo
Request Information
URI Parameters
None.
Body Parameters
CardNoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pstCardNo | string |
None. |
|
| BrowserWidth | integer |
None. |
|
| MarginsLeft | integer |
None. |
|
| MarginsRight | integer |
None. |
|
| HeaderHeight | integer |
None. |
|
| FooterHeight | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstCardNo": "sample string 1",
"BrowserWidth": 2,
"MarginsLeft": 3,
"MarginsRight": 4,
"HeaderHeight": 5,
"FooterHeight": 6
}
application/xml, text/xml
Sample:
<OptimalHealthResponse.CardNoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <BrowserWidth>2</BrowserWidth> <FooterHeight>6</FooterHeight> <HeaderHeight>5</HeaderHeight> <MarginsLeft>3</MarginsLeft> <MarginsRight>4</MarginsRight> <pstCardNo>sample string 1</pstCardNo> </OptimalHealthResponse.CardNoRequest>
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.
