Sending attachment to sharepoint list item via REST API
Hi, I am trying to send attachment from SN to sharepoint. Below are the SharePoint API details: REST API URL - https://<tenant>/_api/web/lists/getbytitle('PIPTracking')/items(135)/AttachmentFiles/add(FileName='Test') method type - Post headers: { ...
