Get ASN (Advance Shipping Notice) Items

GET /api/{context}/ediprocessing/asnitems/{orgFilter:int}/?trackingBarcode=...&supplierSAN=...&sDate=...&eDate=...

Retrieves a list of ASN (Advance Shipping Notice) items based on the specified filters.

Request Information

Parameters
Name Type Required Description
orgFilter Integer Yes The organization filter to specify which organization's ASN items to retrieve.
trackingBarcode String No The tracking barcode to filter the ASN items.
supplierSAN String No The supplier SAN (Standard Address Number) to filter the ASN items.
sDate DateTime No The start date to filter the ASN items.
eDate DateTime No The end date to filter the ASN items.
Example Request
GET
/api/{context}/ediprocessing/asnitems/1/?trackingBarcode=123456789&supplierSAN=SAN123&sDate=2024-01-01&eDate=2024-12-31

Response Information

Returns a list of ASN items matching the provided filters.

Property Type Description
TrackingBarcode String The tracking barcode of the ASN item.

HTTP Response Codes

Code Description
200 OK. Success. Returns the list of ASN items.
400 Bad request. The orgFilter parameter is required or invalid.
500 Internal server error.

Required Permissions

This method requires authentication using one of the following schemes: Cookies, PAS, JWT, or API Key.