Pega API time and expenses example mobile app (employee)

As an employee using a mobile time and expense app, you want to be able to submit time and expense reports and view their status.

Follow these steps to submit a report:

  1. Log in to the mobile VPN.
  2. Open the Time and Expenses app (call the Pega API GET /casetypes).
  3. Select an expense report from the list.
  4. Complete the expense report.
  5. Submit the expense report (call the Pega API POST /cases).

Follow these steps to view case status:

  1. Log in to the mobile VPN.
  2. Open the Time and Expenses app and click the Status tab (call Pega API GET /cases).
  3. View any available expense reports.
  4. Select a specific case for more details (call Pega API GET /cases/ID).

The following diagram shows the employee workflow for submitting expense reports and view status.

Employee workflow for submitting expense reports and viewing status