POST api/OptimalHealthv2/PostCoverage
Request Information
URI Parameters
None.
Body Parameters
InputCoverage| Name | Description | Type | Additional information |
|---|---|---|---|
| pstCardNo | string |
None. |
|
| pstplan | string |
None. |
|
| pstCorpCode | string |
None. |
|
| pstprovider | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstCardNo": "sample string 1",
"pstplan": "sample string 2",
"pstCorpCode": "sample string 3",
"pstprovider": "sample string 4"
}
application/xml, text/xml
Sample:
<OptimalHealthResponse.InputCoverage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstCardNo>sample string 1</pstCardNo> <pstCorpCode>sample string 3</pstCorpCode> <pstplan>sample string 2</pstplan> <pstprovider>sample string 4</pstprovider> </OptimalHealthResponse.InputCoverage>
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.
