Get Ocean Invoice By Uuid

Returns a singular ocean invoice queried by uuid Args: ocean_invoice_uuid (str): description db (Session, optional): description. Defaults to Depends(get_db). 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!