TooManyParametersError
Example
{
	"code": "TooManyParametersError",
	"target": "Unknown",
	"details": [
		{
			"code": "TooManyParametersError",
			"number": 20,
			"message": "Incorrect $filter parameter.",
			"description": "Your filter was too large.  Please create a filter with fewer values.",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/TooManyParametersError",
			"severity": "Error"
		}
	]
}
Explanation

Depending on the query, the $filter paramater has a size limit. Check to ensure your filter is not too large for the given query. For more information on filtering in REST, visit this guide for REST filtering. Additionally, check the documention for the method or model used to gain further insight into the filtering guidelines.