toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.apis
/
FineractEntityApi
Fineract
Entity
Api
interface
FineractEntityApi
Members
Functions
create
Map
Link copied to clipboard
abstract
suspend
fun
createMap
(
relId
:
Long
,
body
:
String
?
=
null
)
:
String
Responses:
delete4
Link copied to clipboard
abstract
suspend
fun
delete4
(
mapId
:
Long
)
:
String
Responses:
get
Entity
To
Entity
Mappings
Link copied to clipboard
abstract
suspend
fun
getEntityToEntityMappings
(
mapId
:
Long
,
fromId
:
Long
,
toId
:
Long
)
:
String
Responses:
retrieve
All7
Link copied to clipboard
abstract
suspend
fun
retrieveAll7
(
)
:
String
Responses:
retrieve
One4
Link copied to clipboard
abstract
suspend
fun
retrieveOne4
(
mapId
:
Long
)
:
String
Responses:
update
Map
Link copied to clipboard
abstract
suspend
fun
updateMap
(
mapId
:
Long
,
body
:
String
?
=
null
)
:
String
Responses: