I’ve discovered a minor fault in our Webservices course. We supply a JSON file containing a data graph – and there’s a missing curly bracket! This is important because without it, any attempt to record a call via the REST Shell will fail with a JSON properties exception.
The file should look like this:
{"call": {"notes":"Customer called to complain about late delivery.", "timeAndDate":"2014-12-05T04:00:00Z"}, "actions":[{"details":"Return call.", "requiredBy":"2016-12-09", "owningUser":"rac", "complete":false}, {"details":"Check handled ok", "requiredBy":"2016-12-25", "owningUser":"rac", "complete":false} ] }
The missing curly bracket is added to the end of the line with the timeAndDate.
Many apologies for the error, I hope it hasn’t caused too many problems.