Method: TripletexRubyClient::LedgerpaymentTypeOutApi#post

Defined in:
lib/tripletex_ruby_client/api/ledgerpayment_type_out_api.rb

#post(opts = {}) ⇒ ResponseWrapperPaymentTypeOut

BETA

Create new payment type for outgoing payments

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :body (PaymentTypeOut)

    JSON representing the new object to be created. Should not have ID and version set.

Returns:



129
130
131
132
# File 'lib/tripletex_ruby_client/api/ledgerpayment_type_out_api.rb', line 129

def post(opts = {})
  data, _status_code, _headers = post_with_http_info(opts)
  data
end