Looking for Help
- I’m trying to create an estimate using the QBO API Call module, but I keep receiving the same error (see the picture).
Error:
DataError
ValidationFault: Request has invalid or unsupported property (Property Name:failed to parse json object; a property specified is unsupported or invalid)
Origin
QuickBooks
*I’ve validated the JSON, and it’s correct.
I’m sure some of you gurus out there have encountered this too
. Any tips on how to resolve this would be greatly appreciated.
Thanks in advance!
{
"Line": [
{
"Description": "TEST",
"DetailType": "SalesItemLineDetail",
"SalesItemLineDetail": {
"Qty": "1",
"UnitPrice": "35",
"ItemRef": {
"name": "TEST 1 TEST"
}
},
"LineNum": "1",
"Amount": "35.0",
"Id": "1"
},
],
"CustomerRef": {
"name": "Prestigious Paving & Striping",
"value": "2"
},
}
Welcome to the Make community!
Your JSON is invalid because you have a stray comma somewhere
(you can verify when copy-paste into https://jsonformatter.org)
By using the tool above, you can find out where the issue is with your JSON.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
3 Likes
Hey!
We can see you have an extra coma « , » near the end of the JSON doc.
Cheers
Benjamin
2 Likes
Hello fellows, @Benjamin_from_Make and @samliew
Thanks you as they say six eyes are better than two 
3 Likes
No problem, glad I could help!
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
- others can save time when catching up with the latest activity here, and
- allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
4. Do join the unofficial Make Discord server for live chat and video assistance
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
1 Like