How to make the REST call to create a new Work Order Task that is child to an existing Work Order?
We are in version: Eureka and below is our REST call - URIhttps://<service-now instance>/api/now/table/wm_taskHTTP ActionPOSTJSON Request{ "parent": "WO0010003", "short_description": "wm task insert test", "comments": "wm task insert test"}This reque...
