All Collections
Using eFactory
General User Guides
Creating an ASN Through DCL's API (POST api/v1/PO_notifications)
Creating an ASN Through DCL's API (POST api/v1/PO_notifications)

How to post an ASN directly through DCL's API to have multiple part numbers or the same part number arrive on different days.

M
Written by Maureen
Updated over a week ago

To submit an ASN through DCL's API you must add a delivery date at the line level. This means you can have multiple parts or even the same part number arrive on different days.

📌 This function is not available if you manually create the ASN in eFactory.

Examples: when is this useful?

  • You have a single PO with different delivery dates for the items within the PO. You can create one ASN and add different dates for each part to arrive. For example, Part A will arrive on 10/22/22, Part B will arrive on 10/26/22, Part C will arrive on 11/1, etc.

  • You have the same part number on the same PO but arrives in batches on different days. For example, they ordered 5k units from your manufacturer. 1K units will arrive on Nov 1, 2022; 3K units will arrive on Dec 1, 2022; and the final 1k will arrive on Jan 1, 2023.

Steps to Submit an ASN Through DCL's API

  1. To create an ASN via the API, first find the API Help area known as PO notifications: POST api/v1/po_notifications

  2. Enter each specific part number, quantity, and delivery date information at the line level. Post_api/v1/po_notification_line

    📌 The delivery date at the line level will supersede the delivery date at the PO level

  3. The line-level API will give you the fields that need to come over in the API.

    The field named “expected_delivery_date” allows the addition of the delivery date when the part number is expected to arrive at DCL.

The JSON will look like this.

Did this answer your question?