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