This video implements a PATCH resource for modifying records in ServiceNow. It also discusses the difference between PUT and PATCH, and how these relate to the GlideRecord.update() method.
Scripts in this series are located in my GitHub repo: https://github.com/Jay-Cool/Vehicles-API-Files
Further learning
• PUT Method for HTTP: https://www.rfc-editor.org/rfc/rfc2068#section-9.6
• PATCH Method for HTTP: https://www.rfc-editor.org/rfc/rfc5789
Download
0 formats
No download links available.
ServiceNow Scripted REST APIs: Part 9 – PUT and PATCH | NatokHD