POST api/OptimalHealthv2/PostRatingbyClaimid
Request Information
URI Parameters
None.
Body Parameters
InputProviderRating| Name | Description | Type | Additional information |
|---|---|---|---|
| pstMemID | string |
None. |
|
| pstClaimID | string |
None. |
|
| pstRating | decimal number |
None. |
|
| pstStar | decimal number |
None. |
|
| pstRatingRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstMemID": "sample string 1",
"pstClaimID": "sample string 2",
"pstRating": 3.0,
"pstStar": 4.0,
"pstRatingRemarks": "sample string 5"
}
application/xml, text/xml
Sample:
<OptimalHealthResponse.InputProviderRating xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstClaimID>sample string 2</pstClaimID> <pstMemID>sample string 1</pstMemID> <pstRating>3</pstRating> <pstRatingRemarks>sample string 5</pstRatingRemarks> <pstStar>4</pstStar> </OptimalHealthResponse.InputProviderRating>
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.
