The command I've been trying to play with is tsNetCustomUploadSync
I end up with {"statusCode":403,"message":"Not Allowed"}
CODE:
put "APIkey: " & pAPIkey & cr into tHeader put "Content-Type: application/json" after tHeader set the httpHeaders to tHeaderput tsNetCustomUploadSync(tTableURL, "DELETE", tHeader, tJSON, rOutHeaders, rResult, rBytes) into tResult
Statistics: Posted by pink — Sun Jun 16, 2024 12:59 pm