Module: Brightpearl::APIOperations::Post
- Included in:
- Order, OrderStatus, Product
- Defined in:
- lib/brightpearl/api_operations/post.rb
Instance Method Summary collapse
Instance Method Details
#post(params) ⇒ Object
4 5 6 |
# File 'lib/brightpearl/api_operations/post.rb', line 4 def post(params) send_request(path: "#{resource_path}", method: :post, body: params) end |