At the moment, I can do a POST to add / update records, and get response:
array(6) {
["By RowIdentifier"]=>
int(0)
["Rows Updated"]=>
int(0)
["Rows Deleted"]=>
int(0)
["Rows Created"]=>
int(0)
["Errors"]=>
int(10)
["By SID"]=>
int(0)
}
But there is no way to see what the errors were, and why it failed. This makes debugging almost impossible as I have no idea what is wrong.
This is really a problem with the underlying API, not the SODA-PHP wrapper, but I couldn't find a Github repo for that.