URI


https://<service-now instance>/api/now/table/wm_task?sysparm_input_display_value=true


HTTP Action


POST


JSON Request


{


  "parent": [


      {


          "sys_id": "4ffbee7f0fe7ca009b6fc5bce1050e6c"


      }


  ],


  "short_description": "wm task insert test"


}


If I try the above it doesn't work. How else can I pass the parent work order sys_id in the POST ?



Yes, I can create work order tasks from the GUI.