@vinodcrimson wrote:
Hi All,
I am trying to add transactions in to Queue with Postman, but we are getting the below error.
“{
“message”: “An error has occurred.”,
“errorCode”: 0,
“resourceIds”: null
}”PFB the details :
End Point used : https://XXXX.com/odata/Queues/UiPathODataSvc.AddQueueItem()
Body :
{
“itemData”: {
“Name”: “Auto_As_A_Service”",
“Priority”: “Normal”,
“SpecificContent”: {
“First”: “Some String Value Here”,
“First@odata.type”: “#String”,
“Second”: 516,
“Fourth”: “Did I skip the Third value?”,
“AnotherKey”: true
}
}
}Headers : Authorization: Bearer “Token”
I still get the error, please help me out on this one. If this works then we are planning to implement the same using python.
Thanks
Vinod
Posts: 21
Participants: 6