LookupsApi

interface LookupsApi

Functions

getCurrencies
Link copied to clipboard
@GET(value = lookups/currencies)
abstract suspend fun getCurrencies(@Query(value = localelocale: String? = null): Response<GetLookupCurrencyListResponseDto>
Supported Currencies This API call allows you to retrieve the list of currencies that we currently support in our system.
getDocumentCategories
Link copied to clipboard
@GET(value = lookups/documentcategories)
abstract suspend fun getDocumentCategories(@Query(value = scalescale: String? = "3x", @Query(value = localelocale: String? = null): Response<GetLookupCategoryListResponseDto>
Document categories This API call allows for retrieval of a list of document categories.
getLocales
Link copied to clipboard
@GET(value = lookups/locales)
abstract suspend fun getLocales(): Response<GetLookupLocaleListResponseDto>
Supported Locales This API call allows you to retrieve the list of locales that we currently support in our system.