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,
AvaTaxEnvironment environment,
java.lang.String proxyHost,
int proxyPort,
java.lang.String proxySchema) |
AvaTaxClient(java.lang.String appName,
java.lang.String appVersion,
java.lang.String machineName,
java.lang.String environmentUrl) |
AvaTaxClient(java.lang.String appName,
java.lang.String appVersion,
java.lang.String machineName,
java.lang.String environmentUrl,
java.lang.String proxyHost,
int proxyPort,
java.lang.String proxySchema) |
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
|
AccountModel |
activateAccount(java.lang.Integer id,
ActivateAccountModel model) |
java.util.concurrent.Future<AccountModel> |
activateAccountAsync(java.lang.Integer id,
ActivateAccountModel model)
Activate an account by accepting terms and conditions
|
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 |
addLines(java.lang.String $include,
AddTransactionLineModel model) |
java.util.concurrent.Future<TransactionModel> |
addLinesAsync(java.lang.String $include,
AddTransactionLineModel model)
Add lines to an existing unlocked transaction
|
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.Short year,
java.lang.Byte month,
ApproveFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
approveFilingsAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte 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.Short year,
java.lang.Byte month,
java.lang.String country,
ApproveFilingsModel model) |
java.util.concurrent.Future<java.util.ArrayList<FilingModel>> |
approveFilingsCountryAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte 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.Short year,
java.lang.Byte 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.Short year,
java.lang.Byte 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.
|
AuditTransactionModel |
auditTransaction(java.lang.String companyCode,
java.lang.String transactionCode) |
java.util.concurrent.Future<AuditTransactionModel> |
auditTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode)
Get audit information about a transaction
|
AuditTransactionModel |
auditTransactionWithType(java.lang.String companyCode,
java.lang.String transactionCode,
DocumentType documentType) |
java.util.concurrent.Future<AuditTransactionModel> |
auditTransactionWithTypeAsync(java.lang.String companyCode,
java.lang.String transactionCode,
DocumentType documentType)
Get audit information about a transaction
|
java.util.HashMap<java.lang.String,java.lang.String> |
buildPointOfSaleDataFile(PointOfSaleDataRequestModel model) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
buildPointOfSaleDataFileAsync(PointOfSaleDataRequestModel model)
Point of sale data file generation
|
java.util.HashMap<java.lang.String,java.lang.String> |
buildPointOfSaleDataForLocation(java.lang.Integer companyId,
java.lang.Integer id,
java.util.Date date,
PointOfSaleFileType format,
PointOfSalePartnerId partnerId,
java.lang.Boolean includeJurisCodes) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
buildPointOfSaleDataForLocationAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.Date date,
PointOfSaleFileType format,
PointOfSalePartnerId partnerId,
java.lang.Boolean includeJurisCodes)
Point of sale data file generation
|
BulkLockTransactionResult |
bulkLockTransaction(BulkLockTransactionModel model) |
java.util.concurrent.Future<BulkLockTransactionResult> |
bulkLockTransactionAsync(BulkLockTransactionModel model)
Lock a set of documents
|
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<JurisdictionOverrideModel> |
createJurisdictionOverrides(java.lang.Integer accountId,
java.util.ArrayList<JurisdictionOverrideModel> model) |
java.util.concurrent.Future<java.util.ArrayList<JurisdictionOverrideModel>> |
createJurisdictionOverridesAsync(java.lang.Integer accountId,
java.util.ArrayList<JurisdictionOverrideModel> model)
Create one or more overrides
|
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<NoticeResponsibilityDetailModel> |
createNoticeResponsibilities(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeResponsibilityDetailModel> model) |
java.util.concurrent.Future<java.util.ArrayList<NoticeResponsibilityDetailModel>> |
createNoticeResponsibilitiesAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeResponsibilityDetailModel> model)
Create a new notice responsibility.
|
java.util.ArrayList<NoticeRootCauseDetailModel> |
createNoticeRootCauses(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeRootCauseDetailModel> model) |
java.util.concurrent.Future<java.util.ArrayList<NoticeRootCauseDetailModel>> |
createNoticeRootCausesAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<NoticeRootCauseDetailModel> model)
Create a new notice root cause.
|
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.
|
TransactionModel |
createOrAdjustTransaction(java.lang.String $include,
CreateOrAdjustTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
createOrAdjustTransactionAsync(java.lang.String $include,
CreateOrAdjustTransactionModel model)
Create a new transaction
|
java.util.ArrayList<FilingAdjustmentModel> |
createReturnAdjustment(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte 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.Short year,
java.lang.Byte 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.Short year,
java.lang.Byte 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.Short year,
java.lang.Byte 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(java.lang.String $include,
CreateTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
createTransactionAsync(java.lang.String $include,
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.
|
java.util.ArrayList<ErrorDetail> |
deleteAccount(java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteAccountAsync(java.lang.Integer id)
Delete a single account
|
java.util.ArrayList<ErrorDetail> |
deleteBatch(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteBatchAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single batch
|
java.util.ArrayList<ErrorDetail> |
deleteCompany(java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteCompanyAsync(java.lang.Integer id)
Delete a single company
|
java.util.ArrayList<ErrorDetail> |
deleteContact(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteContactAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single contact
|
java.util.ArrayList<ErrorDetail> |
deleteFilingCalendar(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteFilingCalendarAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single filing calendar.
|
java.util.ArrayList<ErrorDetail> |
deleteItem(java.lang.Integer companyId,
java.lang.Long id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteItemAsync(java.lang.Integer companyId,
java.lang.Long id)
Delete a single item
|
java.util.ArrayList<ErrorDetail> |
deleteJurisdictionOverride(java.lang.Integer accountId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteJurisdictionOverrideAsync(java.lang.Integer accountId,
java.lang.Integer id)
Delete a single override
|
TransactionModel |
deleteLines(java.lang.String $include,
RemoveTransactionLineModel model) |
java.util.concurrent.Future<TransactionModel> |
deleteLinesAsync(java.lang.String $include,
RemoveTransactionLineModel model)
Remove lines from an existing unlocked transaction
|
java.util.ArrayList<ErrorDetail> |
deleteLocation(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteLocationAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single location
|
java.util.ArrayList<ErrorDetail> |
deleteNexus(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteNexusAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single nexus
|
java.util.ArrayList<ErrorDetail> |
deleteNotice(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteNoticeAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single notice.
|
java.util.ArrayList<ErrorDetail> |
deleteReturnAdjustment(java.lang.Integer companyId,
java.lang.Long id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteReturnAdjustmentAsync(java.lang.Integer companyId,
java.lang.Long id)
Delete an adjustment for a given filing.
|
java.util.ArrayList<ErrorDetail> |
deleteReturnAugmentation(java.lang.Integer companyId,
java.lang.Long id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteReturnAugmentationAsync(java.lang.Integer companyId,
java.lang.Long id)
Delete an augmentation for a given filing.
|
java.util.ArrayList<ErrorDetail> |
deleteSetting(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteSettingAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single setting
|
java.util.ArrayList<ErrorDetail> |
deleteSubscription(java.lang.Integer accountId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteSubscriptionAsync(java.lang.Integer accountId,
java.lang.Integer id)
Delete a single subscription
|
java.util.ArrayList<ErrorDetail> |
deleteTaxCode(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteTaxCodeAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single tax code
|
java.util.ArrayList<ErrorDetail> |
deleteTaxRule(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteTaxRuleAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single tax rule
|
java.util.ArrayList<ErrorDetail> |
deleteUPC(java.lang.Integer companyId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteUPCAsync(java.lang.Integer companyId,
java.lang.Integer id)
Delete a single UPC
|
java.util.ArrayList<ErrorDetail> |
deleteUser(java.lang.Integer id,
java.lang.Integer accountId) |
java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> |
deleteUserAsync(java.lang.Integer id,
java.lang.Integer accountId)
Delete a single user
|
java.util.HashMap<java.lang.String,java.lang.String> |
downloadBatch(java.lang.Integer companyId,
java.lang.Integer batchId,
java.lang.Integer id) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
downloadBatchAsync(java.lang.Integer companyId,
java.lang.Integer batchId,
java.lang.Integer id)
Download a single batch file
|
java.util.HashMap<java.lang.String,java.lang.String> |
downloadNoticeAttachment(java.lang.Integer companyId,
java.lang.Long id) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
downloadNoticeAttachmentAsync(java.lang.Integer companyId,
java.lang.Long id)
Retrieve a single attachment
|
FilingCalendarModel |
filingCalendarUpdate(java.lang.Integer companyId,
java.lang.Integer id,
FilingCalendarModel model) |
java.util.concurrent.Future<FilingCalendarModel> |
filingCalendarUpdateAsync(java.lang.Integer companyId,
java.lang.Integer id,
FilingCalendarModel model)
Edit existing Filing Calendar's Notes
|
FilingRequestModel |
filingRequests(java.lang.Integer companyId,
java.lang.Integer id) |
FilingRequestModel |
filingRequestsAdd(java.lang.Integer companyId,
java.util.ArrayList<FilingRequestModel> model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsAddAsync(java.lang.Integer companyId,
java.util.ArrayList<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,
java.util.ArrayList<FilingRequestModel> model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsNewCancelAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<FilingRequestModel> model)
Create a new filing request to cancel a filing calendar
|
FilingRequestModel |
filingRequestsNewEdit(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<FilingRequestModel> model) |
java.util.concurrent.Future<FilingRequestModel> |
filingRequestsNewEditAsync(java.lang.Integer companyId,
java.lang.Integer id,
java.util.ArrayList<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
|
java.util.ArrayList<AccountConfigurationModel> |
getAccountConfiguration(java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<AccountConfigurationModel>> |
getAccountConfigurationAsync(java.lang.Integer id)
Get configuration settings for this 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
|
java.util.ArrayList<CompanyConfigurationModel> |
getCompanyConfiguration(java.lang.Integer id) |
java.util.concurrent.Future<java.util.ArrayList<CompanyConfigurationModel>> |
getCompanyConfigurationAsync(java.lang.Integer id)
Get configuration settings for this 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.HashMap<java.lang.String,java.lang.String> |
getFilingAttachment(java.lang.Integer companyId,
java.lang.Long filingId,
java.lang.Long fileId) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
getFilingAttachmentAsync(java.lang.Integer companyId,
java.lang.Long filingId,
java.lang.Long fileId)
Retrieve a single attachment for a filing
|
java.util.HashMap<java.lang.String,java.lang.String> |
getFilingAttachments(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
getFilingAttachmentsAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month)
Retrieve a list of filings for the specified company in the year and month of a given filing period.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getFilingAttachmentsTraceFile(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month) |
java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> |
getFilingAttachmentsTraceFileAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month)
Retrieve a single trace file for a company filing period
|
FetchResult<FilingModel> |
getFilings(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
getFilingsAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month)
Retrieve a list of filings for the specified company in the year and month of a given filing period.
|
FetchResult<FilingModel> |
getFilingsByCountry(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
getFilingsByCountryAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country)
Retrieve a list of filings for the specified company in the given filing period and country.
|
FetchResult<FilingModel> |
getFilingsByCountryRegion(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country,
java.lang.String region) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
getFilingsByCountryRegionAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte 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.
|
FetchResult<FilingModel> |
getFilingsByReturnName(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country,
java.lang.String region,
java.lang.String formCode) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
getFilingsByReturnNameAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte 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.Long id) |
java.util.concurrent.Future<ItemModel> |
getItemAsync(java.lang.Integer companyId,
java.lang.Long id)
Retrieve a single item
|
JurisdictionOverrideModel |
getJurisdictionOverride(java.lang.Integer accountId,
java.lang.Integer id) |
java.util.concurrent.Future<JurisdictionOverrideModel> |
getJurisdictionOverrideAsync(java.lang.Integer accountId,
java.lang.Integer id)
Retrieve a single override
|
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
|
FetchResult<SkyscraperStatusModel> |
getLoginVerifierByForm(java.lang.String form) |
java.util.concurrent.Future<FetchResult<SkyscraperStatusModel>> |
getLoginVerifierByFormAsync(java.lang.String form)
Test whether a form supports online login verification
|
SubscriptionModel |
getMySubscription(ServiceTypeId serviceTypeId) |
java.util.concurrent.Future<SubscriptionModel> |
getMySubscriptionAsync(ServiceTypeId 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
|
NexusByTaxFormModel |
getNexusByFormCode(java.lang.Integer companyId,
java.lang.String formCode) |
java.util.concurrent.Future<NexusByTaxFormModel> |
getNexusByFormCodeAsync(java.lang.Integer companyId,
java.lang.String formCode)
List company nexus related to a tax form
|
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.
|
FetchResult<NoticeResponsibilityDetailModel> |
getNoticeResponsibilities(java.lang.Integer id,
java.lang.Integer companyId) |
java.util.concurrent.Future<FetchResult<NoticeResponsibilityDetailModel>> |
getNoticeResponsibilitiesAsync(java.lang.Integer id,
java.lang.Integer companyId)
Retrieve notice responsibilities for a specific notice.
|
FetchResult<NoticeRootCauseDetailModel> |
getNoticeRootCauses(java.lang.Integer id,
java.lang.Integer companyId) |
java.util.concurrent.Future<FetchResult<NoticeRootCauseDetailModel>> |
getNoticeRootCausesAsync(java.lang.Integer id,
java.lang.Integer companyId)
Retrieve notice root causes 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) |
TransactionModel |
getTransactionByCodeAndType(java.lang.String companyCode,
java.lang.String transactionCode,
DocumentType documentType,
java.lang.String $include) |
java.util.concurrent.Future<TransactionModel> |
getTransactionByCodeAndTypeAsync(java.lang.String companyCode,
java.lang.String transactionCode,
DocumentType documentType,
java.lang.String $include)
Retrieve a single transaction by code
|
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<AvaFileFormModel> |
listAvaFileForms() |
java.util.concurrent.Future<FetchResult<AvaFileFormModel>> |
listAvaFileFormsAsync()
Retrieve the full list of the AvaFile Forms available
|
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<JurisdictionOverrideModel> |
listJurisdictionOverridesByAccount(java.lang.Integer accountId,
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<JurisdictionOverrideModel>> |
listJurisdictionOverridesByAccountAsync(java.lang.Integer accountId,
java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve overrides for this account
|
FetchResult<JurisdictionOverrideModel> |
listJurisdictionsByAddress(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<JurisdictionOverrideModel>> |
listJurisdictionsByAddressAsync(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 jurisdictions near a specific address
|
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
|
FetchResult<SkyscraperStatusModel> |
listLoginVerifiers() |
java.util.concurrent.Future<FetchResult<SkyscraperStatusModel>> |
listLoginVerifiersAsync()
List all forms where logins can be verified automatically
|
FetchResult<SubscriptionModel> |
listMySubscriptions() |
java.util.concurrent.Future<FetchResult<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
|
NexusByTaxFormModel |
listNexusByFormCode(java.lang.String formCode) |
java.util.concurrent.Future<NexusByTaxFormModel> |
listNexusByFormCodeAsync(java.lang.String formCode)
List nexus related to a tax form
|
FetchResult<NexusTaxTypeGroupModel> |
listNexusTaxTypeGroups() |
java.util.concurrent.Future<FetchResult<NexusTaxTypeGroupModel>> |
listNexusTaxTypeGroupsAsync()
Retrieve the full list of nexus tax type groups
|
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<NoticeResponsibilityModel> |
listNoticeResponsibilities() |
java.util.concurrent.Future<FetchResult<NoticeResponsibilityModel>> |
listNoticeResponsibilitiesAsync()
Retrieve the full list of Avalara-supported tax notice responsibility ids
|
FetchResult<NoticeRootCauseModel> |
listNoticeRootCauses() |
java.util.concurrent.Future<FetchResult<NoticeRootCauseModel>> |
listNoticeRootCausesAsync()
Retrieve the full list of Avalara-supported tax notice root causes
|
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<RateTypeModel> |
listRateTypesByCountry(java.lang.String country) |
java.util.concurrent.Future<FetchResult<RateTypeModel>> |
listRateTypesByCountryAsync(java.lang.String country)
Retrieve the full list of rate types for each country
|
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<ResourceFileTypeModel> |
listResourceFileTypes() |
java.util.concurrent.Future<FetchResult<ResourceFileTypeModel>> |
listResourceFileTypesAsync()
Retrieve the full list of Avalara-supported resource file types
|
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<TaxSubTypeModel> |
listTaxSubTypes() |
java.util.concurrent.Future<FetchResult<TaxSubTypeModel>> |
listTaxSubTypesAsync()
Retrieve the full list of tax sub types
|
FetchResult<TaxTypeGroupModel> |
listTaxTypeGroups() |
java.util.concurrent.Future<FetchResult<TaxTypeGroupModel>> |
listTaxTypeGroupsAsync()
Retrieve the full list of tax type groups
|
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
|
TransactionModel |
lockTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
LockTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
lockTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
LockTransactionModel model)
Lock a single transaction
|
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<JurisdictionOverrideModel> |
queryJurisdictionOverrides(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<JurisdictionOverrideModel>> |
queryJurisdictionOverridesAsync(java.lang.String $filter,
java.lang.String $include,
java.lang.Integer $top,
java.lang.Integer $skip,
java.lang.String $orderBy)
Retrieve all overrides
|
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
|
FetchResult<FilingModel> |
rebuildFilings(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
RebuildFilingsModel model) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
rebuildFilingsAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
RebuildFilingsModel model)
Rebuild a set of filings for the specified company in the given filing period.
|
FetchResult<FilingModel> |
rebuildFilingsByCountry(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country,
RebuildFilingsModel model) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
rebuildFilingsByCountryAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country,
RebuildFilingsModel model)
Rebuild a set of filings for the specified company in the given filing period and country.
|
FetchResult<FilingModel> |
rebuildFilingsByCountryRegion(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte month,
java.lang.String country,
java.lang.String region,
RebuildFilingsModel model) |
java.util.concurrent.Future<FetchResult<FilingModel>> |
rebuildFilingsByCountryRegionAsync(java.lang.Integer companyId,
java.lang.Short year,
java.lang.Byte 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.
|
TransactionModel |
refundTransaction(java.lang.String companyCode,
java.lang.String transactionCode,
java.lang.String $include,
RefundTransactionModel model) |
java.util.concurrent.Future<TransactionModel> |
refundTransactionAsync(java.lang.String companyCode,
java.lang.String transactionCode,
java.lang.String $include,
RefundTransactionModel model)
Create a refund for a transaction
|
NewAccountModel |
requestFreeTrial(FreeTrialRequestModel model) |
java.util.concurrent.Future<NewAccountModel> |
requestFreeTrialAsync(FreeTrialRequestModel model)
FREE API - Request a free trial of AvaTax
|
NewAccountModel |
requestNewAccount(NewAccountRequestModel model) |
java.util.concurrent.Future<NewAccountModel> |
requestNewAccountAsync(NewAccountRequestModel model)
Request a new Avalara account
|
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,
TextCase textCase,
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,
TextCase textCase,
java.math.BigDecimal latitude,
java.math.BigDecimal longitude)
Retrieve geolocation information for a specified address
|
AddressResolutionModel |
resolveAddressPost(AddressValidationInfo model) |
java.util.concurrent.Future<AddressResolutionModel> |
resolveAddressPostAsync(AddressValidationInfo model)
Retrieve geolocation information for a specified address
|
java.util.ArrayList<AccountConfigurationModel> |
setAccountConfiguration(java.lang.Integer id,
java.util.ArrayList<AccountConfigurationModel> model) |
java.util.concurrent.Future<java.util.ArrayList<AccountConfigurationModel>> |
setAccountConfigurationAsync(java.lang.Integer id,
java.util.ArrayList<AccountConfigurationModel> model)
Change configuration settings for this account
|
java.util.ArrayList<CompanyConfigurationModel> |
setCompanyConfiguration(java.lang.Integer id,
java.util.ArrayList<CompanyConfigurationModel> model) |
java.util.concurrent.Future<java.util.ArrayList<CompanyConfigurationModel>> |
setCompanyConfigurationAsync(java.lang.Integer id,
java.util.ArrayList<CompanyConfigurationModel> model)
Change configuration settings for this account
|
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)
FREE API - Sales 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)
FREE API - Sales 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
|
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.Long id,
ItemModel model) |
java.util.concurrent.Future<ItemModel> |
updateItemAsync(java.lang.Integer companyId,
java.lang.Long id,
ItemModel model)
Update a single item
|
JurisdictionOverrideModel |
updateJurisdictionOverride(java.lang.Integer accountId,
java.lang.Integer id,
JurisdictionOverrideModel model) |
java.util.concurrent.Future<JurisdictionOverrideModel> |
updateJurisdictionOverrideAsync(java.lang.Integer accountId,
java.lang.Integer id,
JurisdictionOverrideModel model)
Update a single jurisdictionoverride
|
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.
|
FilingModel |
updateReturnAugmentation(java.lang.Integer companyId,
java.lang.Long id,
FilingAugmentationModel model) |
java.util.concurrent.Future<FilingModel> |
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
|
java.lang.String |
uploadAttachment(java.lang.Integer companyId,
ResourceFileUploadRequestModel model) |
java.util.concurrent.Future<java.lang.String> |
uploadAttachmentAsync(java.lang.Integer companyId,
ResourceFileUploadRequestModel model)
Retrieve a single attachment
|
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(java.lang.String appName, java.lang.String appVersion, java.lang.String machineName, AvaTaxEnvironment environment, java.lang.String proxyHost, int proxyPort, java.lang.String proxySchema)
public AvaTaxClient(java.lang.String appName, java.lang.String appVersion, java.lang.String machineName, java.lang.String environmentUrl, java.lang.String proxyHost, int proxyPort, java.lang.String proxySchema)
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> activateAccountAsync(java.lang.Integer id, ActivateAccountModel model)
public AccountModel activateAccount(java.lang.Integer id, ActivateAccountModel 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<java.util.ArrayList<AccountConfigurationModel>> getAccountConfigurationAsync(java.lang.Integer id)
public java.util.ArrayList<AccountConfigurationModel> getAccountConfiguration(java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<AccountConfigurationModel>> setAccountConfigurationAsync(java.lang.Integer id, java.util.ArrayList<AccountConfigurationModel> model)
public java.util.ArrayList<AccountConfigurationModel> setAccountConfiguration(java.lang.Integer id, java.util.ArrayList<AccountConfigurationModel> model) 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, TextCase textCase, 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, TextCase textCase, java.math.BigDecimal latitude, java.math.BigDecimal longitude) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AddressResolutionModel> resolveAddressPostAsync(AddressValidationInfo model)
public AddressResolutionModel resolveAddressPost(AddressValidationInfo 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<java.util.ArrayList<ErrorDetail>> deleteBatchAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteBatch(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> downloadBatchAsync(java.lang.Integer companyId, java.lang.Integer batchId, java.lang.Integer id)
public java.util.HashMap<java.lang.String,java.lang.String> downloadBatch(java.lang.Integer companyId, java.lang.Integer batchId, 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<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<java.util.ArrayList<ErrorDetail>> deleteCompanyAsync(java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteCompany(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<CompanyConfigurationModel>> getCompanyConfigurationAsync(java.lang.Integer id)
public java.util.ArrayList<CompanyConfigurationModel> getCompanyConfiguration(java.lang.Integer id) 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<java.util.ArrayList<CompanyConfigurationModel>> setCompanyConfigurationAsync(java.lang.Integer id, java.util.ArrayList<CompanyConfigurationModel> model)
public java.util.ArrayList<CompanyConfigurationModel> setCompanyConfiguration(java.lang.Integer id, java.util.ArrayList<CompanyConfigurationModel> model) 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<java.util.ArrayList<ErrorDetail>> deleteContactAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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<SkyscraperStatusModel>> getLoginVerifierByFormAsync(java.lang.String form)
public FetchResult<SkyscraperStatusModel> getLoginVerifierByForm(java.lang.String form) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<AvaFileFormModel>> listAvaFileFormsAsync()
public FetchResult<AvaFileFormModel> listAvaFileForms() 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<JurisdictionOverrideModel>> listJurisdictionsByAddressAsync(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<JurisdictionOverrideModel> listJurisdictionsByAddress(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<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<SkyscraperStatusModel>> listLoginVerifiersAsync()
public FetchResult<SkyscraperStatusModel> listLoginVerifiers() 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<NexusByTaxFormModel> listNexusByFormCodeAsync(java.lang.String formCode)
public NexusByTaxFormModel listNexusByFormCode(java.lang.String formCode) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NexusTaxTypeGroupModel>> listNexusTaxTypeGroupsAsync()
public FetchResult<NexusTaxTypeGroupModel> listNexusTaxTypeGroups() 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<NoticeResponsibilityModel>> listNoticeResponsibilitiesAsync()
public FetchResult<NoticeResponsibilityModel> listNoticeResponsibilities() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeRootCauseModel>> listNoticeRootCausesAsync()
public FetchResult<NoticeRootCauseModel> listNoticeRootCauses() 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<RateTypeModel>> listRateTypesByCountryAsync(java.lang.String country)
public FetchResult<RateTypeModel> listRateTypesByCountry(java.lang.String country) 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<ResourceFileTypeModel>> listResourceFileTypesAsync()
public FetchResult<ResourceFileTypeModel> listResourceFileTypes() 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<FetchResult<TaxSubTypeModel>> listTaxSubTypesAsync()
public FetchResult<TaxSubTypeModel> listTaxSubTypes() throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<TaxTypeGroupModel>> listTaxTypeGroupsAsync()
public FetchResult<TaxTypeGroupModel> listTaxTypeGroups() 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<java.util.ArrayList<ErrorDetail>> deleteFilingCalendarAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteFilingCalendar(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingCalendarModel> filingCalendarUpdateAsync(java.lang.Integer companyId, java.lang.Integer id, FilingCalendarModel model)
public FilingCalendarModel filingCalendarUpdate(java.lang.Integer companyId, java.lang.Integer id, FilingCalendarModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsAddAsync(java.lang.Integer companyId, java.util.ArrayList<FilingRequestModel> model)
public FilingRequestModel filingRequestsAdd(java.lang.Integer companyId, java.util.ArrayList<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, java.util.ArrayList<FilingRequestModel> model)
public FilingRequestModel filingRequestsNewCancel(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<FilingRequestModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FilingRequestModel> filingRequestsNewEditAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<FilingRequestModel> model)
public FilingRequestModel filingRequestsNewEdit(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<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.Short year, java.lang.Byte month, ApproveFilingsModel model)
public java.util.ArrayList<FilingModel> approveFilings(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte 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.Short year, java.lang.Byte month, java.lang.String country, ApproveFilingsModel model)
public java.util.ArrayList<FilingModel> approveFilingsCountry(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte 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.Short year, java.lang.Byte month, java.lang.String country, java.lang.String region, ApproveFilingsModel model)
public java.util.ArrayList<FilingModel> approveFilingsCountryRegion(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte 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.Short year, java.lang.Byte 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.Short year, java.lang.Byte 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.Short year, java.lang.Byte 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.Short year, java.lang.Byte 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<java.util.ArrayList<ErrorDetail>> deleteReturnAdjustmentAsync(java.lang.Integer companyId, java.lang.Long id)
public java.util.ArrayList<ErrorDetail> deleteReturnAdjustment(java.lang.Integer companyId, java.lang.Long id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> deleteReturnAugmentationAsync(java.lang.Integer companyId, java.lang.Long id)
public java.util.ArrayList<ErrorDetail> deleteReturnAugmentation(java.lang.Integer companyId, java.lang.Long 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.HashMap<java.lang.String,java.lang.String>> getFilingAttachmentAsync(java.lang.Integer companyId, java.lang.Long filingId, java.lang.Long fileId)
public java.util.HashMap<java.lang.String,java.lang.String> getFilingAttachment(java.lang.Integer companyId, java.lang.Long filingId, java.lang.Long fileId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> getFilingAttachmentsAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month)
public java.util.HashMap<java.lang.String,java.lang.String> getFilingAttachments(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> getFilingAttachmentsTraceFileAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month)
public java.util.HashMap<java.lang.String,java.lang.String> getFilingAttachmentsTraceFile(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingModel>> getFilingsAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month)
public FetchResult<FilingModel> getFilings(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingModel>> getFilingsByCountryAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country)
public FetchResult<FilingModel> getFilingsByCountry(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingModel>> getFilingsByCountryRegionAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country, java.lang.String region)
public FetchResult<FilingModel> getFilingsByCountryRegion(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country, java.lang.String region) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingModel>> getFilingsByReturnNameAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country, java.lang.String region, java.lang.String formCode)
public FetchResult<FilingModel> getFilingsByReturnName(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte 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<FetchResult<FilingModel>> rebuildFilingsAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, RebuildFilingsModel model)
public FetchResult<FilingModel> rebuildFilings(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, RebuildFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingModel>> rebuildFilingsByCountryAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country, RebuildFilingsModel model)
public FetchResult<FilingModel> rebuildFilingsByCountry(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country, RebuildFilingsModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<FilingModel>> rebuildFilingsByCountryRegionAsync(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte month, java.lang.String country, java.lang.String region, RebuildFilingsModel model)
public FetchResult<FilingModel> rebuildFilingsByCountryRegion(java.lang.Integer companyId, java.lang.Short year, java.lang.Byte 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<FilingModel> updateReturnAugmentationAsync(java.lang.Integer companyId, java.lang.Long id, FilingAugmentationModel model)
public FilingModel updateReturnAugmentation(java.lang.Integer companyId, java.lang.Long id, FilingAugmentationModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<NewAccountModel> requestFreeTrialAsync(FreeTrialRequestModel model)
public NewAccountModel requestFreeTrial(FreeTrialRequestModel 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<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<java.util.ArrayList<ErrorDetail>> deleteItemAsync(java.lang.Integer companyId, java.lang.Long id)
public java.util.ArrayList<ErrorDetail> deleteItem(java.lang.Integer companyId, java.lang.Long id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<ItemModel> getItemAsync(java.lang.Integer companyId, java.lang.Long id)
public ItemModel getItem(java.lang.Integer companyId, java.lang.Long 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.Long id, ItemModel model)
public ItemModel updateItem(java.lang.Integer companyId, java.lang.Long id, ItemModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<JurisdictionOverrideModel>> createJurisdictionOverridesAsync(java.lang.Integer accountId, java.util.ArrayList<JurisdictionOverrideModel> model)
public java.util.ArrayList<JurisdictionOverrideModel> createJurisdictionOverrides(java.lang.Integer accountId, java.util.ArrayList<JurisdictionOverrideModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> deleteJurisdictionOverrideAsync(java.lang.Integer accountId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteJurisdictionOverride(java.lang.Integer accountId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<JurisdictionOverrideModel> getJurisdictionOverrideAsync(java.lang.Integer accountId, java.lang.Integer id)
public JurisdictionOverrideModel getJurisdictionOverride(java.lang.Integer accountId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<JurisdictionOverrideModel>> listJurisdictionOverridesByAccountAsync(java.lang.Integer accountId, java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<JurisdictionOverrideModel> listJurisdictionOverridesByAccount(java.lang.Integer accountId, 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<JurisdictionOverrideModel>> queryJurisdictionOverridesAsync(java.lang.String $filter, java.lang.String $include, java.lang.Integer $top, java.lang.Integer $skip, java.lang.String $orderBy)
public FetchResult<JurisdictionOverrideModel> queryJurisdictionOverrides(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<JurisdictionOverrideModel> updateJurisdictionOverrideAsync(java.lang.Integer accountId, java.lang.Integer id, JurisdictionOverrideModel model)
public JurisdictionOverrideModel updateJurisdictionOverride(java.lang.Integer accountId, java.lang.Integer id, JurisdictionOverrideModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> buildPointOfSaleDataForLocationAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.Date date, PointOfSaleFileType format, PointOfSalePartnerId partnerId, java.lang.Boolean includeJurisCodes)
public java.util.HashMap<java.lang.String,java.lang.String> buildPointOfSaleDataForLocation(java.lang.Integer companyId, java.lang.Integer id, java.util.Date date, PointOfSaleFileType format, PointOfSalePartnerId 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<java.util.ArrayList<ErrorDetail>> deleteLocationAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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<java.util.ArrayList<ErrorDetail>> deleteNexusAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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<NexusByTaxFormModel> getNexusByFormCodeAsync(java.lang.Integer companyId, java.lang.String formCode)
public NexusByTaxFormModel getNexusByFormCode(java.lang.Integer companyId, java.lang.String formCode) 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<NoticeResponsibilityDetailModel>> createNoticeResponsibilitiesAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeResponsibilityDetailModel> model)
public java.util.ArrayList<NoticeResponsibilityDetailModel> createNoticeResponsibilities(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeResponsibilityDetailModel> model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<NoticeRootCauseDetailModel>> createNoticeRootCausesAsync(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeRootCauseDetailModel> model)
public java.util.ArrayList<NoticeRootCauseDetailModel> createNoticeRootCauses(java.lang.Integer companyId, java.lang.Integer id, java.util.ArrayList<NoticeRootCauseDetailModel> 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<java.util.ArrayList<ErrorDetail>> deleteNoticeAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteNotice(java.lang.Integer companyId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> downloadNoticeAttachmentAsync(java.lang.Integer companyId, java.lang.Long id)
public java.util.HashMap<java.lang.String,java.lang.String> downloadNoticeAttachment(java.lang.Integer companyId, java.lang.Long 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<NoticeResponsibilityDetailModel>> getNoticeResponsibilitiesAsync(java.lang.Integer id, java.lang.Integer companyId)
public FetchResult<NoticeResponsibilityDetailModel> getNoticeResponsibilities(java.lang.Integer id, java.lang.Integer companyId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<NoticeRootCauseDetailModel>> getNoticeRootCausesAsync(java.lang.Integer id, java.lang.Integer companyId)
public FetchResult<NoticeRootCauseDetailModel> getNoticeRootCauses(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> uploadAttachmentAsync(java.lang.Integer companyId, ResourceFileUploadRequestModel model)
public java.lang.String uploadAttachment(java.lang.Integer companyId, ResourceFileUploadRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<NewAccountModel> requestNewAccountAsync(NewAccountRequestModel model)
public NewAccountModel requestNewAccount(NewAccountRequestModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.HashMap<java.lang.String,java.lang.String>> buildPointOfSaleDataFileAsync(PointOfSaleDataRequestModel model)
public java.util.HashMap<java.lang.String,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<java.util.ArrayList<ErrorDetail>> deleteAccountAsync(java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteAccount(java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> deleteSubscriptionAsync(java.lang.Integer accountId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> deleteSubscription(java.lang.Integer accountId, java.lang.Integer id) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<java.util.ArrayList<ErrorDetail>> deleteUserAsync(java.lang.Integer id, java.lang.Integer accountId)
public java.util.ArrayList<ErrorDetail> 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<java.util.ArrayList<ErrorDetail>> deleteSettingAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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<java.util.ArrayList<ErrorDetail>> deleteTaxCodeAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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<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<java.util.ArrayList<ErrorDetail>> deleteTaxRuleAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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> addLinesAsync(java.lang.String $include, AddTransactionLineModel model)
public TransactionModel addLines(java.lang.String $include, AddTransactionLineModel 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<AuditTransactionModel> auditTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode)
public AuditTransactionModel auditTransaction(java.lang.String companyCode, java.lang.String transactionCode) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<AuditTransactionModel> auditTransactionWithTypeAsync(java.lang.String companyCode, java.lang.String transactionCode, DocumentType documentType)
public AuditTransactionModel auditTransactionWithType(java.lang.String companyCode, java.lang.String transactionCode, DocumentType documentType) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<BulkLockTransactionResult> bulkLockTransactionAsync(BulkLockTransactionModel model)
public BulkLockTransactionResult bulkLockTransaction(BulkLockTransactionModel 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> createOrAdjustTransactionAsync(java.lang.String $include, CreateOrAdjustTransactionModel model)
public TransactionModel createOrAdjustTransaction(java.lang.String $include, CreateOrAdjustTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> createTransactionAsync(java.lang.String $include, CreateTransactionModel model)
public TransactionModel createTransaction(java.lang.String $include, CreateTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> deleteLinesAsync(java.lang.String $include, RemoveTransactionLineModel model)
public TransactionModel deleteLines(java.lang.String $include, RemoveTransactionLineModel 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> getTransactionByCodeAndTypeAsync(java.lang.String companyCode, java.lang.String transactionCode, DocumentType documentType, java.lang.String $include)
public TransactionModel getTransactionByCodeAndType(java.lang.String companyCode, java.lang.String transactionCode, DocumentType documentType, 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> lockTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, LockTransactionModel model)
public TransactionModel lockTransaction(java.lang.String companyCode, java.lang.String transactionCode, LockTransactionModel model) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<TransactionModel> refundTransactionAsync(java.lang.String companyCode, java.lang.String transactionCode, java.lang.String $include, RefundTransactionModel model)
public TransactionModel refundTransaction(java.lang.String companyCode, java.lang.String transactionCode, java.lang.String $include, RefundTransactionModel model) 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<java.util.ArrayList<ErrorDetail>> deleteUPCAsync(java.lang.Integer companyId, java.lang.Integer id)
public java.util.ArrayList<ErrorDetail> 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(ServiceTypeId serviceTypeId)
public SubscriptionModel getMySubscription(ServiceTypeId serviceTypeId) throws java.lang.Exception
java.lang.Exception
public java.util.concurrent.Future<FetchResult<SubscriptionModel>> listMySubscriptionsAsync()
public FetchResult<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