Invoice Lines REST Endpoints

Project Contract Invoices/Invoice Lines
The Invoice Lines resource is used to view the details of the invoice lines.
Get all invoice lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/InvoiceLines
Get an invoice line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/InvoiceLines/{InvoiceLineId}
Update an invoice line for a project contract invoice
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/InvoiceLines/{InvoiceLineId}