Inbound Fiscal Document Holds REST Endpoints

Inventory Management/Inbound Fiscal Document Holds
Details regarding holds imposed on inbound fiscal documents, either by end users or the Oracle Fiscal Document Capture application. This includes information such as hold type, hold date, hold reason, release reason, line held, and so on.
Create a fiscal document hold
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inboundFiscalDocumentHolds
Get details of a fiscal document hold
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundFiscalDocumentHolds/{FiscalDocumentHoldId}
Get details of all fiscal document holds
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundFiscalDocumentHolds
Update a fiscal document hold
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inboundFiscalDocumentHolds/{FiscalDocumentHoldId}