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

ParameterValue / TypeRequired
platformSTRINGtrue
notesSTRING (max 255)true
ratingINTEGERfalse

Sample Response

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