Get Ocean Invoice By Uuid

Returns a singular ocean invoice queried by uuid
Args:
oceaninvoice_uuid (str): _description
db (Session, optional): description. Defaults to Depends(getdb).
current_user (_type
, optional): description. Defaults to Depends(get_current_active_user).

Returns:
OceanInvoiceOut: An OceanInvoice that returns uuid, invoice_number, invoice_dt, revision, status, charges, tags

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!