Dear Community,
I am trying to upload an attachment to ServiceNow API.
I am passing the parameters given as below:
EndPoint :“https://instance.service-now.com/api/now/attachment/upload”
Body : table_name,table_sys_id, file path
Body format :multipart/form-data
Attachments : filepath
Headers : content-type,accept format
I am getting the error as file part not found. Attaching the error screenshot.
Please suggest some solution.