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