ServiceNow Scripted REST APIs (2026): 06 – POST
Now that we can read vehicles, let's create them. In this video we add a POST endpoint that accepts vehicle data in the request body, inserts it into our table, and returns the sys\_id of each new record. \You'll learn:\ - How to read a JSON request body us...