Expense Distributions REST Endpoints

Expenses/Expense Distributions
The expense distributions resource manages details about all expenses incurred by an employee, which includes attendees, distributions, descriptive flexfields, itemizations, and attachment information.
Create a distribution record for the related expense
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDistribution
Get all distribution records for the related expense
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDistribution
Get an expense distribution record for an expense distribution identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDistribution/{ExpenseDistId}
Update the distribution record for an expense distribution identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDistribution/{ExpenseDistId}