Add Queue Item using API

The reason is that SpecificContent is looking for a Dictionary(Of String, Object) and does not support more complex JSON Object. You are better off leveraging your library of choice to craft your JSON and serializing the parts that require it when needed in order to keep your JSON String building simple.

Please see the following post using JSON.stringify in Postman to prepare the data

1 Like