class Mfkessai::Destination

Public Class Methods

create(request_body:) click to toggle source

ref: mfkessai.co.jp/api_doc/endpoint.html#/destination/destination_create

# File lib/mfkessai/destination.rb, line 7
def self.create(request_body:)
  request(url: '/v1/destinations',
          request_type: :post,
          request_body: request_body)
end