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 Name | Source Field | Required | Description |
|---|---|---|---|
EntryNo | Item Ledger Entry."Entry No." | Yes | Unique identifier for the item ledger entry. |
itemNo | Item Ledger Entry."Item No." | Yes | Item number associated with the entry. |
lotNo | Item Ledger Entry."Lot No." | No | Lot number of the item. |
locationCode | Item Ledger Entry."Location Code" | No | Location code where the item is stored. |
remainingQuantity | Item Ledger Entry."Remaining Quantity" | No | Remaining 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