Method: PlentyClient::Account.list_contacts
- Defined in:
- lib/plenty_client/account.rb
.list_contacts(account_id, headers = {}, &block) ⇒ Object
40 41 42 |
# File 'lib/plenty_client/account.rb', line 40 def list_contacts(account_id, headers = {}, &block) get(build_endpoint(LIST_ACCOUNTS_CONTACTS, account: account_id), headers, &block) end |