Changelog
All notable changes to the Moss API will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.17.4] - 2026-05-07
Added
- Added license information to the API specification
[1.17.3] - 2026-04-28
Added
- Added
PURCHASERrole toUserRoleenum — user authorized to create and manage purchase requests
[1.17.2] - 2026-04-21
Fixed
- Added bank account and bank transaction model documentation
[1.17.1] - 2026-04-20
Fixed
- Removing deprecated fields
[1.17.0] - 2026-04-17
Added
- Update and create requests now have a dedicated field to pass external user id
[1.16.0] - 2026-04-17
Added
- Endpoints for:
- listing bank accounts (
GET /v1/bank-accounts) - retrieving bank account balances (
GET /v1/bank-accounts/{bankAccountId}/balance) - searching bank transactions (
POST /v1/bank-transactions/search-query)
- listing bank accounts (
[1.15.4] - 2026-04-15
Fixed
- Updating amounts and currencies to money format
[1.15.3] - 2026-04-15
Fixed
- Unified payment status and payment channel values across expenses
[1.15.2] - 2026-04-09
Fixed
- More detail in the file search endpoint documentation
[1.15.1] - 2026-04-08
Fixed
- Expense file endpoint pagination
[1.15.0] - 2026-04-08
Added
- Endpoints for:
- Finding expense files
- Downloading expense files
[1.14.1] - 2026-04-02
Fixed
- Specification is updated to expose consistent field names
[1.14.0] - 2026-04-01
Added
- Ability to filter expenses by update timestamp
[1.13.0] - 2026-03-31
Added
- Endpoints for:
- updating dimensions and dimension items
[1.12.1] - 2026-03-31
Fixed
- Specification is updated to expose consistent field names
[1.12.0] - 2026-03-25
Added
- Endpoints for:
- updating a supplier
[1.11.0] - 2026-03-17
Changed
- The endpoint for retrieving expenses now provides cost center and cost carrier information in dimensions list under dimension UUIDs 00000000-0000-0000-0000-000000000001 and 00000000-0000-0000-0000-000000000002 respectively.
- costCenterId and costCarrierId fields on expense lines are now deprecated in the response of the endpoint for retrieving expenses
[1.10.2] - 2026-03-17
Fixed
- Improved reimbursement invoice expense presentation structure
[1.10.1] - 2026-03-17
Fixed
- HTTP 405, 406 and 415 errors now return the correct status code and standard error response format instead of a generic 500 Internal Server Error
[1.10.0] - 2026-03-17
Changed
- The endpoint for retrieving expenses now includes export timestamps (
firstExportTimeandlastExportTime) in theexportMetadataobject
[1.9.0] - 2026-03-13
Added
- Endpoints for:
- creating a supplier
Changed
- The endpoint for retrieving suppliers:
- includes more data on default accounting attributes, bank account and address details
- provides
idattribute in the response in place ofsupplierId(the latter is still provided but is considered now deprecated) - provides
nameattribute in the response in place ofsupplierName(the latter is still provided but is considered now deprecated) - provides
numberattribute in the response in place ofsupplierNumber(the latter is still provided but is considered now deprecated)