Module: Shiphawk::Api::ShipmentNotes

Included in:
Client
Defined in:
lib/shiphawk/api/shipment_notes.rb

Overview

Company API

The following API actions provide the CRUD interface to managing a company.

Instance Method Summary collapse

Instance Method Details

#shipment_notes_show(shipment_id) ⇒ Object



12
13
14
# 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) ⇒ Object



16
17
18
# File 'lib/shiphawk/api/shipment_notes.rb', line 16

def shipment_notes_update shipment_id, options
  put_request notes_path(shipment_id), options
end