Expense Distributions REST Endpoints

Expense Distributions
The expense distributions resource is a child resource that contains distribution information about an expense item.
Create a distribution record for the related expense
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenseDistributions
Get all distribution records for the related expense
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenseDistributions
Get an expense distribution record for a specific expense distribution identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenseDistributions/{ExpenseDistId}
Update a distribution record for a specific expense distribution identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenseDistributions/{ExpenseDistId}