Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 10:42 AM
We are trying to send an attachment using multipart/form-data in postman and get this error:
{
"error": {
"message": "Failed to create the attachment. File part might be missing in the request.",
"detail": null
},
"status": "failure"
}
The same is working from ServiceNow REST API explorer.
I have seen similar post since 2015 but no correct answers till now 🙂
Solved! Go to Solution.