Use Case for Creating an Expense Report from an Employee Record

To create an expense report from an employee record, include the values of required fields such as expense account, curency, and amount in the request body.

          PATCH {{REST_SERVICES}}/record/v1/employee/<id>/!transform/ExpenseReport
{
    "expense": {
        "items": [
            {
                "expenseaccount": "58",
                "currency": "1",
                "amount": 100
            }
        ]
    }
} 

        

Related Topics

Employee Use Cases
Use Case for Adding a Supervisor to an Employee
Use Case for Adding Employee Address
Use Case for Adding Subscriptions to an Employee
Use Case for Finding All Employee Records Under a Supervisor
Use Case for Retrieving Permissions Assigned to a Role
Use Case for Finding IDs of Roles Assigned to an Employee
Use Case for Finding the Name of a Role

General Notices