New features
1. Filter parameters "creationDateFrom" and "creationDateTo" have been added to API call getStocktakings. API clients can use these parameters to filter physical stocktakings by the creation timestamp. If the API client does not specify "creationDateTo", the default value for this filter is today. If the API client does not specify "creationDateFrom", the default value for this filter is today - 6 months.
2. Filter parameter "warehouseID" has been added to API call getStocktakings.
3. Filter parameters "sumTo", "sumFrom", "associatedWithDocument", "associatedWithCustomer", "cardNumber", "cardHolder" and "referenceNumber" have been added to API call getPayments.
4. New fields "imported" and "importedByUserName" have been added to the output of API call getPayments.
5. New parameters "orderBy" and "orderByDir" have been added to API call getPayments. Possible values: "paymentID", "cardNumber", "cardHolder", "referenceNumber", or "sum". By default, "paymentID".
Improvements
1. Cost and purchase price precision in API call getProductStock has been increased from 4 to 6 places.
2. Performance optimizations in API call getBillingStatements.