Receive ASN (Advance Shipping Notice)

POST /api/{context}/ediprocessing/receiveasn/{headerId:int}/

Receives an ASN (Advance Shipping Notice) for the specified header ID.

Request Information

Parameters
Name Type Required Description
headerId Integer Yes The ID of the header for which the ASN is being received.
Example Request
POST
/api/{context}/ediprocessing/receiveasn/12345/

Response Information

Returns a result object indicating the outcome of the ASN receipt operation.

Property Type Description
... ... Properties of DtoReceiveAsnResult (see API model documentation).

HTTP Response Codes

Code Description
200 OK. Success. ASN was received.
400 Bad request. The headerId 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.