post https://localhost:8443/fineract-provider/api/v1/surveys/scorecards/
Add a new entry to a survey.
Mandatory Fields
clientId, createdOn, questionId, responseId, staffId
Log in to see full request history
Response
200OK
Add a new entry to a survey.
Mandatory Fields
clientId, createdOn, questionId, responseId, staffId
200OK
xxxxxxxxxx
curl --request POST \
--url https://localhost:8443/fineract-provider/api/v1/surveys/scorecards/surveyId \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!