Because of the way Visma works we have split the functionality of retrieving up on two seperate paths:
1. Search for product adjustments based on a certain date. That is used for retrieving the discount groups
2. Check for adjustments of the custom price lists based on a certain date
Therefor in our APIcenter settings you need to specify the timestamp two times with a | character in between.
So it will look something like this:
2020-10-01T00:00:00|2020-10-01T00:00:00
The timestamp on the left is representing the timestamp for the getPriceLists, and the timstamp on the right is respresenting the timestamp for the getProducts.