Postman POST command to run process is stuck in "NOT_STARTED"

Hi experts,

Hope you can help with this. 

I'm running a process that runs an import action from Postman and I get a status 200 every time. The problem is the process isn't running. When I check the status I get "NOT_STARTED". Does anyone know why this is happening?

The process is an import action that updates a boolean (1 cell) from TRUE to FALSE. Pretty simple.

If I run the process from within Anaplan it works without error.

Screenshots:

Postman POST runs fine.

Screen Shot 2019-11-05 at 6.39.46 PM.pngScreen Shot 2019-11-05 at 6.40.02 PM.png

Best Answer

  • Hi Jared,

     

    For POST requests you need body: raw where it is defined as:

    {
    "localeName": "en_US"
    }

     

    Please see my screenshot and try adding this and re-running the taskPOST1.png

Answers