POST api/HRMS/feedback

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "emplid": "sample string 1",
  "feedback_msg": "sample string 2",
  "rating": "sample string 3"
}

application/xml, text/xml

Sample:
<request_feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request">
  <emplid>sample string 1</emplid>
  <feedback_msg>sample string 2</feedback_msg>
  <rating>sample string 3</rating>
</request_feedback>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1"
}

application/xml, text/xml

Sample:
<response_feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models">
  <status>sample string 1</status>
</response_feedback>