module Brightpearl::APIOperations::Post

Public Instance Methods

post(params) click to toggle source
# File lib/brightpearl/api_operations/post.rb, line 4
def post(params)
  send_request(path: "#{resource_path}", method: :post, body: params)
end