OK so I've spent some more time on this - and using postman I've been able to successfully change values via API. However I do not get any errors, nor any changed values via spreadsheet. I see it was updated a bit in the note section since I made a copy - but even a fresh copy yields no fruit for me. As you can see from my screenshot here, I've found the mac, grouppolicyID, and name - and use the post command with my network ID I've got in my google sheet values and using postman it works.
Anyone have some pointers for me? Is there a way to see what URL it is passing as the payload values? Postman shows the format/syntax of URL followed by
?mac=xx:xx&groupPolicyId=108&name=TestName
I'm only dabbling with the code here - but it seems it's passing the request_payload value which in my case looks like this:
{name=TestName, groupPolicyId=108.0, mac=xx:xx, devicePolicy=Group policy}
How does that get translated with the f_importclient function to be the syntax listed above format?
?mac=xx:xx&groupPolicyId=108&name=TestName