Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2021 11:27 PM
Try with following statement:
request.setRequestBody("{\"short_description\":\"" + current.short_description + "\",\"caller_id\":\"" + current.caller_id + "\",\"priority\":\"" + current.priority + "\",\"category\":\"" + current.category + "\"}");
If error persists, try changing current.short_description, current.caller_id, current.priority, and current.category with a static value.