Skip to main content

List Inventory Journal Entries

Returns a list of Inventory Journal Entries belonging to your account.

Responses

OK

Response Headers

  • X-PaginationLimit string

    The per page limit. Currently set to 100 but subject to change at any time.

  • X-Pagination-Current-Page string

    The current page. Defaults to 1.

  • X-Pagination-Total-Pages string

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

  • X-Pagination-Total-Count string

    The total number of records in the result set (across all pages).


Schema

array
  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • account_id integer

    Possible values: >= 1

  • user_id integer

    The ID of the User associated with the entry.

  • part_id integer

    The ID of the Part associated with the entry.

  • part object

    The Part number (unique) and ID of the Part associated with the entry.

  • number object
    anyOf

  • string
  • id integer

    Possible values: >= 1

  • part_location_detail_id integer

    The ID of the details of this Part at a specific Part Location. Not the same as part_location_id.

  • part_location object

    Information about the associated Part Location.

  • name string
  • id integer

    Possible values: >= 1

  • previous_quantity object

    The previous quantity of the Part before any adjustments.

    oneOf

  • string
  • current_quantity object

    The current quantity of the Part after adjustments.

    oneOf

  • string
  • adjustment_quantity object

    The quantity adjustment made to the Part's count.

    oneOf

  • string
  • work_order object

    Information about the associated Work Order, if applicable.

  • number object
    anyOf

  • string
  • id integer

    Possible values: >= 1

  • work_order_part_line_item_id integer

    The ID of the Work Order Part Line Item associated with the entry. Only applicable if the entry is associated with a Work Order.

  • inventory_adjustment_reason_id integer

    The ID of the Inventory Adjustment Reason associated with the entry.

  • inventory_adjustment_reason object
  • name string

    The Inventory Adjustment Reason name associated with the entry.

  • comments_count integer

    How many Comments this entry has.

  • adjustment_type string

    Possible values: [initial, manual, work_order, purchase_order, bulk_update, transfer]

    The type of adjustment that triggered the entry.

  • transfer_part_location_id integer

    The ID of the Part Location that the Part was transferred to. Only applicable if the entry is associated with a transfer.

  • purchase_order object

    Information about the associated Purchase Order, if applicable.

  • number object
    anyOf

  • string
  • id integer

    Possible values: >= 1

  • purchase_order_line_item_id integer

    The ID of the ``Purchase Order Line Itemassociated with the entry. Only applicable if the entry is associated with aPurchase Order`.

  • work_order_id integer

    The ID of the Work Order associated with the entry. Only applicable if the entry is associated with a Work Order.

  • vendor_id integer

    The ID of the Vendor associated with the entry. Only applicable if the entry is associated with a Purchase Order.

  • vendor object

    Information about the associated Vendor, if applicable.

  • name string
  • id integer

    Possible values: >= 1

  • user object

    Information about the User that created the entry.

  • email string
Loading...