class Quickbooks::Service::BaseService

def do_http_post(url, body = "", params = {}, headers = {}) # throws IntuitRequestException

throws IntuitRequestException
def do_http_post(url, body = "", params = {}, headers = {}) # throws IntuitRequestException
  url = add_query_string_to_url(url, params)
  do_http(:post, url, body, headers)
end