Posted Warehouse Receipt Lines API
Overview
The WMS Posted Warehouse Receipt Lines API is a Business Central API page designed to manage posted warehouse receipt line data. This API allows external systems to interact with posted warehouse receipt lines, providing functionality for reading receipt line information.
API Details
- Publisher: smart
- API Group: wms
- API Version: v2.0
- Entity Name: postedWhseRcptLine
- Entity Set Name: postedWhseRcptsLines
- Source Table: Posted Whse. Receipt Line
- ODataKeyFields: No, Line No
Fields
The following fields are exposed in the API:
| Field Name | Source Field | Required | Description |
|---|---|---|---|
No | Posted Whse. Receipt Line."No." | Yes | Unique identifier for the receipt. |
Line No | Posted Whse. Receipt Line."Line No." | Yes | Line number of the receipt. |
Item No | Posted Whse. Receipt Line."Item No." | No | Item number associated with the line. |
Quantity | Posted Whse. Receipt Line.Quantity | No | Quantity of items in the receipt line. |
Source No | Posted Whse. Receipt Line."Source No." | No | Source document number for the line. |
Example Usage
Retrieve Posted Warehouse Receipt Lines
GET host/instance/api/smart/wms/v2.0/companies(companyId)/postedWhseRcptsLines
Retrieve a Specific Posted Warehouse Receipt Line
GET host/instance/api/smart/wms/v2.0/companies(companyId)/postedWhseRcptsLines(No='RECEIPT001',LineNo=10000)