{
"code": "ValidationException",
"target": "Unknown",
"details": [
{
"code": "ValidationException",
"number": 32,
"message": "Validation Error.",
"description": "The data you supplied in the '-0-' could not be successfully parsed.",
"faultCode": "Client",
"helpLink": "http://developer.avalara.com/avatax/errors/ValidationException",
"severity": "Exception"
}
]
}
Each REST API call requires that you upload an object matching its expected structure. Your API call was not structured correctly.
For more information, please visit the documentation for your API endpoint and look closely at the expected object structure.
Common troubleshooting:
[ ]
and you must provide objects using curly brackets { }
. Did you use the correct brackets?