Item Logo
Wms api3pl referenceInbound api

Inbound List RNs

Inbound List RNs API

Inbound List RNs API is used to retrieve a list of inbound receipt notifications in WMS. This article introduces the general Inbound List RNs API for easily understanding and applying this API.

Introduction

Inbound List RNs API allows users to access information regarding received goods, enabling them to track incoming shipments efficiently. This API is essential for maintaining up-to-date records of all received items, ensuring smooth operations in inventory management.

API Request

API: POST /edi/3pl/inbound/receipt/list Body Request:

Body Parameter

Required

Description

Note

CompanyID

Y

Company ID

"LT"

FacilityID

Y

Facility ID

"889"

CustomerID

Y

Customer ID

"AUKINT0001"

PONo

N

PO Number

"8957515451-10"

ReferenceNo

N

Reference Number

"LIV2020021804-10"

Status

N

Receipt Status

Imported, Closed, Cancelled

CreatedWhenFrom

N

Created Date From

"2022-02-01T00:00:00-08:00"

CreatedWhenTo

N

Created Date To

"2022-02-03T00:00:00-08:00"

UpdatedWhenFrom

N

Updated Date From

"2022-02-01T00:00:00-08:00"

UpdatedWhenTo

N

Updated Date To

"2022-02-03T00:00:00-08:00"

Paging

N

Page Object

"PageNo": 1

API Return

It returns the receipt list with the detailed data, for more detail, please refer to the following example.

Example

Request

Response