module Shiphawk::Api::ShipmentNotes
Company API
The following API actions provide the CRUD interface to managing a company.
Public Instance Methods
shipment_notes_show(shipment_id)
click to toggle source
# File lib/shiphawk/api/shipment_notes.rb, line 12 def shipment_notes_show shipment_id get_request notes_path(shipment_id), {} end
shipment_notes_update(shipment_id, options)
click to toggle source
# File lib/shiphawk/api/shipment_notes.rb, line 16 def shipment_notes_update shipment_id, options put_request notes_path(shipment_id), options end