I have been successful in implementing nearly all of the API calls (including live writes). I am struggling with the WriteSystemValuesAsyncStart command. The documentation has a conflict between the URL example and the script examples. The URL does not show the &id section, but the script does. I assume the script is correct?
Here is some debug from my code that fails:
https://api.netbiter.net/operation/v1/rest/json/system/003011FADCE6/live/async?accesskey=[accesskey]&id=IPS5_LIFEGUARD_TIDE
“Content-type” : “application/json”
“[{“id”:“IPS5_LIFEGUARD_TIDE”,“value”:“4.06”}]”
I don’t get any response because the system is rejecting the call.
Can you confirm the syntax for this call?