POST api/candidate/feedback
Request Information
URI Parameters
None.
Body Parameters
SaveFeedbackRequestName | Description | Type | Additional information |
---|---|---|---|
FeedbackType | FeedbackType |
None. |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FeedbackType": 0, "Comment": "sample string 1" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.