Holds REST Endpoints

Inventory Management/Shipment Line Transaction Requests/Shipment Lines/Holds
The Holds resource manages details about shipment line holds.
Create a hold
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}/child/shipmentLines/{DeliveryDetailInterfaceId}/child/holds
Get all holds
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}/child/shipmentLines/{DeliveryDetailInterfaceId}/child/holds
Get one hold
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}/child/shipmentLines/{DeliveryDetailInterfaceId}/child/holds/{holdsUniqID}