786
Views
10
Helpful
2
Replies
UCCX - Edit Script Parameter by Postman
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2022 02:22 AM
Hi,
How can I edit the script params "sRedirect_Num" to another number instead of 1111, I should use PUT function but where I should type the edit
Labels:
- Labels:
-
UCCX
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2022 07:18 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2022 07:50 AM
You first do the HTTP GET request like you have done, copy the JSON body out, modify it, then send it right back with an HTTP PUT request. Keep in mind that you need to send all of the data back, not just the part you modified.