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
* Retrieve the full list of Avalara-supported subscription (ServiceTypes)
11033
+
* For Registrar Use Only
11034
+
* This API is for use by Avalara Registrar administrative users only.
11035
+
*
11036
+
* Returns the full list of Avalara-supported subscription types.
11037
+
* This API is intended to be useful for identifying which features you have added to your account.
11038
+
* You may always contact Avalara's sales department for information on available products or services.
11039
+
* You cannot change your subscriptions/service directly through the API.
11040
+
*
11041
+
* ### Security Policies
11042
+
*
11043
+
* * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
11044
+
* Swagger Name: AvaTaxClient
11045
+
*
11046
+
*
11047
+
* @param string filter 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/).
11048
+
* @param int top 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.
11049
+
* @param int skip If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
11050
+
* @param string orderBy A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
0 commit comments