# File lib/fog/softlayer/requests/product/place_order.rb, line 242
        def place_order(order_template)
          request(:product_order, :place_order, :body => order_template, :http_method => :POST)
        end