module BWAPI::Client::Brandwatch::PriceStructures::Clients

PriceStructures module for brandwatch/pricestructures/clients endpoints

Public Instance Methods

get_client_price_structures(client_id, opts = {}) click to toggle source

Show a clients reseller price structures

TODO: Add parameters documentation

# File lib/bwapi/client/brandwatch/price_structures/clients.rb, line 10
def get_client_price_structures(client_id, opts = {})
  get "brandwatch/pricestructures/client/#{client_id}", opts
end