Module: FlowAccount::Client::PurchaseOrder
- Included in:
- FlowAccount::Client
- Defined in:
- lib/flow_account/client/purchase_order.rb
Instance Method Summary collapse
Instance Method Details
#create_purchase_order(params) ⇒ Object
5 6 7 8 |
# File 'lib/flow_account/client/purchase_order.rb', line 5 def create_purchase_order(params) response = post('purchase-orders', params) response end |