Would like to use API call for postpone Queue

Hi,

I would like to use API to postpone Queue from status “New” instead of Get Transaction and Post Transaction.

{
“Name”: “Queue1”,
“SpecificContent”: {},
“DueDate”: “2022-11-01T07:10:12.514Z”,
“Reference”: " ",
“Progress”: “New”
}
What data we should have in Specific content andnReference?
getting error like expected
}

Hey @kiranmai.penumatcha

Just only pass the parameter you are willing to update for the queue item.

All others can be ignored.

I assumed you are using a PUT queue items request

Thanks
#nK