Project Expenditure Items REST Endpoints

Project Expenditure Items
The smallest logical unit of an expenditure that you can charge to a project or task. For example, a time card item or an expense report item.
Get all expenditure items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectExpenditureItems
Get an expenditure item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectExpenditureItems/{ExpenditureItemId}
Update an expenditure item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectExpenditureItems/{ExpenditureItemId}