POST api/OptimalHealthv2/GetClaimFormFile
Request Information
URI Parameters
None.
Body Parameters
ClaimFormRequestName | Description | Type | Additional information |
---|---|---|---|
lstFile | string |
None. |
|
lstType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "lstFile": "sample string 1", "lstType": "sample string 2" }
application/xml, text/xml
Sample:
<OptimalHealthResponse.ClaimFormRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <lstFile>sample string 1</lstFile> <lstType>sample string 2</lstType> </OptimalHealthResponse.ClaimFormRequest>
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.