Changelog
The API version numbering scheme consists of four components:
- Major - All versions that share a Major component retain backward compatibility
even as new functionality is introduced between minor versions. - Minor - Minor versions introduce new functionality such as new optional parameters
or entirely new endpoints. - Sub-Minor - Sub-Minor versions introduce small improvements such as better
performance or bug fixes that generally do not require documentation changes. - Doc - Doc versions indicate documentation updates. If two versions differ only by
doc component, there was no change to the server code between them.
Recent changes to the Fetch API are listed below by version.
3.22.2.4
- This version was released on 2025-01/02.
- PUT /vendors endpoint documentation now lists 'id' as a required field.
- POST /transactions endpoint description is reformatted to embed examples into the
sample request pane for better readability. - Other than the documentation update, there are no functional API differences since
since 3.22.2.0.
3.22.2.3
- This version was released on 2024-12/26.
- API documentation with a new UI is now available at
developer.yellowdogsoftware.com - Other than the documentation update, there are no functional API differences since
since 3.22.2.0.
3.22.2.0
- This version was released on 2024-12/04.
- Improved documentation concerning sessions.
- Improved documentation for getting stores by ID.
- Code factoring to prepare for future improvements.
3.22.1.0
- This version was released on 2024-11/06.
- Added new endpoints for invoices:
- PUT /invoices/staged/{stagedInvoiceId}
- PATCH /invoices/staged/{stagedInvoiceId}
- POST /invoices/staged/{stagedInvoiceId}/lines
- GET /invoices/staged/{stagedInvoiceId}/original-document
- Improved model and documentation concerning 422 errors.
- Improved documentation concerning creation of third party codes.
3.21.3.0
- This version was released on 2024-09/10.
- Added DateTime examples to documentation.
- Improve documentation concerning BeanAccountId.
- Improve documentation concerning TransactionLine.
- Fix a pagination error when getting items by StoreId.