Expense Distributions REST Endpoints

Expenses/Expense Itemizations/Expense Distributions
The expense distributions resource is a child resource that contains distribution information about an expense item.
Create an expense distribution record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId}/child/ExpenseItemizationDistribution
Get all expense distribution records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId}/child/ExpenseItemizationDistribution
Get an expense distribution record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId2}/child/ExpenseItemizationDistribution/{ExpenseDistId}
Get an expense distribution record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId2}/child/ExpenseItemizationDistribution/{ExpenseDistId}
Update an expense distribution record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseItemization/{ExpenseId2}/child/ExpenseItemizationDistribution/{ExpenseDistId}