Skip to main content

Item Ledger Entry API

Overview

The WMS Item Ledger Entry API is a Business Central API page designed to read item ledger entry data. This API allows external systems to interact with item ledger entries, providing functionality for reading item ledger entry information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: itemLedgerEntry
  • Entity Set Name: itemLedgerEntries
  • Source Table: Item Ledger Entry
  • Primary Key: Entry No.

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
EntryNoItem Ledger Entry."Entry No."YesUnique identifier for the item ledger entry.
itemNoItem Ledger Entry."Item No."YesItem number associated with the entry.
lotNoItem Ledger Entry."Lot No."NoLot number of the item.
locationCodeItem Ledger Entry."Location Code"NoLocation code where the item is stored.
remainingQuantityItem Ledger Entry."Remaining Quantity"NoRemaining quantity of the item.

Notes

  • This API is read-only. Creating, modifying, or deleting item ledger entries is not allowed through this API.

Example Usage

Retrieve an Item Ledger Entry

GET host/instance/api/smart/wms/v2.0/companies(companyId)/itemLedgerEntries('EntryNo')

Retrieve All Item Ledger Entries

GET host/instance/api/smart/wms/v2.0/companies(companyId)/itemLedgerEntries
© 2008 - 2026 SMART business