public class AvaTaxClient
extends java.lang.Object
Constructor and Description |
---|
AvaTaxClient(java.lang.String appName,
java.lang.String appVersion,
java.lang.String machineName,
AvaTaxEnvironment environment) |
AvaTaxClient(java.lang.String appName,
java.lang.String appVersion,
java.lang.String machineName,
java.lang.String environmentUrl) |
Modifier and Type | Method and Description |
---|---|
LicenseKeyModel |
accountResetLicenseKey(java.lang.Integer id,
ResetLicenseKeyModel model) |
java.util.concurrent.Future<LicenseKeyModel> |
accountResetLicenseKeyAsync(java.lang.Integer id,
ResetLicenseKeyModel model)
Reset this account's license key
|
FundingStatusModel |
activateFundingRequest(java.lang.Long id) |
java.util.concurrent.Future<FundingStatusModel> |
activateFundingRequestAsync(java.lang.Long id)
Request the javascript for a funding setup widget
|
TransactionModel |
adjustTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
AdjustTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
adjustTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
AdjustTransactionModel model)
Correct a previously created transaction
|
java.util.ArrayList<FilingModel> |
approveFilings(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
ApproveFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
approveFilingsAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
ApproveFilingsModel model)
Approve all filings for the specified company in the given filing period.
|
java.util.ArrayList<FilingModel> |
approveFilingsCountry(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
ApproveFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
approveFilingsCountryAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
ApproveFilingsModel model)
Approve all filings for the specified company in the given filing period and country.
|
java.util.ArrayList<FilingModel> |
approveFilingsCountryRegion(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
ApproveFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
approveFilingsCountryRegionAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
ApproveFilingsModel model)
Approve all filings for the specified company in the given filing period, country and region.
|
java.lang.String |
buildPointOfSaleDataFile(PointOfSaleDataRequestModel model) |
java.util.concurrent.Future<java.lang.String> |
buildPointOfSaleDataFileAsync(PointOfSaleDataRequestModel model)
Point of sale data file generation
|
java.lang.String |
buildPointOfSaleDataForLocation(java.lang.Integer companyId,
java.lang.Integer id,
java.util.Date date,
java.lang.String format,
java.lang.Integer partnerId,
java.lang.Boolean includeJurisCodes) |
java.util.concurrent.Future<java.lang.String> |
buildPointOfSaleDataForLocationAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.Date date,
java.lang.String format,
java.lang.Integer partnerId,
java.lang.Boolean includeJurisCodes)
Point of sale data file generation
|
java.lang.String |
changePassword(PasswordChangeModel model) |
java.util.concurrent.Future<java.lang.String> |
changePasswordAsync(PasswordChangeModel model)
Change Password
|
TransactionModel |
changeTransactionCode(java.lang.String companyCode,
java.lang.String transactionCode,
ChangeTransactionCodeModel model) |
java.util.concurrent.Future<TransactionModel> |
changeTransactionCodeAsync(java.lang.String companyCode,
java.lang.String transactionCode,
ChangeTransactionCodeModel model)
Change a transaction's code
|
TransactionModel |
commitTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
CommitTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
commitTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
CommitTransactionModel model)
Commit a transaction for reporting
|
FilingCalendarModel |
companiesByCompanyIdFilingcalendarsByIdGet(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<FilingCalendarModel> |
companiesByCompanyIdFilingcalendarsByIdGetAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single filing calendar
|
FetchResult<FilingCalendarModel> |
companiesByCompanyIdFilingcalendarsGet(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<FilingCalendarModel>> |
companiesByCompanyIdFilingcalendarsGetAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all filing calendars for this company
|
FetchResult<FilingRequestModel> |
companiesByCompanyIdFilingrequestsGet(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<FilingRequestModel>> |
companiesByCompanyIdFilingrequestsGetAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all filing requests for this company
|
CompanyModel |
companyInitialize(CompanyInitializationModel model) |
java.util.concurrent.Future<CompanyModel> |
companyInitializeAsync(CompanyInitializationModel model)
Quick setup for a company with a single physical address
|
AccountModel |
createAccount(AccountModel model) |
java.util.concurrent.Future<AccountModel> |
createAccountAsync(AccountModel model)
Create a new account
|
java.util.ArrayList<BatchModel> |
createBatches(java.lang.Integer companyId,
java.util.ArrayList<BatchModel> model) |
java.util.concurrent.Future<java.util.ArrayList<BatchModel>> |
createBatchesAsync(java.lang.Integer companyId,
java.util.ArrayList<BatchModel> model)
Create a new batch
|
java.util.ArrayList<CompanyModel> |
createCompanies(java.util.ArrayList<CompanyModel> model) |
java.util.concurrent.Future<java.util.ArrayList<CompanyModel>> |
createCompaniesAsync(java.util.ArrayList<CompanyModel> model)
Create new companies
|
java.util.ArrayList<ContactModel> |
createContacts(java.lang.Integer companyId,
java.util.ArrayList<ContactModel> model) |
java.util.concurrent.Future<java.util.ArrayList<ContactModel>> |
createContactsAsync(java.lang.Integer companyId,
java.util.ArrayList<ContactModel> model)
Create a new contact
|
FundingStatusModel |
createFundingRequest(java.lang.Integer id,
FundingInitiateModel model) |
java.util.concurrent.Future<FundingStatusModel> |
createFundingRequestAsync(java.lang.Integer id,
FundingInitiateModel model)
Request managed returns funding setup for a company
|
java.util.ArrayList<ItemModel> |
createItems(java.lang.Integer companyId,
java.util.ArrayList<ItemModel> model) |
java.util.concurrent.Future<java.util.ArrayList<ItemModel>> |
createItemsAsync(java.lang.Integer companyId,
java.util.ArrayList<ItemModel> model)
Create a new item
|
java.util.ArrayList<LocationModel> |
createLocations(java.lang.Integer companyId,
java.util.ArrayList<LocationModel> model) |
java.util.concurrent.Future<java.util.ArrayList<LocationModel>> |
createLocationsAsync(java.lang.Integer companyId,
java.util.ArrayList<LocationModel> model)
Create a new location
|
java.util.ArrayList<NexusModel> |
createNexus(java.lang.Integer companyId,
java.util.ArrayList<NexusModel> model) |
java.util.concurrent.Future<java.util.ArrayList<NexusModel>> |
createNexusAsync(java.lang.Integer companyId,
java.util.ArrayList<NexusModel> model)
Create a new nexus
|
java.util.ArrayList<NoticeCommentModel> |
createNoticeComment(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeCommentModel> model) |
java.util.concurrent.Future<java.util.ArrayList<NoticeCommentModel>> |
createNoticeCommentAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeCommentModel> model)
Create a new notice comment.
|
java.util.ArrayList<NoticeFinanceModel> |
createNoticeFinanceDetails(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeFinanceModel> model) |
java.util.concurrent.Future<java.util.ArrayList<NoticeFinanceModel>> |
createNoticeFinanceDetailsAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeFinanceModel> model)
Create a new notice finance details.
|
java.util.ArrayList<NoticeModel> |
createNotices(java.lang.Integer companyId,
java.util.ArrayList<NoticeModel> model) |
java.util.concurrent.Future<java.util.ArrayList<NoticeModel>> |
createNoticesAsync(java.lang.Integer companyId,
java.util.ArrayList<NoticeModel> model)
Create a new notice.
|
java.util.ArrayList<FilingAdjustmentModel> |
createReturnAdjustment(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode,
java.util.ArrayList<FilingAdjustmentModel> model) |
java.util.concurrent.Future<java.util.ArrayList<FilingAdjustmentModel>> |
createReturnAdjustmentAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode,
java.util.ArrayList<FilingAdjustmentModel> model)
Add an adjustment to a given filing.
|
java.util.ArrayList<FilingAugmentationModel> |
createReturnAugmentation(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode,
java.util.ArrayList<FilingAugmentationModel> model) |
java.util.concurrent.Future<java.util.ArrayList<FilingAugmentationModel>> |
createReturnAugmentationAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode,
java.util.ArrayList<FilingAugmentationModel> model)
Add an augmentation for a given filing.
|
java.util.ArrayList<SettingModel> |
createSettings(java.lang.Integer companyId,
java.util.ArrayList<SettingModel> model) |
java.util.concurrent.Future<java.util.ArrayList<SettingModel>> |
createSettingsAsync(java.lang.Integer companyId,
java.util.ArrayList<SettingModel> model)
Create a new setting
|
java.util.ArrayList<SubscriptionModel> |
createSubscriptions(java.lang.Integer accountId,
java.util.ArrayList<SubscriptionModel> model) |
java.util.concurrent.Future<java.util.ArrayList<SubscriptionModel>> |
createSubscriptionsAsync(java.lang.Integer accountId,
java.util.ArrayList<SubscriptionModel> model)
Create a new subscription
|
java.util.ArrayList<TaxCodeModel> |
createTaxCodes(java.lang.Integer companyId,
java.util.ArrayList<TaxCodeModel> model) |
java.util.concurrent.Future<java.util.ArrayList<TaxCodeModel>> |
createTaxCodesAsync(java.lang.Integer companyId,
java.util.ArrayList<TaxCodeModel> model)
Create a new tax code
|
java.util.ArrayList<TaxRuleModel> |
createTaxRules(java.lang.Integer companyId,
java.util.ArrayList<TaxRuleModel> model) |
java.util.concurrent.Future<java.util.ArrayList<TaxRuleModel>> |
createTaxRulesAsync(java.lang.Integer companyId,
java.util.ArrayList<TaxRuleModel> model)
Create a new tax rule
|
TransactionModel |
createTransaction(CreateTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
createTransactionAsync(CreateTransactionModel model)
Create a new transaction
|
java.util.ArrayList<UPCModel> |
createUPCs(java.lang.Integer companyId,
java.util.ArrayList<UPCModel> model) |
java.util.concurrent.Future<java.util.ArrayList<UPCModel>> |
createUPCsAsync(java.lang.Integer companyId,
java.util.ArrayList<UPCModel> model)
Create a new UPC
|
java.util.ArrayList<UserModel> |
createUsers(java.lang.Integer accountId,
java.util.ArrayList<UserModel> model) |
java.util.concurrent.Future<java.util.ArrayList<UserModel>> |
createUsersAsync(java.lang.Integer accountId,
java.util.ArrayList<UserModel> model)
Create new users
|
java.util.ArrayList<CycleAddOptionModel> |
cycleSafeAdd(java.lang.Integer companyId,
java.lang.String formCode) |
java.util.concurrent.Future<java.util.ArrayList<CycleAddOptionModel>> |
cycleSafeAddAsync(java.lang.Integer companyId,
java.lang.String formCode)
Returns a list of options for adding the specified form.
|
CycleEditOptionModel |
cycleSafeEdit(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<FilingCalendarEditModel> model) |
java.util.concurrent.Future<CycleEditOptionModel> |
cycleSafeEditAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<FilingCalendarEditModel> model)
Indicates when changes are allowed to be made to a filing calendar.
|
CycleExpireModel |
cycleSafeExpiration(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<CycleExpireModel> |
cycleSafeExpirationAsync(java.lang.Integer companyId,
java.lang.Integer id)
Returns a list of options for expiring a filing calendar
|
FetchResult<NexusModel> |
definitionsNexusByCountryByRegionGet(java.lang.String country,
java.lang.String region) |
java.util.concurrent.Future<FetchResult<NexusModel>> |
definitionsNexusByCountryByRegionGetAsync(java.lang.String country,
java.lang.String region)
Retrieve the full list of Avalara-supported nexus for a country and region.
|
FetchResult<NexusModel> |
definitionsNexusByCountryGet(java.lang.String country) |
java.util.concurrent.Future<FetchResult<NexusModel>> |
definitionsNexusByCountryGetAsync(java.lang.String country)
Retrieve the full list of Avalara-supported nexus for a country.
|
FetchResult<NexusModel> |
definitionsNexusGet() |
java.util.concurrent.Future<FetchResult<NexusModel>> |
definitionsNexusGetAsync()
Retrieve the full list of Avalara-supported nexus for all countries and regions.
|
ErrorResult |
deleteAccount(java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteAccountAsync(java.lang.Integer id)
Delete a single account
|
ErrorResult |
deleteBatch(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteBatchAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single batch
|
ErrorResult |
deleteCompanies(java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteCompaniesAsync(java.lang.Integer id)
Delete a single company
|
ErrorResult |
deleteContact(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteContactAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single contact
|
ErrorResult |
deleteItem(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteItemAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single item
|
ErrorResult |
deleteLocation(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteLocationAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single location
|
ErrorResult |
deleteNexus(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteNexusAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single nexus
|
ErrorResult |
deleteNotice(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteNoticeAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single notice.
|
ErrorResult |
deleteReturnAdjustment(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteReturnAdjustmentAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete an adjustment for a given filing.
|
ErrorResult |
deleteReturnAugmentation(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteReturnAugmentationAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete an augmentation for a given filing.
|
ErrorResult |
deleteSetting(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteSettingAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single setting
|
ErrorResult |
deleteSubscription(java.lang.Integer accountId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteSubscriptionAsync(java.lang.Integer accountId,
java.lang.Integer id)
Delete a single subscription
|
ErrorResult |
deleteTaxCode(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteTaxCodeAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single tax code
|
ErrorResult |
deleteTaxRule(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteTaxRuleAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single tax rule
|
ErrorResult |
deleteUPC(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ErrorResult> |
deleteUPCAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single UPC
|
ErrorResult |
deleteUser(java.lang.Integer id,
java.lang.Integer accountId) |
java.util.concurrent.Future<ErrorResult> |
deleteUserAsync(java.lang.Integer id,
java.lang.Integer accountId)
Delete a single user
|
FilingRequestModel |
filingRequests(java.lang.Integer companyId,
java.lang.Integer id) |
FilingRequestModel |
filingRequestsAdd(java.lang.Integer companyId,
FilingRequestModel model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsAddAsync(java.lang.Integer companyId,
FilingRequestModel model)
Create a new filing request to create a filing calendar
|
FilingRequestModel |
filingRequestsApprove(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsApproveAsync(java.lang.Integer companyId,
java.lang.Integer id)
Approve existing Filing Request
|
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single filing request
|
FilingRequestModel |
filingRequestsCancel(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsCancelAsync(java.lang.Integer companyId,
java.lang.Integer id)
Cancel existing Filing Request
|
FilingRequestModel |
filingRequestsNewCancel(java.lang.Integer companyId,
java.lang.Integer id,
FilingRequestModel model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsNewCancelAsync(java.lang.Integer companyId,
java.lang.Integer id,
FilingRequestModel model)
Create a new filing request to cancel a filing calendar
|
FilingRequestModel |
filingRequestsNewEdit(java.lang.Integer companyId,
java.lang.Integer id,
FilingRequestModel model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsNewEditAsync(java.lang.Integer companyId,
java.lang.Integer id,
FilingRequestModel model)
Create a new filing request to edit a filing calendar
|
FilingRequestModel |
filingRequestsUpdate(java.lang.Integer companyId,
java.lang.Integer id,
FilingRequestModel model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsUpdateAsync(java.lang.Integer companyId,
java.lang.Integer id,
FilingRequestModel model)
Edit existing Filing Request
|
FilingsCheckupModel |
filingsCheckupReport(java.lang.Integer worksheetId,
java.lang.Integer companyId) |
java.util.concurrent.Future<FilingsCheckupModel> |
filingsCheckupReportAsync(java.lang.Integer worksheetId,
java.lang.Integer companyId)
Retrieve worksheet checkup report for company and filing period.
|
FilingsCheckupModel |
filingsCheckupReports(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month) |
java.util.concurrent.Future<FilingsCheckupModel> |
filingsCheckupReportsAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month)
Retrieve worksheet checkup report for company and filing period.
|
FundingStatusModel |
fundingRequestStatus(java.lang.Integer id) |
java.util.concurrent.Future<FundingStatusModel> |
fundingRequestStatusAsync(java.lang.Integer id)
Retrieve status about a funding setup request
|
AccountModel |
getAccount(java.lang.Integer id,
java.lang.String $include) |
java.util.concurrent.Future<AccountModel> |
getAccountAsync(java.lang.Integer id,
java.lang.String $include)
Retrieve a single account
|
BatchModel |
getBatch(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<BatchModel> |
getBatchAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single batch
|
CompanyModel |
getCompany(java.lang.Integer id,
java.lang.String $include) |
java.util.concurrent.Future<CompanyModel> |
getCompanyAsync(java.lang.Integer id,
java.lang.String $include)
Retrieve a single company
|
ContactModel |
getContact(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ContactModel> |
getContactAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single contact
|
java.util.ArrayList<FilingModel> |
getFilings(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
getFilingsAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month)
Retrieve a list of filings for the specified company in the year and month of a given filing period.
|
java.util.ArrayList<FilingModel> |
getFilingsByCountry(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
getFilingsByCountryAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country)
Retrieve a list of filings for the specified company in the given filing period and country.
|
java.util.ArrayList<FilingModel> |
getFilingsByCountryRegion(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
getFilingsByCountryRegionAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region)
Retrieve a list of filings for the specified company in the filing period, country and region.
|
java.util.ArrayList<FilingModel> |
getFilingsByReturnName(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
getFilingsByReturnNameAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode)
Retrieve a list of filings for the specified company in the given filing period, country, region and form.
|
ItemModel |
getItem(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<ItemModel> |
getItemAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single item
|
LocationModel |
getLocation(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<LocationModel> |
getLocationAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single location
|
SubscriptionModel |
getMySubscription(java.lang.String serviceTypeId) |
java.util.concurrent.Future<SubscriptionModel> |
getMySubscriptionAsync(java.lang.String serviceTypeId)
Checks if the current user is subscribed to a specific service
|
NexusModel |
getNexus(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<NexusModel> |
getNexusAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single nexus
|
NoticeModel |
getNotice(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<NoticeModel> |
getNoticeAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single notice.
|
FetchResult<NoticeCommentModel> |
getNoticeComments(java.lang.Integer id,
java.lang.Integer companyId) |
java.util.concurrent.Future<FetchResult<NoticeCommentModel>> |
getNoticeCommentsAsync(java.lang.Integer id,
java.lang.Integer companyId)
Retrieve notice comments for a specific notice.
|
FetchResult<NoticeFinanceModel> |
getNoticeFinanceDetails(java.lang.Integer id,
java.lang.Integer companyId) |
java.util.concurrent.Future<FetchResult<NoticeFinanceModel>> |
getNoticeFinanceDetailsAsync(java.lang.Integer id,
java.lang.Integer companyId)
Retrieve notice finance details for a specific notice.
|
SettingModel |
getSetting(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<SettingModel> |
getSettingAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single setting
|
SubscriptionModel |
getSubscription(java.lang.Integer accountId,
java.lang.Integer id) |
java.util.concurrent.Future<SubscriptionModel> |
getSubscriptionAsync(java.lang.Integer accountId,
java.lang.Integer id)
Retrieve a single subscription
|
TaxCodeModel |
getTaxCode(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<TaxCodeModel> |
getTaxCodeAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single tax code
|
TaxRuleModel |
getTaxRule(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<TaxRuleModel> |
getTaxRuleAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single tax rule
|
TransactionModel |
getTransactionByCode(java.lang.String companyCode,
java.lang.String transactionCode,
java.lang.String $include) |
java.util.concurrent.Future<TransactionModel> |
getTransactionByCodeAsync(java.lang.String companyCode,
java.lang.String transactionCode,
java.lang.String $include)
Retrieve a single transaction by code
|
TransactionModel |
getTransactionById(java.lang.Long id,
java.lang.String $include) |
java.util.concurrent.Future<TransactionModel> |
getTransactionByIdAsync(java.lang.Long id,
java.lang.String $include)
Retrieve a single transaction by ID
|
UPCModel |
getUPC(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<UPCModel> |
getUPCAsync(java.lang.Integer companyId,
java.lang.Integer id)
Retrieve a single UPC
|
UserModel |
getUser(java.lang.Integer id,
java.lang.Integer accountId,
java.lang.String $include) |
java.util.concurrent.Future<UserModel> |
getUserAsync(java.lang.Integer id,
java.lang.Integer accountId,
java.lang.String $include)
Retrieve a single user
|
UserEntitlementModel |
getUserEntitlements(java.lang.Integer id,
java.lang.Integer accountId) |
java.util.concurrent.Future<UserEntitlementModel> |
getUserEntitlementsAsync(java.lang.Integer id,
java.lang.Integer accountId)
Retrieve all entitlements for a single user
|
FetchResult<BatchModel> |
listBatchesByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<BatchModel>> |
listBatchesByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all batches for this company
|
FetchResult<ContactModel> |
listContactsByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<ContactModel>> |
listContactsByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve contacts for this company
|
FetchResult<IsoCountryModel> |
listCountries() |
java.util.concurrent.Future<FetchResult<IsoCountryModel>> |
listCountriesAsync()
List all ISO 3166 countries
|
FetchResult<EntityUseCodeModel> |
listEntityUseCodes() |
java.util.concurrent.Future<FetchResult<EntityUseCodeModel>> |
listEntityUseCodesAsync()
Retrieve the full list of Avalara-supported entity use codes
|
FetchResult<FilingFrequencyModel> |
listFilingFrequencies() |
java.util.concurrent.Future<FetchResult<FilingFrequencyModel>> |
listFilingFrequenciesAsync()
Retrieve the full list of Avalara-supported filing frequencies.
|
java.util.ArrayList<FundingStatusModel> |
listFundingRequestsByCompany(java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<FundingStatusModel>> |
listFundingRequestsByCompanyAsync(java.lang.Integer id)
Check managed returns funding configuration for a company
|
FetchResult<ItemModel> |
listItemsByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<ItemModel>> |
listItemsByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve items for this company
|
FetchResult<LocationQuestionModel> |
listLocationQuestionsByAddress(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country,
java.math.BigDecimal latitude,
java.math.BigDecimal longitude) |
java.util.concurrent.Future<FetchResult<LocationQuestionModel>> |
listLocationQuestionsByAddressAsync(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country,
java.math.BigDecimal latitude,
java.math.BigDecimal longitude)
Retrieve the list of questions that are required for a tax location
|
FetchResult<LocationModel> |
listLocationsByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<LocationModel>> |
listLocationsByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve locations for this company
|
SubscriptionModel |
listMySubscriptions() |
java.util.concurrent.Future<SubscriptionModel> |
listMySubscriptionsAsync()
List all services to which the current user is subscribed
|
FetchResult<NexusModel> |
listNexusByAddress(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country) |
java.util.concurrent.Future<FetchResult<NexusModel>> |
listNexusByAddressAsync(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country)
List all nexus that apply to a specific address.
|
FetchResult<NexusModel> |
listNexusByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<NexusModel>> |
listNexusByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve nexus for this company
|
FetchResult<NoticeCustomerFundingOptionModel> |
listNoticeCustomerFundingOptions() |
java.util.concurrent.Future<FetchResult<NoticeCustomerFundingOptionModel>> |
listNoticeCustomerFundingOptionsAsync()
Retrieve the full list of Avalara-supported tax notice customer funding options.
|
FetchResult<NoticeCustomerTypeModel> |
listNoticeCustomerTypes() |
java.util.concurrent.Future<FetchResult<NoticeCustomerTypeModel>> |
listNoticeCustomerTypesAsync()
Retrieve the full list of Avalara-supported tax notice customer types.
|
FetchResult<NoticeFilingTypeModel> |
listNoticeFilingtypes() |
java.util.concurrent.Future<FetchResult<NoticeFilingTypeModel>> |
listNoticeFilingtypesAsync()
Retrieve the full list of Avalara-supported tax notice filing types.
|
FetchResult<NoticePriorityModel> |
listNoticePriorities() |
java.util.concurrent.Future<FetchResult<NoticePriorityModel>> |
listNoticePrioritiesAsync()
Retrieve the full list of Avalara-supported tax notice priorities.
|
FetchResult<NoticeReasonModel> |
listNoticeReasons() |
java.util.concurrent.Future<FetchResult<NoticeReasonModel>> |
listNoticeReasonsAsync()
Retrieve the full list of Avalara-supported tax notice reasons.
|
FetchResult<NoticeModel> |
listNoticesByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<NoticeModel>> |
listNoticesByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve notices for a company.
|
FetchResult<NoticeStatusModel> |
listNoticeStatuses() |
java.util.concurrent.Future<FetchResult<NoticeStatusModel>> |
listNoticeStatusesAsync()
Retrieve the full list of Avalara-supported tax notice statuses.
|
FetchResult<NoticeTypeModel> |
listNoticeTypes() |
java.util.concurrent.Future<FetchResult<NoticeTypeModel>> |
listNoticeTypesAsync()
Retrieve the full list of Avalara-supported tax notice types.
|
FetchResult<ParameterModel> |
listParameters() |
java.util.concurrent.Future<FetchResult<ParameterModel>> |
listParametersAsync()
Retrieve the full list of Avalara-supported extra parameters for creating transactions.
|
FetchResult<java.lang.String> |
listPermissions() |
java.util.concurrent.Future<FetchResult<java.lang.String>> |
listPermissionsAsync()
Retrieve the full list of Avalara-supported permissions
|
FetchResult<IsoRegionModel> |
listRegions() |
java.util.concurrent.Future<FetchResult<IsoRegionModel>> |
listRegionsAsync()
List all ISO 3166 regions
|
FetchResult<IsoRegionModel> |
listRegionsByCountry(java.lang.String country) |
java.util.concurrent.Future<FetchResult<IsoRegionModel>> |
listRegionsByCountryAsync(java.lang.String country)
List all ISO 3166 regions for a country
|
FetchResult<SecurityRoleModel> |
listSecurityRoles() |
java.util.concurrent.Future<FetchResult<SecurityRoleModel>> |
listSecurityRolesAsync()
Retrieve the full list of Avalara-supported permissions
|
FetchResult<SettingModel> |
listSettingsByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<SettingModel>> |
listSettingsByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all settings for this company
|
FetchResult<SubscriptionModel> |
listSubscriptionsByAccount(java.lang.Integer accountId,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<SubscriptionModel>> |
listSubscriptionsByAccountAsync(java.lang.Integer accountId,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve subscriptions for this account
|
FetchResult<SubscriptionTypeModel> |
listSubscriptionTypes() |
java.util.concurrent.Future<FetchResult<SubscriptionTypeModel>> |
listSubscriptionTypesAsync()
Retrieve the full list of Avalara-supported subscription types
|
FetchResult<TaxAuthorityModel> |
listTaxAuthorities() |
java.util.concurrent.Future<FetchResult<TaxAuthorityModel>> |
listTaxAuthoritiesAsync()
Retrieve the full list of Avalara-supported tax authorities.
|
FetchResult<TaxAuthorityFormModel> |
listTaxAuthorityForms() |
java.util.concurrent.Future<FetchResult<TaxAuthorityFormModel>> |
listTaxAuthorityFormsAsync()
Retrieve the full list of Avalara-supported forms for each tax authority.
|
FetchResult<TaxAuthorityTypeModel> |
listTaxAuthorityTypes() |
java.util.concurrent.Future<FetchResult<TaxAuthorityTypeModel>> |
listTaxAuthorityTypesAsync()
Retrieve the full list of Avalara-supported tax authority types.
|
FetchResult<TaxCodeModel> |
listTaxCodes() |
java.util.concurrent.Future<FetchResult<TaxCodeModel>> |
listTaxCodesAsync()
Retrieve the full list of Avalara-supported tax codes.
|
FetchResult<TaxCodeModel> |
listTaxCodesByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<TaxCodeModel>> |
listTaxCodesByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve tax codes for this company
|
TaxCodeTypesModel |
listTaxCodeTypes() |
java.util.concurrent.Future<TaxCodeTypesModel> |
listTaxCodeTypesAsync()
Retrieve the full list of Avalara-supported tax code types.
|
FetchResult<TaxRuleModel> |
listTaxRules(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<TaxRuleModel>> |
listTaxRulesAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve tax rules for this company
|
FetchResult<TransactionModel> |
listTransactionsByCompany(java.lang.String companyCode,
java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<TransactionModel>> |
listTransactionsByCompanyAsync(java.lang.String companyCode,
java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all transactions
|
FetchResult<UPCModel> |
listUPCsByCompany(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<UPCModel>> |
listUPCsByCompanyAsync(java.lang.Integer companyId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve UPCs for this company
|
FetchResult<UserModel> |
listUsersByAccount(java.lang.Integer accountId,
java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<UserModel>> |
listUsersByAccountAsync(java.lang.Integer accountId,
java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve users for this account
|
LoginVerificationOutputModel |
loginVerificationGet(java.lang.Integer jobId) |
java.util.concurrent.Future<LoginVerificationOutputModel> |
loginVerificationGetAsync(java.lang.Integer jobId)
Gets the request status and Login Result
|
LoginVerificationOutputModel |
loginVerificationPost(LoginVerificationInputModel model) |
java.util.concurrent.Future<LoginVerificationOutputModel> |
loginVerificationPostAsync(LoginVerificationInputModel model)
New request for getting for validating customer's login credentials
|
PingResultModel |
ping() |
java.util.concurrent.Future<PingResultModel> |
pingAsync()
Tests connectivity and version of the service
|
FetchResult<AccountModel> |
queryAccounts(java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<AccountModel>> |
queryAccountsAsync(java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all accounts
|
FetchResult<BatchModel> |
queryBatches(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<BatchModel>> |
queryBatchesAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all batches
|
FetchResult<CompanyModel> |
queryCompanies(java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<CompanyModel>> |
queryCompaniesAsync(java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all companies
|
FetchResult<ContactModel> |
queryContacts(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<ContactModel>> |
queryContactsAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all contacts
|
FetchResult<FilingCalendarModel> |
queryFilingCalendars(java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<FilingCalendarModel>> |
queryFilingCalendarsAsync(java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all filing calendars
|
FetchResult<FilingRequestModel> |
queryFilingRequests(java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<FilingRequestModel>> |
queryFilingRequestsAsync(java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all filing requests
|
FetchResult<ItemModel> |
queryItems(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<ItemModel>> |
queryItemsAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all items
|
FetchResult<LocationModel> |
queryLocations(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<LocationModel>> |
queryLocationsAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all locations
|
FetchResult<NexusModel> |
queryNexus(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<NexusModel>> |
queryNexusAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all nexus
|
FetchResult<NoticeModel> |
queryNotices(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<NoticeModel>> |
queryNoticesAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all notices.
|
FetchResult<SettingModel> |
querySettings(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<SettingModel>> |
querySettingsAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all settings
|
FetchResult<SubscriptionModel> |
querySubscriptions(java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<SubscriptionModel>> |
querySubscriptionsAsync(java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all subscriptions
|
FetchResult<TaxCodeModel> |
queryTaxCodes(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<TaxCodeModel>> |
queryTaxCodesAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all tax codes
|
FetchResult<TaxRuleModel> |
queryTaxRules(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<TaxRuleModel>> |
queryTaxRulesAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all tax rules
|
FetchResult<UPCModel> |
queryUPCs(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<UPCModel>> |
queryUPCsAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all UPCs
|
FetchResult<UserModel> |
queryUsers(java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy) |
java.util.concurrent.Future<FetchResult<UserModel>> |
queryUsersAsync(java.lang.String $include,
java.lang.String $filter,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all users
|
java.util.ArrayList<FilingModel> |
rebuildFilings(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
RebuildFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
rebuildFilingsAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
RebuildFilingsModel model)
Rebuild a set of filings for the specified company in the given filing period.
|
java.util.ArrayList<FilingModel> |
rebuildFilingsByCountry(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
RebuildFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
rebuildFilingsByCountryAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
RebuildFilingsModel model)
Rebuild a set of filings for the specified company in the given filing period and country.
|
java.util.ArrayList<FilingModel> |
rebuildFilingsByCountryRegion(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
RebuildFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
rebuildFilingsByCountryRegionAsync(java.lang.Integer companyId,
java.lang.Integer year,
java.lang.Integer month,
java.lang.String country,
java.lang.String region,
RebuildFilingsModel model)
Rebuild a set of filings for the specified company in the given filing period, country and region.
|
java.lang.String |
resetPassword(java.lang.Integer userId,
SetPasswordModel model) |
java.util.concurrent.Future<java.lang.String> |
resetPasswordAsync(java.lang.Integer userId,
SetPasswordModel model)
Reset a user's password programmatically
|
AddressResolutionModel |
resolveAddress(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country,
java.math.BigDecimal latitude,
java.math.BigDecimal longitude) |
java.util.concurrent.Future<AddressResolutionModel> |
resolveAddressAsync(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country,
java.math.BigDecimal latitude,
java.math.BigDecimal longitude)
Retrieve geolocation information for a specified address
|
AddressResolutionModel |
resolveAddressPost(AddressInfo model) |
java.util.concurrent.Future<AddressResolutionModel> |
resolveAddressPostAsync(AddressInfo model)
Retrieve geolocation information for a specified address
|
TransactionModel |
settleTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
SettleTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
settleTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
SettleTransactionModel model)
Perform multiple actions on a transaction
|
TaxRateModel |
taxRatesByAddress(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country) |
java.util.concurrent.Future<TaxRateModel> |
taxRatesByAddressAsync(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String city,
java.lang.String region,
java.lang.String postalCode,
java.lang.String country)
Retrieve tax rates for a specified address
|
TaxRateModel |
taxRatesByPostalCode(java.lang.String country,
java.lang.String postalCode) |
java.util.concurrent.Future<TaxRateModel> |
taxRatesByPostalCodeAsync(java.lang.String country,
java.lang.String postalCode)
Retrieve tax rates for a specified country and postal code
|
AccountModel |
updateAccount(java.lang.Integer id,
AccountModel model) |
java.util.concurrent.Future<AccountModel> |
updateAccountAsync(java.lang.Integer id,
AccountModel model)
Update a single account
|
BatchModel |
updateBatch(java.lang.Integer companyId,
java.lang.Integer id,
BatchModel model) |
java.util.concurrent.Future<BatchModel> |
updateBatchAsync(java.lang.Integer companyId,
java.lang.Integer id,
BatchModel model)
Update a single batch
|
CompanyModel |
updateCompany(java.lang.Integer id,
CompanyModel model) |
java.util.concurrent.Future<CompanyModel> |
updateCompanyAsync(java.lang.Integer id,
CompanyModel model)
Update a single company
|
ContactModel |
updateContact(java.lang.Integer companyId,
java.lang.Integer id,
ContactModel model) |
java.util.concurrent.Future<ContactModel> |
updateContactAsync(java.lang.Integer companyId,
java.lang.Integer id,
ContactModel model)
Update a single contact
|
ItemModel |
updateItem(java.lang.Integer companyId,
java.lang.Integer id,
ItemModel model) |
java.util.concurrent.Future<ItemModel> |
updateItemAsync(java.lang.Integer companyId,
java.lang.Integer id,
ItemModel model)
Update a single item
|
LocationModel |
updateLocation(java.lang.Integer companyId,
java.lang.Integer id,
LocationModel model) |
java.util.concurrent.Future<LocationModel> |
updateLocationAsync(java.lang.Integer companyId,
java.lang.Integer id,
LocationModel model)
Update a single location
|
NexusModel |
updateNexus(java.lang.Integer companyId,
java.lang.Integer id,
NexusModel model) |
java.util.concurrent.Future<NexusModel> |
updateNexusAsync(java.lang.Integer companyId,
java.lang.Integer id,
NexusModel model)
Update a single nexus
|
NoticeModel |
updateNotice(java.lang.Integer companyId,
java.lang.Integer id,
NoticeModel model) |
java.util.concurrent.Future<NoticeModel> |
updateNoticeAsync(java.lang.Integer companyId,
java.lang.Integer id,
NoticeModel model)
Update a single notice.
|
FilingAdjustmentModel |
updateReturnAdjustment(java.lang.Integer companyId,
java.lang.Long id,
FilingAdjustmentModel model) |
java.util.concurrent.Future<FilingAdjustmentModel> |
updateReturnAdjustmentAsync(java.lang.Integer companyId,
java.lang.Long id,
FilingAdjustmentModel model)
Edit an adjustment for a given filing.
|
FilingAugmentationModel |
updateReturnAugmentation(java.lang.Integer companyId,
java.lang.Long id,
FilingAugmentationModel model) |
java.util.concurrent.Future<FilingAugmentationModel> |
updateReturnAugmentationAsync(java.lang.Integer companyId,
java.lang.Long id,
FilingAugmentationModel model)
Edit an augmentation for a given filing.
|
SettingModel |
updateSetting(java.lang.Integer companyId,
java.lang.Integer id,
SettingModel model) |
java.util.concurrent.Future<SettingModel> |
updateSettingAsync(java.lang.Integer companyId,
java.lang.Integer id,
SettingModel model)
Update a single setting
|
SubscriptionModel |
updateSubscription(java.lang.Integer accountId,
java.lang.Integer id,
SubscriptionModel model) |
java.util.concurrent.Future<SubscriptionModel> |
updateSubscriptionAsync(java.lang.Integer accountId,
java.lang.Integer id,
SubscriptionModel model)
Update a single subscription
|
TaxCodeModel |
updateTaxCode(java.lang.Integer companyId,
java.lang.Integer id,
TaxCodeModel model) |
java.util.concurrent.Future<TaxCodeModel> |
updateTaxCodeAsync(java.lang.Integer companyId,
java.lang.Integer id,
TaxCodeModel model)
Update a single tax code
|
TaxRuleModel |
updateTaxRule(java.lang.Integer companyId,
java.lang.Integer id,
TaxRuleModel model) |
java.util.concurrent.Future<TaxRuleModel> |
updateTaxRuleAsync(java.lang.Integer companyId,
java.lang.Integer id,
TaxRuleModel model)
Update a single tax rule
|
UPCModel |
updateUPC(java.lang.Integer companyId,
java.lang.Integer id,
UPCModel model) |
java.util.concurrent.Future<UPCModel> |
updateUPCAsync(java.lang.Integer companyId,
java.lang.Integer id,
UPCModel model)
Update a single UPC
|
UserModel |
updateUser(java.lang.Integer id,
java.lang.Integer accountId,
UserModel model) |
java.util.concurrent.Future<UserModel> |
updateUserAsync(java.lang.Integer id,
java.lang.Integer accountId,
UserModel model)
Update a single user
|
LocationValidationModel |
validateLocation(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<LocationValidationModel> |
validateLocationAsync(java.lang.Integer companyId,
java.lang.Integer id)
Validate the location against local requirements
|
TransactionModel |
verifyTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
VerifyTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
verifyTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
VerifyTransactionModel model)
Verify a transaction
|
TransactionModel |
voidTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
VoidTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
voidTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
VoidTransactionModel model)
Void a transaction
|
AvaTaxClient |
withSecurity(java.lang.String securityHeader) |
AvaTaxClient |
withSecurity(java.lang.String username,
java.lang.String password) |
public AvaTaxClient(java.lang.String appName, java.lang.String appVersion, java.lang.String machineName, AvaTaxEnvironment environment)
public AvaTaxClient(java.lang.String appName, java.lang.String appVersion, java.lang.String machineName, java.lang.String environmentUrl)
public AvaTaxClient withSecurity(java.lang.String securityHeader)
public AvaTaxClient withSecurity(java.lang.String username, java.lang.String password)
public java.util.concurrent.Future<LicenseKeyModel> accountResetLicenseKeyAsync(java.lang.Integer id, ResetLicenseKeyModel model)
public LicenseKeyModel accountResetLicenseKey(java.lang.Integer id, ResetLicenseKeyModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AccountModel> getAccountAsync(java.lang.Integer id, java.lang.String $include)
public AccountModel getAccount(java.lang.Integer id, java.lang.String $include) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AddressResolutionModel> resolveAddressAsync(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country, java.math.BigDecimal latitude, java.math.BigDecimal longitude)
public AddressResolutionModel resolveAddress(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country, java.math.BigDecimal latitude, java.math.BigDecimal longitude) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AddressResolutionModel> resolveAddressPostAsync(AddressInfo model)
public AddressResolutionModel resolveAddressPost(AddressInfo model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<BatchModel>> createBatchesAsync(java.lang.Integer companyId, java.util.ArrayList<BatchModel> model)
public java.util.ArrayList<BatchModel> createBatches(java.lang.Integer companyId, java.util.ArrayList<BatchModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteBatchAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteBatch(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<BatchModel> getBatchAsync(java.lang.Integer companyId, java.lang.Integer id)
public BatchModel getBatch(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<BatchModel>> listBatchesByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<BatchModel> listBatchesByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<BatchModel>> queryBatchesAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<BatchModel> queryBatches(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<BatchModel> updateBatchAsync(java.lang.Integer companyId, java.lang.Integer id, BatchModel model)
public BatchModel updateBatch(java.lang.Integer companyId, java.lang.Integer id, BatchModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<CompanyModel> companyInitializeAsync(CompanyInitializationModel model)
public CompanyModel companyInitialize(CompanyInitializationModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<CompanyModel>> createCompaniesAsync(java.util.ArrayList<CompanyModel> model)
public java.util.ArrayList<CompanyModel> createCompanies(java.util.ArrayList<CompanyModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FundingStatusModel> createFundingRequestAsync(java.lang.Integer id, FundingInitiateModel model)
public FundingStatusModel createFundingRequest(java.lang.Integer id, FundingInitiateModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteCompaniesAsync(java.lang.Integer id)
public ErrorResult deleteCompanies(java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<CompanyModel> getCompanyAsync(java.lang.Integer id, java.lang.String $include)
public CompanyModel getCompany(java.lang.Integer id, java.lang.String $include) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FundingStatusModel>> listFundingRequestsByCompanyAsync(java.lang.Integer id)
public java.util.ArrayList<FundingStatusModel> listFundingRequestsByCompany(java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<CompanyModel>> queryCompaniesAsync(java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<CompanyModel> queryCompanies(java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<CompanyModel> updateCompanyAsync(java.lang.Integer id, CompanyModel model)
public CompanyModel updateCompany(java.lang.Integer id, CompanyModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<ContactModel>> createContactsAsync(java.lang.Integer companyId, java.util.ArrayList<ContactModel> model)
public java.util.ArrayList<ContactModel> createContacts(java.lang.Integer companyId, java.util.ArrayList<ContactModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteContactAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteContact(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ContactModel> getContactAsync(java.lang.Integer companyId, java.lang.Integer id)
public ContactModel getContact(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<ContactModel>> listContactsByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<ContactModel> listContactsByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<ContactModel>> queryContactsAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<ContactModel> queryContacts(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ContactModel> updateContactAsync(java.lang.Integer companyId, java.lang.Integer id, ContactModel model)
public ContactModel updateContact(java.lang.Integer companyId, java.lang.Integer id, ContactModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusModel>> definitionsNexusByCountryByRegionGetAsync(java.lang.String country, java.lang.String region)
public FetchResult<NexusModel> definitionsNexusByCountryByRegionGet(java.lang.String country, java.lang.String region) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusModel>> definitionsNexusByCountryGetAsync(java.lang.String country)
public FetchResult<NexusModel> definitionsNexusByCountryGet(java.lang.String country) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusModel>> definitionsNexusGetAsync()
public FetchResult<NexusModel> definitionsNexusGet() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<IsoCountryModel>> listCountriesAsync()
public FetchResult<IsoCountryModel> listCountries() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<EntityUseCodeModel>> listEntityUseCodesAsync()
public FetchResult<EntityUseCodeModel> listEntityUseCodes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingFrequencyModel>> listFilingFrequenciesAsync()
public FetchResult<FilingFrequencyModel> listFilingFrequencies() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<LocationQuestionModel>> listLocationQuestionsByAddressAsync(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country, java.math.BigDecimal latitude, java.math.BigDecimal longitude)
public FetchResult<LocationQuestionModel> listLocationQuestionsByAddress(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country, java.math.BigDecimal latitude, java.math.BigDecimal longitude) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusModel>> listNexusByAddressAsync(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country)
public FetchResult<NexusModel> listNexusByAddress(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeCustomerFundingOptionModel>> listNoticeCustomerFundingOptionsAsync()
public FetchResult<NoticeCustomerFundingOptionModel> listNoticeCustomerFundingOptions() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeCustomerTypeModel>> listNoticeCustomerTypesAsync()
public FetchResult<NoticeCustomerTypeModel> listNoticeCustomerTypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeFilingTypeModel>> listNoticeFilingtypesAsync()
public FetchResult<NoticeFilingTypeModel> listNoticeFilingtypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticePriorityModel>> listNoticePrioritiesAsync()
public FetchResult<NoticePriorityModel> listNoticePriorities() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeReasonModel>> listNoticeReasonsAsync()
public FetchResult<NoticeReasonModel> listNoticeReasons() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeStatusModel>> listNoticeStatusesAsync()
public FetchResult<NoticeStatusModel> listNoticeStatuses() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeTypeModel>> listNoticeTypesAsync()
public FetchResult<NoticeTypeModel> listNoticeTypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<ParameterModel>> listParametersAsync()
public FetchResult<ParameterModel> listParameters() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<java.lang.String>> listPermissionsAsync()
public FetchResult<java.lang.String> listPermissions() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<IsoRegionModel>> listRegionsAsync()
public FetchResult<IsoRegionModel> listRegions() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<IsoRegionModel>> listRegionsByCountryAsync(java.lang.String country)
public FetchResult<IsoRegionModel> listRegionsByCountry(java.lang.String country) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SecurityRoleModel>> listSecurityRolesAsync()
public FetchResult<SecurityRoleModel> listSecurityRoles() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SubscriptionTypeModel>> listSubscriptionTypesAsync()
public FetchResult<SubscriptionTypeModel> listSubscriptionTypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxAuthorityModel>> listTaxAuthoritiesAsync()
public FetchResult<TaxAuthorityModel> listTaxAuthorities() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxAuthorityFormModel>> listTaxAuthorityFormsAsync()
public FetchResult<TaxAuthorityFormModel> listTaxAuthorityForms() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxAuthorityTypeModel>> listTaxAuthorityTypesAsync()
public FetchResult<TaxAuthorityTypeModel> listTaxAuthorityTypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxCodeTypesModel> listTaxCodeTypesAsync()
public TaxCodeTypesModel listTaxCodeTypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxCodeModel>> listTaxCodesAsync()
public FetchResult<TaxCodeModel> listTaxCodes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingCalendarModel> companiesByCompanyIdFilingcalendarsByIdGetAsync(java.lang.Integer companyId, java.lang.Integer id)
public FilingCalendarModel companiesByCompanyIdFilingcalendarsByIdGet(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingCalendarModel>> companiesByCompanyIdFilingcalendarsGetAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<FilingCalendarModel> companiesByCompanyIdFilingcalendarsGet(java.lang.Integer companyId, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingRequestModel>> companiesByCompanyIdFilingrequestsGetAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<FilingRequestModel> companiesByCompanyIdFilingrequestsGet(java.lang.Integer companyId, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<CycleAddOptionModel>> cycleSafeAddAsync(java.lang.Integer companyId, java.lang.String formCode)
public java.util.ArrayList<CycleAddOptionModel> cycleSafeAdd(java.lang.Integer companyId, java.lang.String formCode) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<CycleEditOptionModel> cycleSafeEditAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<FilingCalendarEditModel> model)
public CycleEditOptionModel cycleSafeEdit(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<FilingCalendarEditModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<CycleExpireModel> cycleSafeExpirationAsync(java.lang.Integer companyId, java.lang.Integer id)
public CycleExpireModel cycleSafeExpiration(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsAddAsync(java.lang.Integer companyId, FilingRequestModel model)
public FilingRequestModel filingRequestsAdd(java.lang.Integer companyId, FilingRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsApproveAsync(java.lang.Integer companyId, java.lang.Integer id)
public FilingRequestModel filingRequestsApprove(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsCancelAsync(java.lang.Integer companyId, java.lang.Integer id)
public FilingRequestModel filingRequestsCancel(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsNewCancelAsync(java.lang.Integer companyId, java.lang.Integer id, FilingRequestModel model)
public FilingRequestModel filingRequestsNewCancel(java.lang.Integer companyId, java.lang.Integer id, FilingRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsNewEditAsync(java.lang.Integer companyId, java.lang.Integer id, FilingRequestModel model)
public FilingRequestModel filingRequestsNewEdit(java.lang.Integer companyId, java.lang.Integer id, FilingRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsUpdateAsync(java.lang.Integer companyId, java.lang.Integer id, FilingRequestModel model)
public FilingRequestModel filingRequestsUpdate(java.lang.Integer companyId, java.lang.Integer id, FilingRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingCalendarModel>> queryFilingCalendarsAsync(java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<FilingCalendarModel> queryFilingCalendars(java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingRequestModel>> queryFilingRequestsAsync(java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<FilingRequestModel> queryFilingRequests(java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsAsync(java.lang.Integer companyId, java.lang.Integer id)
public FilingRequestModel filingRequests(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<LoginVerificationOutputModel> loginVerificationGetAsync(java.lang.Integer jobId)
public LoginVerificationOutputModel loginVerificationGet(java.lang.Integer jobId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<LoginVerificationOutputModel> loginVerificationPostAsync(LoginVerificationInputModel model)
public LoginVerificationOutputModel loginVerificationPost(LoginVerificationInputModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> approveFilingsAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, ApproveFilingsModel model)
public java.util.ArrayList<FilingModel> approveFilings(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, ApproveFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> approveFilingsCountryAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, ApproveFilingsModel model)
public java.util.ArrayList<FilingModel> approveFilingsCountry(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, ApproveFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> approveFilingsCountryRegionAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, ApproveFilingsModel model)
public java.util.ArrayList<FilingModel> approveFilingsCountryRegion(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, ApproveFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingAdjustmentModel>> createReturnAdjustmentAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, java.lang.String formCode, java.util.ArrayList<FilingAdjustmentModel> model)
public java.util.ArrayList<FilingAdjustmentModel> createReturnAdjustment(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, java.lang.String formCode, java.util.ArrayList<FilingAdjustmentModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingAugmentationModel>> createReturnAugmentationAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, java.lang.String formCode, java.util.ArrayList<FilingAugmentationModel> model)
public java.util.ArrayList<FilingAugmentationModel> createReturnAugmentation(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, java.lang.String formCode, java.util.ArrayList<FilingAugmentationModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteReturnAdjustmentAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteReturnAdjustment(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteReturnAugmentationAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteReturnAugmentation(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingsCheckupModel> filingsCheckupReportAsync(java.lang.Integer worksheetId, java.lang.Integer companyId)
public FilingsCheckupModel filingsCheckupReport(java.lang.Integer worksheetId, java.lang.Integer companyId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingsCheckupModel> filingsCheckupReportsAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month)
public FilingsCheckupModel filingsCheckupReports(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> getFilingsAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month)
public java.util.ArrayList<FilingModel> getFilings(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> getFilingsByCountryAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country)
public java.util.ArrayList<FilingModel> getFilingsByCountry(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> getFilingsByCountryRegionAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region)
public java.util.ArrayList<FilingModel> getFilingsByCountryRegion(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> getFilingsByReturnNameAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, java.lang.String formCode)
public java.util.ArrayList<FilingModel> getFilingsByReturnName(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, java.lang.String formCode) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> rebuildFilingsAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, RebuildFilingsModel model)
public java.util.ArrayList<FilingModel> rebuildFilings(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, RebuildFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> rebuildFilingsByCountryAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, RebuildFilingsModel model)
public java.util.ArrayList<FilingModel> rebuildFilingsByCountry(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, RebuildFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<FilingModel>> rebuildFilingsByCountryRegionAsync(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, RebuildFilingsModel model)
public java.util.ArrayList<FilingModel> rebuildFilingsByCountryRegion(java.lang.Integer companyId, java.lang.Integer year, java.lang.Integer month, java.lang.String country, java.lang.String region, RebuildFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingAdjustmentModel> updateReturnAdjustmentAsync(java.lang.Integer companyId, java.lang.Long id, FilingAdjustmentModel model)
public FilingAdjustmentModel updateReturnAdjustment(java.lang.Integer companyId, java.lang.Long id, FilingAdjustmentModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingAugmentationModel> updateReturnAugmentationAsync(java.lang.Integer companyId, java.lang.Long id, FilingAugmentationModel model)
public FilingAugmentationModel updateReturnAugmentation(java.lang.Integer companyId, java.lang.Long id, FilingAugmentationModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FundingStatusModel> activateFundingRequestAsync(java.lang.Long id)
public FundingStatusModel activateFundingRequest(java.lang.Long id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FundingStatusModel> fundingRequestStatusAsync(java.lang.Integer id)
public FundingStatusModel fundingRequestStatus(java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<ItemModel>> createItemsAsync(java.lang.Integer companyId, java.util.ArrayList<ItemModel> model)
public java.util.ArrayList<ItemModel> createItems(java.lang.Integer companyId, java.util.ArrayList<ItemModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteItemAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteItem(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ItemModel> getItemAsync(java.lang.Integer companyId, java.lang.Integer id)
public ItemModel getItem(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<ItemModel>> listItemsByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<ItemModel> listItemsByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<ItemModel>> queryItemsAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<ItemModel> queryItems(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ItemModel> updateItemAsync(java.lang.Integer companyId, java.lang.Integer id, ItemModel model)
public ItemModel updateItem(java.lang.Integer companyId, java.lang.Integer id, ItemModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.lang.String> buildPointOfSaleDataForLocationAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.Date date, java.lang.String format, java.lang.Integer partnerId, java.lang.Boolean includeJurisCodes)
public java.lang.String buildPointOfSaleDataForLocation(java.lang.Integer companyId, java.lang.Integer id, java.util.Date date, java.lang.String format, java.lang.Integer partnerId, java.lang.Boolean includeJurisCodes) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<LocationModel>> createLocationsAsync(java.lang.Integer companyId, java.util.ArrayList<LocationModel> model)
public java.util.ArrayList<LocationModel> createLocations(java.lang.Integer companyId, java.util.ArrayList<LocationModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteLocationAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteLocation(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<LocationModel> getLocationAsync(java.lang.Integer companyId, java.lang.Integer id)
public LocationModel getLocation(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<LocationModel>> listLocationsByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<LocationModel> listLocationsByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<LocationModel>> queryLocationsAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<LocationModel> queryLocations(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<LocationModel> updateLocationAsync(java.lang.Integer companyId, java.lang.Integer id, LocationModel model)
public LocationModel updateLocation(java.lang.Integer companyId, java.lang.Integer id, LocationModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<LocationValidationModel> validateLocationAsync(java.lang.Integer companyId, java.lang.Integer id)
public LocationValidationModel validateLocation(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<NexusModel>> createNexusAsync(java.lang.Integer companyId, java.util.ArrayList<NexusModel> model)
public java.util.ArrayList<NexusModel> createNexus(java.lang.Integer companyId, java.util.ArrayList<NexusModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteNexusAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteNexus(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<NexusModel> getNexusAsync(java.lang.Integer companyId, java.lang.Integer id)
public NexusModel getNexus(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusModel>> listNexusByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<NexusModel> listNexusByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusModel>> queryNexusAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<NexusModel> queryNexus(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<NexusModel> updateNexusAsync(java.lang.Integer companyId, java.lang.Integer id, NexusModel model)
public NexusModel updateNexus(java.lang.Integer companyId, java.lang.Integer id, NexusModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<NoticeCommentModel>> createNoticeCommentAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeCommentModel> model)
public java.util.ArrayList<NoticeCommentModel> createNoticeComment(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeCommentModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<NoticeFinanceModel>> createNoticeFinanceDetailsAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeFinanceModel> model)
public java.util.ArrayList<NoticeFinanceModel> createNoticeFinanceDetails(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeFinanceModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<NoticeModel>> createNoticesAsync(java.lang.Integer companyId, java.util.ArrayList<NoticeModel> model)
public java.util.ArrayList<NoticeModel> createNotices(java.lang.Integer companyId, java.util.ArrayList<NoticeModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteNoticeAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteNotice(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<NoticeModel> getNoticeAsync(java.lang.Integer companyId, java.lang.Integer id)
public NoticeModel getNotice(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeCommentModel>> getNoticeCommentsAsync(java.lang.Integer id, java.lang.Integer companyId)
public FetchResult<NoticeCommentModel> getNoticeComments(java.lang.Integer id, java.lang.Integer companyId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeFinanceModel>> getNoticeFinanceDetailsAsync(java.lang.Integer id, java.lang.Integer companyId)
public FetchResult<NoticeFinanceModel> getNoticeFinanceDetails(java.lang.Integer id, java.lang.Integer companyId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeModel>> listNoticesByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<NoticeModel> listNoticesByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeModel>> queryNoticesAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<NoticeModel> queryNotices(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<NoticeModel> updateNoticeAsync(java.lang.Integer companyId, java.lang.Integer id, NoticeModel model)
public NoticeModel updateNotice(java.lang.Integer companyId, java.lang.Integer id, NoticeModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.lang.String> buildPointOfSaleDataFileAsync(PointOfSaleDataRequestModel model)
public java.lang.String buildPointOfSaleDataFile(PointOfSaleDataRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.lang.String> changePasswordAsync(PasswordChangeModel model)
public java.lang.String changePassword(PasswordChangeModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AccountModel> createAccountAsync(AccountModel model)
public AccountModel createAccount(AccountModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<SubscriptionModel>> createSubscriptionsAsync(java.lang.Integer accountId, java.util.ArrayList<SubscriptionModel> model)
public java.util.ArrayList<SubscriptionModel> createSubscriptions(java.lang.Integer accountId, java.util.ArrayList<SubscriptionModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<UserModel>> createUsersAsync(java.lang.Integer accountId, java.util.ArrayList<UserModel> model)
public java.util.ArrayList<UserModel> createUsers(java.lang.Integer accountId, java.util.ArrayList<UserModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteAccountAsync(java.lang.Integer id)
public ErrorResult deleteAccount(java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteSubscriptionAsync(java.lang.Integer accountId, java.lang.Integer id)
public ErrorResult deleteSubscription(java.lang.Integer accountId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteUserAsync(java.lang.Integer id, java.lang.Integer accountId)
public ErrorResult deleteUser(java.lang.Integer id, java.lang.Integer accountId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<AccountModel>> queryAccountsAsync(java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<AccountModel> queryAccounts(java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.lang.String> resetPasswordAsync(java.lang.Integer userId, SetPasswordModel model)
public java.lang.String resetPassword(java.lang.Integer userId, SetPasswordModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AccountModel> updateAccountAsync(java.lang.Integer id, AccountModel model)
public AccountModel updateAccount(java.lang.Integer id, AccountModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<SubscriptionModel> updateSubscriptionAsync(java.lang.Integer accountId, java.lang.Integer id, SubscriptionModel model)
public SubscriptionModel updateSubscription(java.lang.Integer accountId, java.lang.Integer id, SubscriptionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<SettingModel>> createSettingsAsync(java.lang.Integer companyId, java.util.ArrayList<SettingModel> model)
public java.util.ArrayList<SettingModel> createSettings(java.lang.Integer companyId, java.util.ArrayList<SettingModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteSettingAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteSetting(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<SettingModel> getSettingAsync(java.lang.Integer companyId, java.lang.Integer id)
public SettingModel getSetting(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SettingModel>> listSettingsByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<SettingModel> listSettingsByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SettingModel>> querySettingsAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<SettingModel> querySettings(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<SettingModel> updateSettingAsync(java.lang.Integer companyId, java.lang.Integer id, SettingModel model)
public SettingModel updateSetting(java.lang.Integer companyId, java.lang.Integer id, SettingModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<SubscriptionModel> getSubscriptionAsync(java.lang.Integer accountId, java.lang.Integer id)
public SubscriptionModel getSubscription(java.lang.Integer accountId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SubscriptionModel>> listSubscriptionsByAccountAsync(java.lang.Integer accountId, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<SubscriptionModel> listSubscriptionsByAccount(java.lang.Integer accountId, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SubscriptionModel>> querySubscriptionsAsync(java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<SubscriptionModel> querySubscriptions(java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<TaxCodeModel>> createTaxCodesAsync(java.lang.Integer companyId, java.util.ArrayList<TaxCodeModel> model)
public java.util.ArrayList<TaxCodeModel> createTaxCodes(java.lang.Integer companyId, java.util.ArrayList<TaxCodeModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteTaxCodeAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteTaxCode(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxCodeModel> getTaxCodeAsync(java.lang.Integer companyId, java.lang.Integer id)
public TaxCodeModel getTaxCode(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxCodeModel>> listTaxCodesByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<TaxCodeModel> listTaxCodesByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxCodeModel>> queryTaxCodesAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<TaxCodeModel> queryTaxCodes(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxCodeModel> updateTaxCodeAsync(java.lang.Integer companyId, java.lang.Integer id, TaxCodeModel model)
public TaxCodeModel updateTaxCode(java.lang.Integer companyId, java.lang.Integer id, TaxCodeModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxRateModel> taxRatesByAddressAsync(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country)
public TaxRateModel taxRatesByAddress(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String city, java.lang.String region, java.lang.String postalCode, java.lang.String country) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxRateModel> taxRatesByPostalCodeAsync(java.lang.String country, java.lang.String postalCode)
public TaxRateModel taxRatesByPostalCode(java.lang.String country, java.lang.String postalCode) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<TaxRuleModel>> createTaxRulesAsync(java.lang.Integer companyId, java.util.ArrayList<TaxRuleModel> model)
public java.util.ArrayList<TaxRuleModel> createTaxRules(java.lang.Integer companyId, java.util.ArrayList<TaxRuleModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteTaxRuleAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteTaxRule(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxRuleModel> getTaxRuleAsync(java.lang.Integer companyId, java.lang.Integer id)
public TaxRuleModel getTaxRule(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxRuleModel>> listTaxRulesAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<TaxRuleModel> listTaxRules(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxRuleModel>> queryTaxRulesAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<TaxRuleModel> queryTaxRules(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TaxRuleModel> updateTaxRuleAsync(java.lang.Integer companyId, java.lang.Integer id, TaxRuleModel model)
public TaxRuleModel updateTaxRule(java.lang.Integer companyId, java.lang.Integer id, TaxRuleModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> adjustTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, AdjustTransactionModel model)
public TransactionModel adjustTransaction(java.lang.String companyCode, java.lang.String transactionCode, AdjustTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> changeTransactionCodeAsync(java.lang.String companyCode, java.lang.String transactionCode, ChangeTransactionCodeModel model)
public TransactionModel changeTransactionCode(java.lang.String companyCode, java.lang.String transactionCode, ChangeTransactionCodeModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> commitTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, CommitTransactionModel model)
public TransactionModel commitTransaction(java.lang.String companyCode, java.lang.String transactionCode, CommitTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> createTransactionAsync(CreateTransactionModel model)
public TransactionModel createTransaction(CreateTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> getTransactionByCodeAsync(java.lang.String companyCode, java.lang.String transactionCode, java.lang.String $include)
public TransactionModel getTransactionByCode(java.lang.String companyCode, java.lang.String transactionCode, java.lang.String $include) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> getTransactionByIdAsync(java.lang.Long id, java.lang.String $include)
public TransactionModel getTransactionById(java.lang.Long id, java.lang.String $include) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TransactionModel>> listTransactionsByCompanyAsync(java.lang.String companyCode, java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<TransactionModel> listTransactionsByCompany(java.lang.String companyCode, java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> settleTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, SettleTransactionModel model)
public TransactionModel settleTransaction(java.lang.String companyCode, java.lang.String transactionCode, SettleTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> verifyTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, VerifyTransactionModel model)
public TransactionModel verifyTransaction(java.lang.String companyCode, java.lang.String transactionCode, VerifyTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> voidTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, VoidTransactionModel model)
public TransactionModel voidTransaction(java.lang.String companyCode, java.lang.String transactionCode, VoidTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<UPCModel>> createUPCsAsync(java.lang.Integer companyId, java.util.ArrayList<UPCModel> model)
public java.util.ArrayList<UPCModel> createUPCs(java.lang.Integer companyId, java.util.ArrayList<UPCModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ErrorResult> deleteUPCAsync(java.lang.Integer companyId, java.lang.Integer id)
public ErrorResult deleteUPC(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<UPCModel> getUPCAsync(java.lang.Integer companyId, java.lang.Integer id)
public UPCModel getUPC(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<UPCModel>> listUPCsByCompanyAsync(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<UPCModel> listUPCsByCompany(java.lang.Integer companyId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<UPCModel>> queryUPCsAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<UPCModel> queryUPCs(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<UPCModel> updateUPCAsync(java.lang.Integer companyId, java.lang.Integer id, UPCModel model)
public UPCModel updateUPC(java.lang.Integer companyId, java.lang.Integer id, UPCModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<UserModel> getUserAsync(java.lang.Integer id, java.lang.Integer accountId, java.lang.String $include)
public UserModel getUser(java.lang.Integer id, java.lang.Integer accountId, java.lang.String $include) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<UserEntitlementModel> getUserEntitlementsAsync(java.lang.Integer id, java.lang.Integer accountId)
public UserEntitlementModel getUserEntitlements(java.lang.Integer id, java.lang.Integer accountId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<UserModel>> listUsersByAccountAsync(java.lang.Integer accountId, java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<UserModel> listUsersByAccount(java.lang.Integer accountId, java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<UserModel>> queryUsersAsync(java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<UserModel> queryUsers(java.lang.String $include, java.lang.String $filter, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<UserModel> updateUserAsync(java.lang.Integer id, java.lang.Integer accountId, UserModel model)
public UserModel updateUser(java.lang.Integer id, java.lang.Integer accountId, UserModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<SubscriptionModel> getMySubscriptionAsync(java.lang.String serviceTypeId)
public SubscriptionModel getMySubscription(java.lang.String serviceTypeId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<SubscriptionModel> listMySubscriptionsAsync()
public SubscriptionModel listMySubscriptions() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<PingResultModel> pingAsync()
public PingResultModel ping() throws java.lang.Exception
java.lang.Exception