public interface Finser
| Modifier and Type | Method and Description |
|---|---|
CreateOrUpdateCompanyResponse |
createOrUpdateCompany(CreateOrUpdateCompanyRequest body) |
CreateOrUpdateFinancialStatementsResponse |
createOrUpdateFinancialStatements(CreateOrUpdateFinancialStatementsRequest body,
String companyId) |
DeleteCompanyResponse |
deleteCompany(String id) |
DeleteFinancialStatementResponse |
deleteFinancialStatement(String companyId,
String id) |
DeleteFinancialStatementsResponse |
deleteFinancialStatements(String companyId) |
GetCompanyResponse |
getCompany(String id) |
GetFinancialStatementResponse |
getFinancialStatement(String companyId,
String id) |
GetFinancialStatementsResponse |
getFinancialStatements(String companyId) |
SearchFinancialStatementsResponse |
searchFinancialStatements(SearchFinancialStatementsRequest body) |
CreateOrUpdateCompanyResponse createOrUpdateCompany(CreateOrUpdateCompanyRequest body)
GetCompanyResponse getCompany(String id)
DeleteCompanyResponse deleteCompany(String id)
GetFinancialStatementsResponse getFinancialStatements(String companyId)
DeleteFinancialStatementsResponse deleteFinancialStatements(String companyId)
CreateOrUpdateFinancialStatementsResponse createOrUpdateFinancialStatements(CreateOrUpdateFinancialStatementsRequest body, String companyId)
GetFinancialStatementResponse getFinancialStatement(String companyId, String id)
DeleteFinancialStatementResponse deleteFinancialStatement(String companyId, String id)
SearchFinancialStatementsResponse searchFinancialStatements(SearchFinancialStatementsRequest body)
Copyright © 2019. All rights reserved.