Methods

  • get - List Employee Expenses
  • get - Get Employee Expenses by Employee ID

Resource

{
    "employeeExpenses": {
        "<key>": "array"
    },
    "payRunId": "int32"
}

Properties

Name Type Description
employeeExpenses object Dictionary
employeeExpenses.<key> map of array List
employeeExpenses.<key>.amount double Decimal
employeeExpenses.<key>.employeeExpenseCategoryId string String
employeeExpenses.<key>.employeeExpenseCategoryName string String
employeeExpenses.<key>.employeeExternalId string String
employeeExpenses.<key>.employeeId string String
employeeExpenses.<key>.employeeName string String
employeeExpenses.<key>.externalId string String
employeeExpenses.<key>.id int32 Int32
employeeExpenses.<key>.locationId string String
employeeExpenses.<key>.locationName string String
employeeExpenses.<key>.notes string String
employeeExpenses.<key>.reportingDimensionValueIds[] array of int32

Nullable

Note: Only applicable to businesses where the Dimensions feature is enabled.

Specify an array of dimension value ids (normally only one-per dimension) eg [1,3,7].

If you prefer to specify dimension values by name, use the ReportingDimensionValueNames field instead.

If this field is used, ReportingDimensionValueNames will be ignored (the Ids take precedence)

employeeExpenses.<key>.reportingDimensionValueNames object

Nullable

Note: Only applicable to businesses where the Dimensions feature is enabled.

Specify an object with dimension names and for each one, specify an array of associated value names (normally one-per dimension) eg { "Department": ["Accounting"], "Job Code": ["JC1"] }.

If you prefer to specify dimension values directly by Id, use the ReportingDimensionValueIds field instead.

If ReportingDimensionValueIds is used, ReportingDimensionValueNames will be ignored (the Ids take precedence)

employeeExpenses.<key>.reportingDimensionValueNames.<key>[] array of string
employeeExpenses.<key>.taxCode string String
employeeExpenses.<key>.taxCodeDisplayName string String
employeeExpenses.<key>.taxRate double Nullable
payRunId int32 Int32