Item Logo
Wms api3pl referenceInbound api

Inbound Post RN Confirmation

Inbound Post RN Confirmation API

Inbound Post RN Confirmation API is used to post a confirmation of inbound receipt notifications in a Warehouse Management System. This article introduces the general Inbound Post RN Confirmation API for easily understanding and applying this API.

Introduction

Inbound Post RN Confirmation API confirms the received goods match the expected shipment, ensuring accurate data entry and inventory tracking. It is crucial for validating receipt data and ensuring that inventory records are up to date following the arrival of goods in the warehouse.

API Request

API: POST /edi/3pl/inbound/receipt/post-confirmation Body Request:

Body Parameter

Required

Description

Note

CompanyID

Y

Company ID

"LT"

FacilityID

Y

Facility ID

"889"

CustomerID

Y

Customer ID

"AUKINT0001"

ReceiptID

Y

Receipt ID

"RN-100100"

Confirmation

Y

Confirmation Content


API Return

It returns the status which indicates the operation is correct or not, for more detail, please refer to the following example.

Example

Request

Response