How to clear the postponed date from the queue items

HI Everyone,

I’m trying to clear the postponed date from the queue item using swagger API. but I’m experience an issue, can anyone help me out on this.

Thanks
Sameer



@Kumar_Sahu_Sameer

Try this

PUT /odata/QueueItems(Id={Id})

Body

{
    "Postpone": null
}

Hi @ashokkarale , thanks for the quick response, I tried the same way which you have suggested but getting 400 response

Hi @Kumar_Sahu_Sameer

Please check the below link,

hi @prashant1603765 , Last time it worked because I changed the queue priority to another, but this time I don’t want to change anything except the postponed date.

@Kumar_Sahu_Sameer

Looks like as per error few parameters are mandatory..if you dont want to change then get the value and pass the same value again along with null in postpone or deferdate field

Cheers

when I’m passing null, I’m getting 404 response.

@Kumar_Sahu_Sameer

Please specify scepcific content

Cheers

Thanks for the prompt response, Did that also but getting the same result

@Kumar_Sahu_Sameer

in header did you happen to add the org unit?

it tried the same and this is working with only defer date as well but as specific content is not given its making it empty

{
  "Name": "Test",
  "SpecificContent": {"key1":"val1"},
}

just give like above and the postponed date would be cleared

no need of itemdata as well

cheers

Hi Anil,

Would it be possible to connect once? It will be easier to resolve the issue. I’ve tried all the suggested ways, but it’s not working at all.