Method: AvaTax::Client::FirmClientLinkages#list_firm_client_linkage

Defined in:
lib/avatax/client/firmclientlinkages.rb

#list_firm_client_linkage(options = {}) ⇒ FetchResult

List client linkages for a firm or client

This API enables the firm or account users to request the associated linkages to the account.

Security Policies

  • This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMAccountUser, ECMCompanyUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. Swagger Name: AvaTaxClient

Parameters:

  • filter (String)

    A filter statement to identify specific records to retrieve. For more information on filtering, see Filtering in REST.
    Not filterable: firmAccountName, clientAccountName

Returns:

  • (FetchResult)


104
105
# File 'lib/avatax/client/firmclientlinkages.rb', line 104

def list_firm_client_linkage(options={})        path = "/api/v2/firmclientlinkages"
get(path, options, AvaTax::VERSION)      end