Journal Lines REST Endpoints

Journal Lines
The journal line resource is used to view the details of a journal line. A journal line contains an accounting entry that consists of accounting segment values, debit or credit amount, currency, and status. It also includes the accounting transaction key that can be linked back to the transaction from which the entry is generated.
Get a journal line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJournalLines/{publicSectorJournalLinesUniqID}
Get all journal lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJournalLines
Update a journal line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJournalLines/{publicSectorJournalLinesUniqID}