Expense Attendees REST Endpoints

Expense Reports/Expenses/Expense Attendees
The expense attendees resource is a child resource that contains attendee information about an expense item.
Create an expense attendee record for an expense identifier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/ExpenseAttendee
Get all expense attendee records for an expense identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/ExpenseAttendee
Get an expense attendee record for a specific expense attendee identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/ExpenseAttendee/{ExpenseAttendeeId}
Update an expense attendee record for a specific expense identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/ExpenseAttendee/{ExpenseAttendeeId}