I am following the API instructions but only get Caught exception when creating : Error encountered converting value of class java.lang.String to type specified in attribute 'assetId' of entity 'Asset'. There is no field for assetId anywhere, I've tried adding it as id, and assetId but still fails.
This is using php and pest to put the json_encoded data to the API.
Anyone have any ideas what is causing this error? and how to fix it?
Thanks