Lines REST Endpoints

Inventory Management/Receiving Receipt Requests/Lines
The Lines resource manages one more receipt line requests or advance shipment notice (ASN) line requests for a header request. A header request comprises of one or more lines. The header groups the lines by a supplier, inventory organization, or a customer. This resource contains information important to creating a receipt or an ASN; for example, item , quantity, order references, receiving organization, location, subinventory, locator, and so on.
Create lines for receipt
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines
Delete one line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}
Get all lines for a receipt
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines
Get one line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}
Update one line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}