Method: TripletexRubyClient::ProjectorderlineApi#post_list
- Defined in:
- lib/tripletex_ruby_client/api/projectorderline_api.rb
#post_list(opts = {}) ⇒ ListResponseProjectOrderLine
- BETA
-
Create multiple order lines.
177 178 179 180 |
# File 'lib/tripletex_ruby_client/api/projectorderline_api.rb', line 177 def post_list(opts = {}) data, _status_code, _headers = post_list_with_http_info(opts) data end |