Read many of the post about API and service request but did not locate exactly what I'm looking for. Apologizes if I have missed a thread covering this.
Currently am working on creating a service request with using API. Am somewhat sucessful, but when it comes to the multiselect field i am at a loss.
I am fairly new to APIs and any help would be greatly appreciated.
In my .JSON, most fields are pretty straight fwd. until reaching the multiple selection.
I have many options in the GUI/Logic to choose from like:
Headset (Desk Phone)
Headset (Computer)
Keyboard (Wired)
Keyboard (Wireless)
My snipet of code for that field
,
{
"name": "Additional Accessories - Select All Required",
"value": "Headset (Desk Phone)#dlmtr#Keyboard (Wired)"
},
I am guessing the value formatting I have incorrect.