Sha256: c74c8e93ed7ccf72d0e63e08a9d19a3177aba8f719914292b127fe4f45b943f1
Contents?: true
Size: 498 Bytes
Versions: 18
Compression:
Stored size: 498 Bytes
Contents
# frozen_string_literal: true # A ScanForm can be created to speed up and simplify the carrier pickup process. The ScanForm is one document that can # be scanned to mark all included tracking codes as "Accepted for Shipment" by the carrier. class EasyPost::ScanForm < EasyPost::Resource # Create a ScanForm. def self.create(params = {}, api_key = nil) response = EasyPost.make_request(:post, url, api_key, params) EasyPost::Util.convert_to_easypost_object(response, api_key) end end
Version data entries
18 entries across 18 versions & 1 rubygems