Expense Itemizations REST Endpoints

Expenses/Expense Itemizations
The expense itemizations resource is a child resource used to manage details about the itemized lines of an expense incurred by an employee.
Create an itemization record for an expense identifier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization
Get all expense itemization records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization
Get an expense itemization record for an expense
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId}
Update the expense itemization record for an expense identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId}