toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.apis
/
SMSApi
SMSApi
interface
SMSApi
Members
Functions
create2
Link copied to clipboard
abstract
suspend
fun
create2
(
body
:
String
?
=
null
)
:
String
Responses:
delete6
Link copied to clipboard
abstract
suspend
fun
delete6
(
resourceId
:
Long
)
:
String
Responses:
retrieve
All10
Link copied to clipboard
abstract
suspend
fun
retrieveAll10
(
)
:
String
Responses:
retrieve
All
Sms
By
Status
Link copied to clipboard
abstract
suspend
fun
retrieveAllSmsByStatus
(
campaignId
:
Long
,
status
:
Long
?
=
null
,
fromDate
:
String
?
=
null
,
toDate
:
String
?
=
null
,
locale
:
String
?
=
null
,
dateFormat
:
String
?
=
null
,
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
orderBy
:
String
?
=
null
,
sortOrder
:
String
?
=
null
)
:
String
Responses:
retrieve
One6
Link copied to clipboard
abstract
suspend
fun
retrieveOne6
(
resourceId
:
Long
)
:
String
Responses:
update3
Link copied to clipboard
abstract
suspend
fun
update3
(
resourceId
:
Long
,
body
:
String
?
=
null
)
:
String
Responses: