SalaryBatches

Retrieves a list of accounting records for the specified payroll batch, to be imported into the general ledger of an external ERP system. This method returns the totals grouped by department.

get/api/salarybatches/{batchId}/accounting/department

Path parameters

batchIdinteger required

Response

OK

Amountnumber double
Unitsnumber double nullable
AccountNumberstring
EntryDatestring date-time
Descriptionstring
SalaryTypeIdinteger
SalaryTypeNamestring
UserEmploymentIdinteger nullable
ExpenseIdstring uuid nullable
DepartmentNamestring
DepartmentExternalReferencestring
Dimension1Valuestring
Dimension2Valuestring
Dimension3Valuestring
EmployeeNamestring
EmployeeExternalReferencestring
SalaryTypeSecondaryExternalReferencestring
AccountNamestring
SalaryTypeVatCodestring

Example response

[
  {
    "ExpenseId": "00000000-0000-0000-0000-000000000000"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.