{
"code": "JsonFormatError",
"target": "Unknown",
"details": [
{
"code": "JsonFormatError",
"number": 47,
"message": "The request body did not contain valid JSON.",
"description": "At line -1- position -2-: -0-",
"faultCode": "Client",
"helpLink": "http://developer.avalara.com/avatax/errors/JsonFormatError",
"severity": "Error"
}
]
}
This indicates that the JSON you sent with your request was invalid. JSON is a standardized data format documented by RFC 7159.
AvaTax REST supports only JSON encoded data; no other data encoding formats are allowed.
The document you uploaded did not meet the JSON standards. Some common troubleshooting steps: