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