Getting an error in Swagger API while executing Test Data Queues Query ("message": "testDataQueue must not be null",)

Try to see if this body is working for you:

{"Name":"Test_Data_Queue_2","Description":null,"ContentJsonSchema":"{\r\n  \"Name\": \"string\",\r\n  \"Description\": \"string\",\r\n  \"ContentJsonSchema\": \"string\",\r\n  \"ItemsCount\": 0,\r\n  \"ConsumedItemsCount\": 0,\r\n  \"IsDeleted\": true,\r\n  \"DeleterUserId\": 0,\r\n  \"DeletionTime\": \"2022-09-28T17:58:07.639Z\",\r\n  \"LastModificationTime\": \"2022-09-28T17:58:07.639Z\",\r\n  \"LastModifierUserId\": 0,\r\n  \"CreationTime\": \"2022-09-28T17:58:07.639Z\",\r\n  \"CreatorUserId\": 0,\r\n  \"Id\": 0\r\n}"}

Example:

image

3 Likes