REST API PUT METHOD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 10:33 AM
I want to expose an put rest api endpoint on sc_task table to update the record. But the team who will be accessing this end point only has the task number eg - SCTASK0010988 , is there any way to update the record using the task number without passing the sys_id which is showing as a mandatory field ???
- Labels:
-
Facilities Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 10:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 11:00 AM
Sorry, but can you explain the solution with an example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 12:03 PM
Take a look at the below tutorial. The author explains it very well.
https://www.youtube.com/watch?v=HmuCXNT7YKE
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 02:27 AM
Thanks Prateek, solution helped 🙂