{
"code": "ModelStateInvalid",
"target": "Unknown",
"details": [
{
"code": "ModelStateInvalid",
"number": 70,
"message": "The request was not properly formatted.",
"description": "Please refer to the documentation for information on the valid request format.",
"faultCode": "Client",
"helpLink": "http://developer.avalara.com/avatax/errors/ModelStateInvalid",
"severity": "Error"
}
]
}
This indicates that you provided an incorrectly structured object to AvaTax. 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?