sfin_contract 0.0.154

This is dio contract library

sfin_contract

API to manage user

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: v0.0.2
  • Generator version: 7.6.0
  • Build package: org.openapitools.codegen.languages.DartClientCodegen

Requirements

Dart 2.12 or later

Installation & Usage

Github

If this Dart package is published to Github, add the following dependency to your pubspec.yaml

dependencies:
  sfin_contract:
    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git

Local

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  sfin_contract:
    path: /path/to/sfin_contract

Tests

TODO

Getting Started

Please follow the installation procedure and then run the following:

import 'package:sfin_contract/api.dart';


final api_instance = AuditApi();
final domainType = domainType_example; // String | domain type
final reference = reference_example; // String | audit reference
final loadOriginalReference = true; // bool | query param to load original reference

try {
    final result = api_instance.getByReference(domainType, reference, loadOriginalReference);
    print(result);
} catch (e) {
    print('Exception when calling AuditApi->getByReference: $e\n');
}

Documentation for API Endpoints

All URIs are relative to http://localhost:8080

ClassMethodHTTP requestDescription
AuditApigetByReferenceGET /api/v1/audits/{domainType}/{reference}Get audit by reference
BankApiaccountBalanceByBankCodeGET /api/v1/banks/accounts/{code}/balanceGet account balance by bank code
BankApiaccountTransactionsByBankCodeGET /api/v1/banks/accounts/{code}/transactionsList account transactions by bank code
BankApibankStatementAutoMatchGET /api/v1/banks/statements/auto-matchbank statement auto match
BankApibankStatementTransactionsGET /api/v1/banks/{code}/statements/{reference}/transactionsfetch all bank statements
BankApichangeBankStatementsPUT /api/v1/banks/statement-files/{reference}change bank statements file for another account
BankApideleteBankAccountByCodeDELETE /api/v1/banks/accounts/{code}Delete/Archive Bank Account by Bank Code
BankApideleteBankStatementTransactionListDELETE /api/v1/banks/statements/transactions/deleteDelete/Retract Bank statement transaction list by references
BankApideleteBankTransactionByReferenceDELETE /api/v1/banks/statements/transactions/{reference}delete the bank statement transaction
BankApifetchAllBankStatementsGET /api/v1/banks/statementsfetch all bank statements
BankApifindBankStatementByBankStatementTransactionReferenceGET /api/v1/banks/statements/transactions/{reference}/statementfind bank statement by bank statement reference
BankApifindBankStatementTransactionByReferenceGET /api/v1/banks/statements/transactions/{reference}find bank statement transaction by reference
BankApigetAccountsGET /api/v1/banks/accountsget all accounts
BankApigetBankStatementByReferenceGET /api/v1/banks/statements/{reference}find bank statement by reference
BankApigetBankStatementsByBankCodeGET /api/v1/banks/{code}/statementsget bank Statements by bank code
BankApigetPlaidLinkTokenGET /api/v1/banks/plaid-link-tokenget plaid link token
BankApilinkBanksPOST /api/v1/banks/plaid-link-banklinkBanks
BankApimanualStatementWithInvoiceMatchTransactPUT /api/v1/banks/statements/manual/invoice-paymentcreate manual bank statement with invoice match
BankApimanualTransactPOST /api/v1/banks/{code}/transactionsmanual transact (add or transfer)
BankApimatchInvoiceWithBankStatementPUT /api/v1/banks/statements/invoice-matchmatch invoice with bank statement
BankApimatchSingleInvoiceWithMultipleOnAccountPUT /api/v1/banks/match-invoice-with-multiple-on-accountMatch single invoice with multiple on account
BankApimatchSingleOnAccountWithMultipleInvoicePUT /api/v1/banks/match-on-account-with-multiple-invoiceMatch single on account with multiple invoice
BankApionAccountByReferencePUT /api/v1/banks/{code}/statements/{reference}/transactions/{transactionReference}/onAccountOn Account bank statement transaction by reference
BankApireOpenClosedAccountByBankCodePUT /api/v1/banks/accounts/{code}/re-openRe Open Closed Account By Bank Code
BankApirefreshAccountGET /api/v1/banks/accounts/{accountId}/refreshrefresh account by id
BankApirestoreStatementPUT /api/v1/banks/{code}/statements/{reference}/restorerestore skipped bank statement
BankApiretractPUT /api/v1/banks/{code}/statements/{reference}/transactions/retractretractBankStatementTransactions
BankApiretractByReferencePUT /api/v1/banks/{code}/statements/{reference}/transactions/{transactionReference}/retractRetract bank statement transaction by reference
BankApiskipDELETE /api/v1/banks/{code}/statements/{reference}/transactionsskip the bank statement
BankApitransactPOST /api/v1/banks/{code}/statements/{reference}/transactionstransact (add or transfer)
BankApiupdateBankDetailPUT /api/v1/banks/bank-detailupdate bank detail
BankApiupdateBankTransactionByReferencePUT /api/v1/banks/statements/transactions/{reference}Update bank statement transaction by reference
BankApiupdateBankTransactionListByReferencePUT /api/v1/banks/{code}/statements/{bankStatementReference}/transaction/{transactionReference}Update bank statement transaction list by reference
BankApiupdateManualBankStatementPUT /api/v1/banks/statements/manualupdate manual bank statement
BudgetApideleteBudgetFilterDELETE /api/v1/budget-management/date-filterdelete budget filter
BudgetApigetBudgetCategoryReportGET /api/v1/budget-management/category-reportget budget category report
BudgetApigetBudgetFilterListGET /api/v1/budget-management/date-filterget budget filter list
BudgetApigetBudgetFixedAssetsReportGET /api/v1/budget-management/fixed-asset-reportget budget fixed assets report
BudgetApigetBudgetPlanningGET /api/v1/budget-management/planningget budget planning summary
BudgetApigetBudgetProfitLossGET /api/v1/budget-management/profit-lossget budget profit loss
BudgetApisaveBudgetFilterPUT /api/v1/budget-management/date-filtersave budget filter
BudgetApiupdateBudgetPlanningPUT /api/v1/budget-management/planningupdate budget planning summary
CisApiaddNewSubcontractorPOST /api/v1/cis/subcontractorsaddSubcontractor
CisApiamendMonthlyCisReturnByReferencePUT /api/v1/cis/cis-returns/{reference}Amend monthly CIS returns by reference
CisApicreateManualMonthlyCisReturnsPOST /api/v1/cis/cis-returnsCreate manual monthly CIS returns
CisApigetAllSubcontractorsGET /api/v1/cis/subcontractorsget all subcontractors
CisApigetCisConfigGET /api/v1/cis/configget CIS config
CisApigetCisDeductionRateGET /api/v1/cis/subcontractors/{reference}/deduction-ratesCIS deduction rate
CisApigetCisOverviewGET /api/v1/cis/overviewget CIS overview
CisApigetCisReturnsOverviewGET /api/v1/cis/cis-returns/overviewCIS returns overview
CisApigetMonthlyCisReturnByReferenceGET /api/v1/cis/cis-returns/{reference}Get monthly CIS returns by reference
CisApigetMonthlyCisReturnsGET /api/v1/cis/cis-returnsGet all monthly CIS returns
CisApisendCisStatementsPOST /api/v1/cis/cis-returns/{reference}/statementsSend CIS statements to subcontractors by reference
CisApisubmitMonthlyCisReturnsPOST /api/v1/cis/cis-returns/{reference}Submit monthly CIS returns
CisApiupdateCisConfigPUT /api/v1/cis/configupdate CIS config
CisApiverifySubcontractorPUT /api/v1/cis/subcontractors/{reference}Verify Subcontractor by reference
CisApiverifySubcontractorsPUT /api/v1/cis/subcontractorsVerify Subcontractors by references
ConfigApiaddBusinessPUT /api/v1/companies/{reference}/initiate-onboardingadd business
ConfigApiaddFavouriteItemPOST /api/v1/favourite-itemsAdd favourite item
ConfigApiaddLogoPOST /api/v1/logosadd logo
ConfigApiapproveImportedBankStatementsPUT /api/v1/importers/banks/statement-files/approveapprove imported bank-statements
ConfigApiapproveImportedCustomerInvoicesPUT /api/v1/importers/customers/invoices/approveapprove imported customer-invoices
ConfigApiapproveImportedCustomersPUT /api/v1/importers/customers/approveapprove imported customers
ConfigApiapproveImportedProductsPUT /api/v1/importers/products/approveapprove imported products
ConfigApiapproveImportedSupplierInvoicesPUT /api/v1/importers/suppliers/invoices/approveapprove imported supplier-invoices
ConfigApiapproveImportedSuppliersPUT /api/v1/importers/suppliers/approveapprove imported suppliers
ConfigApiarchiveImportTemplateByReferenceDELETE /api/v1/importers/configs/archive/{reference}Archive Import template by reference
ConfigApiattachImportedFilePUT /api/v1/importers/files/{reference}Attach imported file
ConfigApicheckCloseableMultiCurrencyGET /api/v1/configs/multi-currencycheck closeable multi currency
ConfigApicloseDatePOST /api/v1/close-dates/currentclose date
ConfigApicreateFiltrationQueryPOST /api/v1/filtrationscreate Filtration Query
ConfigApicreateQuickLinkPOST /api/v1/configs/quicklinksCreate QuickLink
ConfigApideleteFavouriteItemDELETE /api/v1/favourite-items/{reference}Delete favourite-item by reference
ConfigApideleteFiltrationQueryDELETE /api/v1/filtrationsdelete saved filtration query
ConfigApideleteImportFileByReferenceDELETE /api/v1/importers/files/{reference}Delete Import file by reference
ConfigApideleteImportTemplateByReferenceDELETE /api/v1/importers/configs/{reference}Delete Import template by reference
ConfigApideleteLogoDELETE /api/v1/logos/{reference}delete logo
ConfigApideleteQuickLinkByDomainDELETE /api/v1/configs/quicklinks/domainsdelete quickLink by domain reference
ConfigApideleteQuickLinkByReferenceDELETE /api/v1/configs/quicklinks/{reference}delete quickLink by reference
ConfigApideleteQuickLinkGroupDELETE /api/v1/configs/quicklinks/groups/{reference}delete quickLink by group reference
ConfigApidisableMultiCurrencyDELETE /api/v1/configs/multi-currencyDisable multi currency support
ConfigApifindImportTemplateByReferenceGET /api/v1/importers/configs/{reference}Import template by reference
ConfigApigetAllFavouriteItemsGET /api/v1/favourite-itemsGet all favourite items
ConfigApigetAllFiltrationQueryGET /api/v1/filtrationsget all saved filtration query
ConfigApigetAllInvoiceTemplatesGET /api/v1/invoice-templatesget all invoice templates
ConfigApigetAllQuickLinksGET /api/v1/configs/quicklinksget all QuickLinks
ConfigApigetClientCompaniesGET /api/v1/client-companiesget client companies
ConfigApigetCompaniesGET /api/v1/companiesget companies
ConfigApigetCompanyConfigGET /api/v1/companies/configget company config
ConfigApigetCompanyManagementListGET /api/v1/company-managementget company list for portal
ConfigApigetCompanyProfileGET /api/v1/companies/{crn}get company profile
ConfigApigetCurrentCloseDateGET /api/v1/close-dates/currentget current close date
ConfigApigetCurrentInvoiceTemplateGET /api/v1/invoice-templates/currentget current invoice template
ConfigApigetDefaultFilterQueryGET /api/v1/filtrations/default-filterget default filter for grid
ConfigApigetExchangeRateGET /api/v1/configs/exchange-ratesget exchange rate
ConfigApigetFinancialConfigGET /api/v1/configs/financialget financial config
ConfigApigetInactiveCompanyGET /api/v1/companies/inactiveget inactive company
ConfigApigetLogosGET /api/v1/logosget logos
ConfigApigetPreviousCloseDatesGET /api/v1/close-dates/previous-close-datesget previous close dates
ConfigApigetQuickLinkByReferenceGET /api/v1/configs/quicklinks/{reference}get quickLink by reference
ConfigApigetVatConfigGET /api/v1/configs/vatget vat config
ConfigApihasOnAccountMatchGET /api/v1/configs/has-on-account-matchcheck on-account matches
ConfigApiimportConfigsGET /api/v1/importers/configsImport configs
ConfigApiimportCustomerInvoicesPOST /api/v1/importers/customers/invoicesimport customer invoices but yet to be approved/activated
ConfigApiimportSupplierInvoicesPOST /api/v1/importers/suppliers/invoicesimport supplier-invoices but yet to be approved/activated
ConfigApiimportedFilesGET /api/v1/importers/filesFind All Import files
ConfigApiloadDataPOST /api/v1/importers/{template}Load data
ConfigApiloadUploadHeadersPOST /api/v1/importers/headersLoad headers
ConfigApimarkAsWelcomedPUT /api/v1/companies/{reference}/welcomedmark company as welcomed
ConfigApiorderQuickLinkGroupPUT /api/v1/configs/quicklinks/groups/{reference}update group order by reference
ConfigApireOpenCloseDatePUT /api/v1/close-dates/{reference}re-open close date
ConfigApiregisterTemplatePOST /api/v1/importers/configsRegister new template
ConfigApisearchCompaniesGET /api/v1/companies/searchsearch companies
ConfigApiupdateCompanyConfigPUT /api/v1/companies/configupdate company config
ConfigApiupdateDefaultFilterQueryPUT /api/v1/filtrations/default-filtersave default filter
ConfigApiupdateFiltrationQueryPUT /api/v1/filtrationsUpdate Filtration Query
ConfigApiupdateFinancialConfigPUT /api/v1/configs/financialupdate financial config
ConfigApiupdateInvoiceTemplatePOST /api/v1/invoice-templatesupdate invoice template
ConfigApiupdateLogoPUT /api/v1/logos/{reference}update logo
ConfigApiupdateQuickLinkPUT /api/v1/configs/quicklinks/{reference}Update QuickLink
ConfigApiupdateQuickLinkGroupPUT /api/v1/configs/quicklinks/groupsupdate quick-link-group
ConfigApiupdateTemplateByReferencePUT /api/v1/importers/configs/{reference}Update import template by reference
ConfigApiupdateVatConfigPUT /api/v1/configs/vatupdate vat config
ConfigurationApiarchiveChartOfAccountPUT /api/v1/configurations/chart-of-accounts/archivearchive chart of account
ConfigurationApicreateChartOfAccountPOST /api/v1/configurations/chart-of-accountscreate chart of account
ConfigurationApicreateVatCodePOST /api/v1/configurations/vat-codecreate vat code
ConfigurationApideleteChartOfAccountDELETE /api/v1/configurations/chart-of-accountsdelete
ConfigurationApigetAccountViewConfigurationGET /api/v1/configurations/chart-of-accounts/settingsGet account configuration settings
ConfigurationApigetAllChartOfAccountGET /api/v1/configurations/chart-of-accountsget chart of account list
ConfigurationApigetBalanceSheetSettingsGET /api/v1/configurations/balance-sheet/settingsget balance-sheet settings
ConfigurationApigetBankAccountsDetailsGET /api/v1/configurations/bank-accounts-detailsget bank accounts details
ConfigurationApigetBusinessAccountLookupGET /api/v1/configurations/business-account-lookupget all business account lookup
ConfigurationApigetChartOfAccountByNominalCodeGET /api/v1/configurations/chart-of-accounts/{nominalCode}get chart of account by nominal code
ConfigurationApigetChartOfAccountConfigLookupGET /api/v1/configurations/chart-of-account-config-lookupget all chart of account configs
ConfigurationApigetChartOfAccountDetailGET /api/v1/configurations/chart-of-account-detailget chart of account detail
ConfigurationApigetChartOfAccountLookupGET /api/v1/configurations/chart-of-account-lookupget all chart of account
ConfigurationApigetGlobalChartOfAccountGET /api/v1/configurations/chart-of-accounts/global/{nominalCode}get global chart of account detail
ConfigurationApigetProfitAndLossSettingsGET /api/v1/configurations/profit-loss/settingsget profit-and-loss settings
ConfigurationApigetPurchaseAccountLookupGET /api/v1/configurations/purchase-account-lookupget all purchase account lookup
ConfigurationApigetSalesAccountLookupGET /api/v1/configurations/sales-account-lookupget all sales account lookup
ConfigurationApigetVatCodeListGET /api/v1/configurations/vat-codeget vat code list
ConfigurationApiunArchiveChartOfAccountPUT /api/v1/configurations/chart-of-accounts/unarchiveun archive chart of account
ConfigurationApiupdateAccountConfigurationPOST /api/v1/configurations/chart-of-accounts/settingsUpdate account configuration field
ConfigurationApiupdateBalanceSheetSettingsPUT /api/v1/configurations/balance-sheet/settingsupdate balance-sheet settings
ConfigurationApiupdateChartOfAccountPUT /api/v1/configurations/chart-of-accountsupdate chart of account
ConfigurationApiupdateProfitAndLossSettingsPUT /api/v1/configurations/profit-loss/settingsupdate profit-and-loss settings
ConfigurationApiupdateVatCodePUT /api/v1/configurations/vat-codeupdate vat code
CustomerApiarchiveCustomerPUT /api/v1/customers/{reference}/archive
CustomerApiautoMatchSalesOnAccountsByReferencePOST /api/v1/customers/{reference}/sales-on-accounts/auto-matchAuto match sales on accounts
CustomerApicreateCustomerPOST /api/v1/customersCreate Customer
CustomerApicreateCustomerOnTheFlyPOST /api/v1/customers/on-the-flyCreate Customer on-the-fly
CustomerApicreateInvoicePOST /api/v1/customers/invoicescreate Customer Invoice
CustomerApicreateMultipleInvoicePOST /api/v1/customers/invoices/batch-entriesPost multiple Customer Invoice
CustomerApideleteCustomerInvoiceByReferenceDELETE /api/v1/customers/invoices/{reference}delete customer invoice by reference
CustomerApideleteUploadedCustomerInvoicesDELETE /api/v1/customers/invoices/batch-entriesdelete uploaded customer invoices
CustomerApigetAllCustomerInvoicesGET /api/v1/customers/invoicesget all customer invoices
CustomerApigetAllCustomersGET /api/v1/customersget all Customers
CustomerApigetBulkCustomerInvoiceAutoSuggestionGET /api/v1/customers/invoices/bulk-auto-suggestionsgetBulkCustomerInvoiceAutoSuggestion
CustomerApigetBulkCustomerInvoiceAutoSuggestionByReferenceGET /api/v1/customers/{reference}/invoices/bulk-auto-suggestionsgetBulkCustomerInvoiceAutoSuggestionByReference
CustomerApigetCustomerByReferenceGET /api/v1/customers/{reference}Get customer by reference
CustomerApigetCustomerCodeGET /api/v1/customers/codesGet customer code
CustomerApigetCustomerCodeByReferenceGET /api/v1/customers/{reference}/codesGet customer code
CustomerApigetCustomerFinancialOverviewGET /api/v1/customers/{reference}/financial-overviewget customer financial overview
CustomerApigetCustomerInvoiceAutoSuggestionGET /api/v1/customers/invoices/auto-suggestionsgetCustomerInvoiceAutoSuggestion
CustomerApigetCustomerInvoiceAutoSuggestionByReferenceGET /api/v1/customers/{reference}/invoices/auto-suggestionsgetCustomerInvoiceAutoSuggestionByReference
CustomerApigetCustomerInvoiceByReferenceGET /api/v1/customers/invoices/{reference}Get customer invoice by reference
CustomerApigetCustomerInvoiceNoGET /api/v1/customers/invoices/next-invoice-noget next customer invoice no
CustomerApigetCustomerOnAccountAuditTransactionsGET /api/v1/customers/invoices/on-accountsGet customer on accounts audit transactions
CustomerApigetCustomerStatementsGET /api/v1/customers/{reference}/statementsget customer statements
CustomerApigetCustomerTransactionsActivityGET /api/v1/customers/{reference}/activitiesget customer transactions activity
CustomerApigetCustomerTransactionsByReferenceGET /api/v1/customers/{reference}/transactionsGet customer transactions by reference
CustomerApigetDeletedCustomerInvoiceByReferenceGET /api/v1/customers/invoices/deleted/{reference}Get deleted customer invoice by reference
CustomerApigetDeletedOpeningBalanceByReferenceGET /api/v1/customers/opening-balances/deleted/{reference}get deleted opening balance by reference
CustomerApigetInvoiceCurrenciesByCustomerReferenceGET /api/v1/customers/{reference}/invoices/currenciesGet invoice currencies by customer reference
CustomerApigetOpeningBalanceByReferenceGET /api/v1/customers/opening-balances/{reference}get opening balance by reference
CustomerApigetOutstandingInvoicesGET /api/v1/customers/invoices/outstandingget count and amount of outstanding invoices
CustomerApigetSalesOnAccountAutoMatchesGET /api/v1/customers/sales-on-accounts/auto-matchList matched sales on accounts
CustomerApigetSalesOnAccountAutoMatchesByReferenceGET /api/v1/customers/{reference}/sales-on-accounts/auto-matchList matched sales on accounts by reference
CustomerApigetSalesOverviewGET /api/v1/customers/invoices/sales-overviewget sales overview
CustomerApinotifyCustomerInvoicePOST /api/v1/customers/invoices/{reference}/notifynotify invoice to customer
CustomerApinotifyCustomerStatementPOST /api/v1/customers/{reference}/statementsnotify customer statement
CustomerApirestoreCustomerInvoiceByReferencesPUT /api/v1/customers/invoices/imports/restore/referencesrestore customer invoice by references
CustomerApiretractCreditNoteCustomerInvoicePaymentPUT /api/v1/customers/invoices/payment/retractretract CreditNote Invoice Payment
CustomerApiskipCustomerInvoicesDELETE /api/v1/customers/invoices/imports/skipskip customer invoices
CustomerApiunarchiveCustomerPUT /api/v1/customers/{reference}/unarchive
CustomerApiupdateCustomerPUT /api/v1/customers/{reference}Update Customer
CustomerApiupdateCustomerInvoicePUT /api/v1/customers/invoices/{reference}Update Customer Invoice
CustomerApiupdateMultipleInvoicePUT /api/v1/customers/invoices/batch-entriesUpdate multiple Customer invoices
CustomerApiupdateOpeningBalanceByReferencePUT /api/v1/customers/opening-balances/{reference}update opening balance by reference
DashboardApicreateDashboardLayoutPOST /api/v1/dashboard/dashboard-layoutcreate dashboard layout
DashboardApideleteDashboardLayoutDELETE /api/v1/dashboard/dashboard-layoutdelete dashboard layout
DashboardApigetAdminDashboardSummaryGET /api/v1/dashboard/admin/overviewGet Admin Dashboard Summary
DashboardApigetAllDashboardConfigurationsGET /api/v1/dashboardget all dashboard configurations
DashboardApigetAllDashboardLayoutsGET /api/v1/dashboard/dashboard-layoutget all dashboard layouts
DashboardApigetAllRecentActivityAuditsGET /api/v1/dashboard/recent-activitiesget all recent activity audits
DashboardApigetAuthorizedDashboardWidgetsGET /api/v1/dashboard/dashboard-layout/default-layoutgetAuthorizedDashboardWidgets
DashboardApigetBankDashboardGET /api/v1/dashboard/bank/{bankCode}get bank dashboard information
DashboardApigetCustomerMetricOverviewGET /api/v1/dashboard/customer-metric-overviewGet customer metric overview
DashboardApigetDashboardSettingsGET /api/v1/dashboard/settingsgetDashboardSettings
DashboardApigetFinancialSummaryGET /api/v1/dashboard/financial-summaryget financial summary
DashboardApigetIndividualCustomerMetricGET /api/v1/dashboard/customers/individual-overviewGet individual customer metric
DashboardApigetIndividualSupplierMetricGET /api/v1/dashboard/suppliers/individual-overviewGet individual supplier metric
DashboardApigetProductMonthlySalesTrendGET /api/v1/dashboard/product-monthly-sales-trendGet product monthly sales trend
DashboardApigetProductOverviewByReferenceGET /api/v1/dashboard/product-overviewGet product sales overview
DashboardApigetProductSalesOverviewGET /api/v1/dashboard/product-sales-overviewGet product sales overview
DashboardApigetSaleAndCustomerInsightGET /api/v1/dashboard/sales-and-customer-insightget sale and customer insight
DashboardApigetSupplierExpenseMetricOverviewGET /api/v1/dashboard/supplier/expense-overviewGet supplier metric expense overview
DashboardApigetSupplierInsightsGET /api/v1/dashboard/supplier-insightsGet supplier insights
DashboardApigetSupplierPurchaseOverviewGET /api/v1/dashboard/supplier-purchase-overviewget supplier purchase overview
DashboardApisetDefaultDashboardLayoutPUT /api/v1/dashboard/dashboard-layout/default-layoutsetDefaultDashboardLayout
DashboardApiupdateDashboardConfigurationsPUT /api/v1/dashboardupdate dashboard configurations
DashboardApiupdateDashboardLayoutPUT /api/v1/dashboard/dashboard-layoutupdate dashboard layout
DashboardApiupdateDashboardSettingsPUT /api/v1/dashboard/settingsupdate dashboardSettings
DocumentApideleteDocumentDELETE /api/v1/documents/{reference}delete document by reference
DocumentApideleteDocumentsPOST /api/v1/{documentType}/documents/{parentReference}delete document by given array of references
DocumentApigetConfigDocumentsGET /api/v1/documentsget all documents
DocumentApigetDocumentsGET /api/v1/{documentType}/documents/{parentReference}get all documents by parent/service reference
DocumentApigetTotalStorageUsedGET /api/v1/documents/sizeget total storage used size of documents
DocumentApilinkDocumentPUT /api/v1/documents/{reference}link
DocumentApirenameDocumentPUT /api/v1/{documentType}/documents/{reference}/renamerename
HmrcApiadjustPOST /api/v1/hmrc/vat-obligations/adjustmentsAdd Vat adjustment
HmrcApiadjustmentByReferenceGET /api/v1/hmrc/vat-obligations/adjustments/{reference}Get Vat adjustment by reference
HmrcApiauthenticateGET /api/v1/hmrc/authenticateauthenticate HMRC server and get token config
HmrcApiconnectGET /api/v1/hmrc/connectconnect to HMRC server to get the authorization code
HmrcApideleteAdjustmentDELETE /api/v1/hmrc/vat-obligations/adjustments/{reference}Delete Vat adjustment
HmrcApigetAllGET /api/v1/hmrc/vat-returnsget all vat returns extra
HmrcApigetAllVatDetailsGET /api/v1/hmrc/detailsget all vat details
HmrcApigetAllVatLiabilitiesGET /api/v1/hmrc/vat-liabilitiesget all vat liabilities
HmrcApigetAllVatObligationsGET /api/v1/hmrc/vat-obligationsget all vat obligations
HmrcApigetAllVatPaymentsGET /api/v1/hmrc/vat-paymentsget all vat payments
HmrcApigetAllVatPenaltiesGET /api/v1/hmrc/vat-penaltiesget all vat Penalties
HmrcApigetByReferenceGET /api/v1/hmrc/vat-returns/{reference}get vat return by reference
HmrcApigetVatObligationDetailsGET /api/v1/hmrc/vat-obligations/detailsget vat obligation details
HmrcApisubmitPOST /api/v1/hmrc/vat-obligations/submitSubmit Vat Returns to HMRC MTD API
HmrcApiupdateAdjustmentPUT /api/v1/hmrc/vat-obligations/adjustments/{reference}Update Vat adjustment
IdmApiacceptCompanyOwnershipTransferRequestPUT /api/v1/companies/accept-transfer-request/{token}Accept company ownership transfer request
IdmApiacceptFirmOwnershipTransferRequestPUT /api/v1/firms/accept-transfer-request/{token}Accept firm ownership transfer request
IdmApiacceptInvitationPUT /api/v1/users/accept-invite/{token}Accept invitation
IdmApiactivateCompanyPUT /api/v1/companies/{reference}/activateActivate company
IdmApicancelInvitationDELETE /api/v1/users/invited-users/cancelCancel Invitation
IdmApichangePasswordPUT /api/v1/auth/change-passwordChange password
IdmApicheckUserRegisteredByEmailGET /api/v1/users/registeredCheck user by email
IdmApicreateGroupPOST /api/v1/groupscreate a group
IdmApideleteGroupByReferenceDELETE /api/v1/groups/{reference}delete group by reference
IdmApidisable2FAPOST /api/v1/2faDisable 2FA
IdmApienable2FAPUT /api/v1/2faEnable 2FA
IdmApifindAgentByReferenceGET /api/v1/firms/{reference}/agent-users/{agentReference}Find Agent by firm-reference and agent-reference
IdmApigenerate2FAGET /api/v1/2faGenerate 2FA
IdmApigetAllAgentFirmsGET /api/v1/firmsget all agent firms
IdmApigetAllAgentFirmsByTokenGET /api/v1/token-firms/{token}get all agent firms by token
IdmApigetAllAgentUsersGET /api/v1/firms/{reference}/agent-usersget all agent user
IdmApigetAllAgentsForTransferOwnershipGET /api/v1/firms/{reference}/transfer-ownership/candidatesget all agents for transfer ownership
IdmApigetAllUserForTransferOwnershipGET /api/v1/users/transfer-ownership/candidatesget all user for transfer ownership
IdmApigetCompaniesByFirmReferenceGET /api/v1/firms/{reference}/companiesget companies
IdmApigetCompanyManagementByFirmReferenceGET /api/v1/firms/{reference}/company-managementget companies by firm reference
IdmApigetGroupByReferenceGET /api/v1/groups/{reference}get group by reference
IdmApigetGroupsGET /api/v1/groupsget groups
IdmApigetInvitedAgentUsersGET /api/v1/firms/{reference}/agent-users/invited-usersget invited agent-users
IdmApigetInvitedUsersGET /api/v1/users/invited-usersget all invited users
IdmApigetLoggedInAgentUserByFirmReferenceGET /api/v1/firms/{reference}/logged-in-agentget logged-in agent user by firm reference
IdmApigetProfileGET /api/v1/users/profileget profile
IdmApigetProfileSettingGET /api/v1/user/profile-settingsGet Profile Setting
IdmApigetUserGroupCountDetailsGET /api/v1/users-groups/countsget user group count details
IdmApigetUserLookupGET /api/v1/users/lookupget user lookup
IdmApigetUserPermissionsGET /api/v1/users/{reference}/permissionsget permissions by user-reference
IdmApigetUsersGET /api/v1/usersget all users
IdmApigrantCompaniesPUT /api/v1/firms/{reference}/agent-users/{agentReference}/grantgrant companies to user
IdmApihasCompanyRegisteredGET /api/v1/company-registeredcheck if company has been registered
IdmApiinviteAgentUserPUT /api/v1/firms/{reference}/agent-users/invite-agent-userInvite agent user
IdmApiinviteUserPUT /api/v1/users/inviteInvite user
IdmApioperationalUserPermissionsGET /api/v1/operational-role-permissionsoperational user permissions
IdmApipredefinedUserPermissionsGET /api/v1/predefined-role-permissionspredefined user permissions
IdmApiregisterCompanyPOST /api/v1/companiesregister company
IdmApiregisterUserPOST /api/v1/auth/signupRegister a new user User
IdmApirequestResetEmailPUT /api/v1/auth/reset-email-requestRequest to reset email
IdmApirequestResetPasswordPUT /api/v1/auth/reset-passwordRequest to reset password
IdmApiresendRegistrationVerificationEmailPOST /api/v1/resend-verification-emailResend registration verification email to a newly created user
IdmApiresetEmailPUT /api/v1/auth/reset-emailReset email of the User
IdmApiresetPasswordPUT /api/v1/auth/reset-password/{token}Reset password of the User
IdmApirevokeAgentUserDELETE /api/v1/firms/{reference}/agent-users/{agentReference}Revoke Agent
IdmApirevokeUserDELETE /api/v1/users/{reference}Revoke user
IdmApitransferFirmOwnershipPUT /api/v1/firms/{reference}/agent-users/{agentReference}/transfertransfer firm ownership
IdmApitransferOwnershipPUT /api/v1/users/{reference}/transfertransfer ownership
IdmApiupdateAdminPermissionsPUT /api/v1/users/{reference}/admins/permissionsupdate permissions by admin-reference
IdmApiupdateGroupPUT /api/v1/groups/{reference}update group
IdmApiupdatePracticeNamePUT /api/v1/firms/{reference}Update practice name
IdmApiupdateProfilePUT /api/v1/users/profileUpdate profile
IdmApiupdateProfileSettingPUT /api/v1/user/profile-settingsUpdate Profile Setting
IdmApiupdateUserDetailsPUT /api/v1/users/{reference}Update job title and expiry-date
IdmApiupdateUserPermissionsPUT /api/v1/users/{reference}/permissionsupdate permissions by user-reference
IdmApiverifyUserPUT /api/v1/auth/verify/{token}Verify registered User
JournalApiarchiveJournalPUT /api/v1/journals/{reference}/archive
JournalApicreateJournalInvoicePOST /api/v1/journalscreate journal invoice
JournalApigetAllJournalsGET /api/v1/journals
JournalApigetByReferenceGET /api/v1/journals/{reference}Get journal by reference
JournalApiunarchiveJournalPUT /api/v1/journals/{reference}/unarchive
JournalApiupdateJournalInvoicePUT /api/v1/journals/{reference}update journal invoice by reference
JournalApivoidJournalPUT /api/v1/journals/{reference}/void
JournalApivoidReversalJournalPUT /api/v1/journals/{reference}/void-reversal
NotificationApiaddEmailConfigPOST /api/v1/notifications/email-configsEmail config
NotificationApideleteNotificationByReferenceDELETE /api/v1/notifications/{reference}delete notification by reference
NotificationApideleteNotificationToByReferenceDELETE /api/v1/notifications/{reference}/todelete notification to by reference
NotificationApideletePushNotificationDeviceDELETE /api/v1/notifications/devices/{deviceToken}Delete push-notification device by token
NotificationApigetAllGET /api/v1/notifications/email-configsget all email configs
NotificationApigetAllWatchItemsGET /api/v1/notifications/watch-itemsList all watch items
NotificationApilatestNotificationsGET /api/v1/notificationsget latest notifications
NotificationApilistAllNotificationsGET /api/v1/notifications/allList all notifications
NotificationApiregisterPushNotificationDevicePOST /api/v1/notifications/devicesRegister push-notification device
NotificationApirevertSeenPUT /api/v1/notifications/{reference}Revert notification as seen
NotificationApiunwatchDELETE /api/v1/notifications/{item}/unwatchUnwatch by item
NotificationApiupdateEmailConfigPUT /api/v1/notifications/email-configs/{reference}Update Email config by reference
NotificationApiwatchPOST /api/v1/notifications/{item}/watchWatch by item
OrderApiapprovePurchaseOrderByReferenceGET /api/v1/orders/{reference}/approveapprove purchase-order by reference
OrderApiclonePurchaseOrderByReferenceGET /api/v1/orders/{reference}/cloneClone purchase-order by reference
OrderApicopyPurchaseOrderByReferenceGET /api/v1/orders/{reference}/copyCopy purchase-order by reference
OrderApicreatePurchaseOrderPOST /api/v1/orderscreate a Order
OrderApideleteOrderByReferenceDELETE /api/v1/orders/{reference}delete order by reference
OrderApigetAllPurchaseOrdersGET /api/v1/ordersget all purchase orders
OrderApigetDeletedPurchaseOrderByReferenceGET /api/v1/orders/deleted/{reference}Get deleted purchase-order by reference
OrderApigetNextOrderNoGET /api/v1/orders/next-order-noget next order no
OrderApigetPurchaseOrderByReferenceGET /api/v1/orders/{reference}Get purchase-order by reference
OrderApiupdatePurchaseOrderPUT /api/v1/orders/{reference}Update Purchase Order
PaymentGatewayApigetActiveCheckoutPaymentMethodGET /api/v1/payment-gateway/stripe/checkouts/active-payment-methodget active active stripe checkout payment-method
PaymentGatewayApigetAllCheckoutPaymentMethodsGET /api/v1/payment-gateway/stripe/checkouts/payment-methodsget all stripe checkout payment-methods
PaymentGatewayApigetCheckoutSetupStatusGET /api/v1/payment-gateway/stripe/checkouts/statusget stripe checkout setup status
PaymentGatewayApimakeDefaultCheckoutPaymentMethodPUT /api/v1/payment-gateway/stripe/checkouts/payment-methods/{reference}/make-defaultmake default to payment-method by reference
PaymentGatewayApisetupStripeEmbeddedCheckoutPOST /api/v1/payment-gateway/stripe/checkoutsSetup stripe embedded checkout
PaymentGatewayApistripeWebhookPOST /api/v1/payment-gateway/stripe/webhookstripe webhook triggered by stripe
ProductApiarchiveProductPUT /api/v1/products/{reference}/archiveArchive Product
ProductApicreateCategoryPOST /api/v1/products/categoriesCreate Category
ProductApicreateDamagedStockPOST /api/v1/products/{reference}/damaged-stocksCreate Damaged Stock
ProductApicreateProductPOST /api/v1/productsCreate Product
ProductApicreateProductOnTheFlyPOST /api/v1/products/on-the-flyCreate Product on-the-fly
ProductApideleteCategoryDELETE /api/v1/products/categories/{reference}Delete Category
ProductApideleteDamagedStockByProductReferenceAndReferenceDELETE /api/v1/products/{reference}/damaged-stocks/{stockReference}Delete Damaged Stock
ProductApideleteProductDELETE /api/v1/products/{reference}Create Product
ProductApifindAllCategoriesGET /api/v1/products/categoriesFind all categories
ProductApigetAllProductsGET /api/v1/productsget all Products
ProductApigetCategoriesGET /api/v1/products/categories/allGet categories
ProductApigetCategoriesWithProductLookupGET /api/v1/products/categories/lookupGet categories with product lookup
ProductApigetDamagedStockByProductReferenceAndReferenceGET /api/v1/products/{reference}/damaged-stocks/{stockReference}Get damaged stock by reference
ProductApigetDamagedStocksByProductReferenceGET /api/v1/products/{reference}/damaged-stocksGet damaged stocks by product reference
ProductApigetDeletedProductByReferenceGET /api/v1/products/deleted/{reference}Get deleted product by reference
ProductApigetProductByReferenceGET /api/v1/products/{reference}Get product by reference
ProductApigetProductCodeGET /api/v1/products/codesGet product code
ProductApiunarchiveProductPUT /api/v1/products/{reference}/unarchiveUnarchive Product
ProductApiupdateCategoryPUT /api/v1/products/categories/{reference}Update Category
ProductApiupdateDamagedStockByProductReferenceAndReferencePUT /api/v1/products/{reference}/damaged-stocks/{stockReference}Update Damaged Stock
ProductApiupdateProductPUT /api/v1/products/{reference}Update Product
QuotationApicloneQuotationByReferenceGET /api/v1/quotations/{reference}/cloneClone quotation by reference
QuotationApicopyQuotationByReferenceGET /api/v1/quotations/{reference}/copyCopy quotation by reference
QuotationApicreateQuotationPOST /api/v1/quotationscreate a Quotation
QuotationApideleteQuotationByReferenceDELETE /api/v1/quotations/{reference}delete quotation by reference
QuotationApigetAllQuotationsGET /api/v1/quotationsget all quotations
QuotationApigetDeletedQuotationByReferenceGET /api/v1/quotations/deleted/{reference}Get deleted quotation by reference
QuotationApigetNextQuotationNoGET /api/v1/quotations/next-quotation-noget next quotation no
QuotationApigetQuotationByReferenceGET /api/v1/quotations/{reference}Get quotation by reference
QuotationApinotifyQuotationPOST /api/v1/quotations/{reference}/notifynotify quotation to customer
QuotationApiupdateQuotationPUT /api/v1/quotations/{reference}Update Quotation
RecurringTransactionsApiarchiveRecurringTransactionDELETE /api/v1/recurring-transactions/{reference}/archiveArchive Recurring Transaction
RecurringTransactionsApideleteRecurringTransactionDELETE /api/v1/recurring-transactions/{reference}Delete Recurring Transaction
RecurringTransactionsApigetAllGET /api/v1/recurring-transactionsget all recurring transactions
RecurringTransactionsApiunarchiveRecurringTransactionPUT /api/v1/recurring-transactions/{reference}/unarchiveUnarchive Recurring Transaction
RecurringTransactionsApiupdateRecurringTransactionPUT /api/v1/recurring-transactions/{reference}Update Recurring Transaction
ReportApideferTransactionGET /api/v1/reports/audit-transactions/{reference}/deferdefer transaction by reference
ReportApigetAllGET /api/v1/reports/audit-transactionsget all audit transactions
ReportApigetBalanceSheetPOST /api/v1/reports/balance-sheetget balance sheet report
ReportApigetByReferenceGET /api/v1/reports/audit-transactions/{reference}get audit transaction by reference
ReportApigetCreditorBalanceTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/balanceget supplier balance transactions
ReportApigetCreditorCurrentTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/currentget supplier balance transactions
ReportApigetCreditorOlderTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/olderget supplier older transactions
ReportApigetCreditorOneMonthTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/one-monthget supplier plus one-month transactions
ReportApigetCreditorThreeMonthTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/three-monthget supplier plus three-month transactions
ReportApigetCreditorTurnoverTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/turnoverget supplier turnover transactions
ReportApigetCreditorTwoMonthTransactionsBySupplierReferenceGET /api/v1/reports/creditors/{supplierReference}/transactions/two-monthget supplier plus two-month transactions
ReportApigetCreditorsListGET /api/v1/reports/creditorsget creditors list
ReportApigetDebtorBalanceTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/balanceget customer balance transactions
ReportApigetDebtorCurrentTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/currentget customer balance transactions
ReportApigetDebtorOlderTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/olderget customer older transactions
ReportApigetDebtorOneMonthTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/one-monthget customer plus one-month transactions
ReportApigetDebtorThreeMonthTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/three-monthget customer plus three-month transactions
ReportApigetDebtorTurnoverTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/turnoverget customer turnover transactions
ReportApigetDebtorTwoMonthTransactionsByCustomerReferenceGET /api/v1/reports/debtors/{customerReference}/transactions/two-monthget customer plus two-month transactions
ReportApigetDebtorsListGET /api/v1/reports/debtorsget debtors list
ReportApigetNominalActivitiesGET /api/v1/reports/nominal-activitiesget nominal code transaction list
ReportApigetOnAccountTransactionsGET /api/v1/reports/on-account-transactionsget on account audit transactions
ReportApigetProfitLossPOST /api/v1/reports/profit-lossget profit loss balance
SfinScanApigetAllGET /api/v1/sfin-scan/scanned-documentsget all scanned documents
SubscriptionApiactiveSubscriptionPlanGET /api/v1/subscriptions/active-subscription-planActive Subscription plan
SubscriptionApiapproveSubscriptionCancellationPUT /api/v1/subscriptions/cancellations/approve
SubscriptionApicancelCurrentSubscriptionPlanDELETE /api/v1/subscriptions/current-subscription-plan
SubscriptionApicheckOutstandingVatReturnsAndRecurringGET /api/v1/subscriptions/outstanding-vat-returnsCheck outstanding vat returns
SubscriptionApicheckRecurringMultiCurrencyGET /api/v1/subscriptions/recurring/check-multi-currencyCheck recurring multi currency
SubscriptionApiexpiredSubscriptionPlanGET /api/v1/subscriptions/expired-subscription-planExpired Subscription plan
SubscriptionApigetActiveSubscriptionsGET /api/v1/subscriptions/active-subscription-plansGet all active subscription plans
SubscriptionApigetAllSubscriptionsGET /api/v1/subscriptionsGet all subscription plans
SubscriptionApipayCurrentSubscriptionPlanPUT /api/v1/subscriptions/current-subscription-plan
SubscriptionApirejectSubscriptionCancellationDELETE /api/v1/subscriptions/cancellations/reject
SubscriptionApirenewExpiredSubscriptionPlanPUT /api/v1/subscriptions/renew
SubscriptionApisubscribeSubscriptionPlanPOST /api/v1/subscriptionsSubscribe new subscription plan, you must not have any active subscription plan.
SubscriptionApisubscribeTrialPOST /api/v1/subscriptions/subscribe-trialInitiate trial Subscription plan
SubscriptionApisubscriptionLookupGET /api/v1/subscriptions/lookupSubscription lookup
SubscriptionApitrialSubscriptionPlanGET /api/v1/subscriptions/trial-subscription-planTrial Subscription plan
SubscriptionApiundoSubscriptionCancellationDELETE /api/v1/subscriptions/cancellations/undo
SubscriptionApiupdateSubscriptionPlanPUT /api/v1/subscriptions/active-subscription-plans
SubscriptionApiupdateTrialSubscriptionPlanPUT /api/v1/subscriptions/trial-subscription-plan/{reference}
SupplierApiarchiveSupplierPUT /api/v1/suppliers/{reference}/archive
SupplierApiautoMatchPurchaseOnAccountsByReferencePOST /api/v1/suppliers/{reference}/purchase-on-accounts/auto-matchAuto match purchase on accounts
SupplierApicheckUniqueSupplierInvoiceGET /api/v1/suppliers/invoices/checkCheck unique supplier
SupplierApicreateInvoicePOST /api/v1/suppliers/invoicescreate a Supplier
SupplierApicreateMultipleInvoicePOST /api/v1/suppliers/invoices/batch-entriesPost multiple Supplier Invoice Bulk
SupplierApicreateSupplierPOST /api/v1/suppliersCreate Supplier
SupplierApicreateSupplierOnTheFlyPOST /api/v1/suppliers/on-the-flyCreate Supplier on-the-fly
SupplierApideleteSupplierInvoiceByReferenceDELETE /api/v1/suppliers/invoices/{reference}delete supplier invoice by reference
SupplierApideleteUploadedSupplierInvoicesDELETE /api/v1/suppliers/invoices/batch-entriesdelete uploaded supplier invoices
SupplierApigetAllInvoicesGET /api/v1/suppliers/invoicesget all invoice suppliers
SupplierApigetAllSuppliersGET /api/v1/suppliersget all suppliers
SupplierApigetBulkSupplierInvoiceAutoSuggestionGET /api/v1/suppliers/invoices/bulk-auto-suggestionsgetBulkSupplierInvoiceAutoSuggestion
SupplierApigetBulkSupplierInvoiceAutoSuggestionByReferenceGET /api/v1/suppliers/{reference}/invoices/bulk-auto-suggestionsgetBulkSupplierInvoiceAutoSuggestionByReference
SupplierApigetDeletedOpeningBalanceByReferenceGET /api/v1/suppliers/opening-balances/deleted/{reference}get deleted opening balance by reference
SupplierApigetDeletedSupplierInvoiceByReferenceGET /api/v1/suppliers/invoices/deleted/{reference}Get deleted supplier invoice by reference
SupplierApigetInvoiceByReferenceGET /api/v1/suppliers/invoices/{reference}Get supplier invoice by reference
SupplierApigetInvoiceCurrenciesBySupplierReferenceGET /api/v1/suppliers/{reference}/invoices/currenciesGet invoice currencies by supplier reference
SupplierApigetOpeningBalanceByReferenceGET /api/v1/suppliers/opening-balances/{reference}get opening balance by reference
SupplierApigetOutstandingInvoicesGET /api/v1/suppliers/invoices/outstandingget count and amount of outstanding supplier invoices
SupplierApigetPurchaseOnAccountAutoMatchesGET /api/v1/suppliers/purchase-on-accounts/auto-matchList matched purchase on accounts
SupplierApigetPurchaseOnAccountAutoMatchesByReferenceGET /api/v1/suppliers/{reference}/purchase-on-accounts/auto-matchList matched purchase on accounts by reference
SupplierApigetPurchaseOverviewGET /api/v1/suppliers/invoices/purchase-overviewget purchase overview
SupplierApigetStockSupplierInvoicesGET /api/v1/suppliers/invoices/{productReference}/stocksget all stock supplier invoice by product reference
SupplierApigetSupplierByReferenceGET /api/v1/suppliers/{reference}Get supplier by reference
SupplierApigetSupplierCodeGET /api/v1/suppliers/codesGet supplier code
SupplierApigetSupplierCodeByReferenceGET /api/v1/suppliers/{reference}/codesGet supplier code
SupplierApigetSupplierFinancialOverviewGET /api/v1/suppliers/{reference}/financial-overviewget supplier financial overview
SupplierApigetSupplierInvoiceAutoSuggestionGET /api/v1/suppliers/invoices/auto-suggestionsgetSupplierInvoiceAutoSuggestion
SupplierApigetSupplierInvoiceAutoSuggestionByReferenceGET /api/v1/suppliers/{reference}/invoices/auto-suggestionsgetSupplierInvoiceAutoSuggestionByReference
SupplierApigetSupplierInvoiceNoGET /api/v1/suppliers/invoices/next-invoice-noget next supplier invoice no
SupplierApigetSupplierOnAccountAuditTransactionsGET /api/v1/suppliers/invoices/on-accountsGet supplier on accounts audit transactions
SupplierApigetSupplierStatementsGET /api/v1/suppliers/{reference}/statementsget supplier statements
SupplierApigetSupplierTransactionsActivityGET /api/v1/suppliers/{reference}/activitiesget supplier transactions activity
SupplierApigetSupplierTransactionsByReferenceGET /api/v1/suppliers/{reference}/transactionsGet supplier transactions by reference
SupplierApinotifySupplierStatementPOST /api/v1/suppliers/{reference}/statementsnotify supplier statement
SupplierApirestoreSupplierInvoiceByReferencesPUT /api/v1/suppliers/invoices/imports/restore/referencesrestore supplier invoice by references
SupplierApiretractCreditNoteSupplierInvoicePaymentPUT /api/v1/suppliers/invoices/payment/retractretract Credit Note with Supplier Invoice Payment
SupplierApiskipSupplierInvoicesDELETE /api/v1/suppliers/invoices/imports/skipskip supplier invoices
SupplierApiunarchiveSupplierPUT /api/v1/suppliers/{reference}/unarchive
SupplierApiupdateMultipleInvoicePUT /api/v1/suppliers/invoices/batch-entriesUpdate multiple Supplier Bill Bulk
SupplierApiupdateOpeningBalanceByReferencePUT /api/v1/suppliers/opening-balances/{reference}update opening balance by reference
SupplierApiupdateSupplierPUT /api/v1/suppliers/{reference}Update Supplier
SupplierApiupdateSupplierInvoicePUT /api/v1/suppliers/invoices/{reference}Update Supplier Invoice
SupportApiclosePUT /api/v1/supports/{serviceCode}/closeclose support case
SupportApideleteConversationDELETE /api/v1/supports/{serviceCode}/conversations/{reference}delete conversation
SupportApideleteSupportDELETE /api/v1/supports/{serviceCode}Delete support case
SupportApigetByServiceCodeGET /api/v1/supports/{serviceCode}get support case by service code
SupportApigetSuperAdminSupportDashboardGET /api/v1/supports/admin/dashboardget super admin support dashboard
SupportApigetSupportVolumeDashboardGET /api/v1/supports/admin/dashboard/volumeget support volume super admin support dashboard
SupportApiinitiateSupportCasePOST /api/v1/supportsInitiate for a support case
SupportApilistAllSupportsGET /api/v1/supports/allList all support cases
SupportApilistSupportsGET /api/v1/supportsList support cases
SupportApimarkAsSeenPUT /api/v1/supports/{serviceCode}/conversations/{reference}/seenmark conversation as seen
SupportApimessagePOST /api/v1/supports/{serviceCode}/conversationsmessage
SupportApireopenPUT /api/v1/supports/{serviceCode}/reopenreopen support case
SupportApiresolvePUT /api/v1/supports/{serviceCode}/resolvemark support case as resolved
SupportApisharePUT /api/v1/supports/{serviceCode}/shareshare support case to users/groups
SupportApisubscribeEmailNotificationPUT /api/v1/supports/{serviceCode}/email-notification/{emailSubscription}subscribe email notification to shared support case
SupportApiupdateConversationPUT /api/v1/supports/{serviceCode}/conversations/{reference}update conversation
SupportApiupdateTitlePUT /api/v1/supports/{serviceCode}/titleupdate title
UserActivityApicreateUserNotePOST /api/v1/user-notes/{domainType}/{reference}create user note
UserActivityApideleteUserNoteDELETE /api/v1/user-notes/{domainType}/{reference}update user note
UserActivityApigetUserActivitiesByReferenceGET /api/v1/activities/{domainType}/{reference}Get user activity by reference
UserActivityApigetUserNotesByDomainReferenceGET /api/v1/user-notes/{domainType}/{reference}Get user note by domain reference
UserActivityApiupdateUserNotePUT /api/v1/user-notes/{domainType}/{reference}update user note

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author