SurveyApi

interface SurveyApi

Functions

Link copied to clipboard
abstract suspend fun createDatatableEntry1(surveyName: String, apptableId: Long, postSurveySurveyNameApptableIdRequest: PostSurveySurveyNameApptableIdRequest): PostSurveySurveyNameApptableIdResponse

Create an entry in the survey table Insert and entry in a survey table (full fill the survey). Refer Link for sample Body: https://fineract.apache.org/legacy-docs/apiLive.htm#survey_create Responses:

Link copied to clipboard
abstract suspend fun deleteDatatableEntries1(surveyName: String, clientId: Long, fulfilledId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun getClientSurveyOverview(surveyName: String, clientId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun getSurveyEntry(surveyName: String, clientId: Long, entryId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun register(surveyName: String, apptable: String, body: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveSurvey(surveyName: String): GetSurveyResponse

Retrieve survey Lists a registered survey table details and the Apache Fineract Core application table they are registered to. Responses:

Link copied to clipboard
abstract suspend fun retrieveSurveys(): List<GetSurveyResponse>

Retrieve surveys Retrieve surveys. This allows to retrieve the list of survey tables registered . Responses: