You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some companies can be taxed and reported differently depending on the properties of the company, such as IsPrimaryAddress. In AvaTax, these tax-affecting properties are called "parameters".
109
+
#
110
+
# A parameter added to a company will be used by default in tax calculation but will not show on the transaction line referencing the company.
111
+
#
112
+
# A company location parameter specified on a transaction line will override a company parameter if they share the same parameter name.
113
+
#
114
+
# To see available parameters for this company, call `/api/v2/definitions/parameters?$filter=attributeType eq Company`
115
+
#
116
+
# Some parameters are only available for use if you have subscribed to specific AvaTax services. To see which parameters you are able to use, add the query parameter "$showSubscribed=true" to the parameter definition call above.
117
+
#
118
+
# ### Security Policies
119
+
#
120
+
# * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, CSPTester, FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
121
+
# @param companyId [Integer] The ID of the company that owns this company parameter.
122
+
# @param model [CompanyParameterDetailModel[]] The company parameters you wish to create.
# Some companies can be taxed and reported differently depending on the properties of the company, such as IsPrimaryAddress. In AvaTax, these tax-affecting properties are called "parameters".
166
+
#
167
+
# A parameter added to a company will be used by default in tax calculation but will not show on the transaction line referencing the company.
168
+
#
169
+
# A company location parameter specified on a transaction line will override a company parameter if they share the same parameter name.
170
+
#
171
+
# ### Security Policies
172
+
#
173
+
# * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, CSPTester, FirmAdmin, SSTAdmin, TechnicalSupportAdmin.
# Some companies can be taxed and reported differently depending on the properties of the company, such as IsPrimaryAddress. In AvaTax, these tax-affecting properties are called "parameters".
266
+
#
267
+
# A parameter added to a company will be used by default in tax calculation but will not show on the transaction line referencing the company.
268
+
#
269
+
# A company location parameter specified on a transaction line will override a company parameter if they share the same parameter name.
270
+
#
271
+
# ### Security Policies
272
+
#
273
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
# Some companies can be taxed and reported differently depending on the properties of the company, such as IsPrimaryAddress. In AvaTax, these tax-affecting properties are called "parameters".
309
+
#
310
+
# A parameter added to a company will be used by default in tax calculation but will not show on the transaction line referencing the company.
311
+
#
312
+
# A company location parameter specified on a transaction line will override a company parameter if they share the same parameter name.
313
+
#
314
+
# Search for specific objects using the criteria in the `$filter` parameter; full documentation is available on [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/) .
315
+
# Paginate your results using the `$top`, `$skip`, and `$orderby` parameters.
316
+
#
317
+
# ### Security Policies
318
+
#
319
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
320
+
# @param companyId [Integer] The company id
321
+
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* name, unit
322
+
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
323
+
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
324
+
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# Some companies can be taxed and reported differently depending on the properties of the company, such as IsPrimaryAddress. In AvaTax, these tax-affecting properties are called "parameters".
442
+
#
443
+
# A parameter added to a company will be used by default in tax calculation but will not show on the transaction line referencing the company.
444
+
#
445
+
# A company location parameter specified on a transaction line will override a company parameter if they share the same parameter name.
446
+
#
447
+
# ### Security Policies
448
+
#
449
+
# * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, CSPTester, FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
450
+
# @param companyId [Integer] The company id.
451
+
# @param id [Integer] The company parameter id
452
+
# @param model [Object] The company parameter object you wish to update.
0 commit comments