Expense Itemizations REST Endpoints

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