api/v1/customer/save-exit-questions

POST

api/v1/customer/save-exit-questions

This API method will map questions with customer

Sample Response

Parameter

Value / Type

Required

questions

Array

true

{
    "questions": [
        1,2
    ]
}
{
    "status": true,
    "message": "Questions Submitted Successfully"
}