Перейти к основному содержимому

Posted Warehouse Receipts API

Overview

The WMS Posted Warehouse Receipts WH API is a Business Central API page designed to manage posted warehouse receipt data. This API allows external systems to interact with posted warehouse receipt records, providing functionality for reading receipt information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: postedWhseRcptWH
  • Entity Set Name: postedWhseRcptsWH
  • Source Table: SMA Posted Whse. Receipt WH
  • ODataKeyFields: Entry No.

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
EntryNoSMA Posted Whse. Receipt WH."Entry No."YesUnique identifier for the receipt entry.
NoSMA Posted Whse. Receipt WH."No."YesDocument number of the receipt.
DocumentStatusSMA Posted Whse. Receipt WH."Document Status"NoStatus of the document.
PostingDateSMA Posted Whse. Receipt WH."Posting Date"NoDate the receipt was posted.
SourceDocumentSMA Posted Whse. Receipt WH."Source Document"NoSource document associated with the receipt.
SourceNoSMA Posted Whse. Receipt WH."Source No."NoSource number associated with the receipt.

Example Usage

Retrieve a Posted Warehouse Receipt

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

Example Response

{
"EntryNo": 1001,
"No": "PWR001",
"DocumentStatus": "Released",
"PostingDate": "2023-10-01",
"SourceDocument": "Sales Order",
"SourceNo": "SO001"
}
© 2008 - 2026 SMART business