Expense Attendees REST Endpoints

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