Attachments for ASN Lines REST Endpoints

Inventory Management/Receiving Receipt Requests/Lines/Attachments for ASN Lines
The Attachments for ASN Lines resource manages attachments when creating an advance shipment notice (ASN) line request.
Create ASN line attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/ASNLineAttachments
Delete one ASN line attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/ASNLineAttachments/{ASNLineAttachmentsUniqID}
Get all ASN line attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/ASNLineAttachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/ASNLineAttachments/{ASNLineAttachmentsUniqID}
Update one ASN line attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/ASNLineAttachments/{ASNLineAttachmentsUniqID}