api/v1/customer/add-feedback

POST

/api/v1/customer/add-feedback

This API method will allow one daily posting for application feedback. The customer can post notes, and the rating which is an optional parameter.

Sample Request body

Parameter

Value / Type

Required

platform

STRING

true

notes

STRING (max 255)

true

rating

INTEGER

false

Sample Response

{
    "status": true,
    "message": "Successfully submitted feedback"
}
{
    "status": false,
    "message": "You cannot post feedback more than once daily"
}