Hi Guys,
I'm new to scripting / APIs and am struggling to find some additional information on the 'Claim a device into a network' POST.
All i'm wanting to know is it possible to claim multiple devices in a single POST request and if so, what is the correct format.
ie. something like
{"serial":"Q234-ABCD-5678”, "serial":”Q345-ABCD-1234”, "serial":”Q456-ABCD-6789”}
Or a delimited string of serials.
{"serial":"Q234-ABCD-5678 Q345-ABCD-1234 Q456-ABCD-6789”}