© 2025 Clarivate
POST /api/{context}/ediprocessing/receiveasn/{headerId:int}/
Receives an ASN (Advance Shipping Notice) for the specified header ID.
| Name | Type | Required | Description |
|---|---|---|---|
| headerId | Integer | Yes | The ID of the header for which the ASN is being received. |
/api/{context}/ediprocessing/receiveasn/12345/
Returns a result object indicating the outcome of the ASN receipt operation.
| Property | Type | Description |
|---|---|---|
| ... | ... | Properties of DtoReceiveAsnResult (see API model documentation). |
| Code | Description |
|---|---|
| 200 | OK. Success. ASN was received. |
| 400 | Bad request. The headerId parameter is required or invalid. |
| 500 | Internal server error. |
This method requires authentication using one of the following schemes: Cookies, PAS, JWT, or API Key.