Currently our bulkvaluation API uses uppercase "Top" and "Skip":
Skip | Number of records to skip. Must be greater than or equal to zero |
Top | Number of records to retrieve (default 100, max 500) |
After the change the API will accept lowercase "top" and "skip":
skip | Number of records to skip. Must be greater than or equal to zero |
top | Number of records to retrieve (default 100, max 500) |
This change will align bulkvaluation API with the rest of our APIs and is scheduled to be deployed into production on the 25th of November. Please update your code to use lowercase skip and top.