Invoice Holds REST Endpoints

Invoice Holds
The payables invoice holds resource is used to manage details about the holds placed and released on invoices. An invoice hold represents a hold that is placed on an invoice so that the invoice cannot be paid until the hold is released.
Create an invoice hold
Method: post
Path: /fscmRestApi/resources/11.13.18.05/invoiceHolds
Get all holds
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoiceHolds
Get an invoice hold
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoiceHolds/{HoldId}
Update an invoice hold
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/invoiceHolds/{HoldId}