I access the ServiceNow REST API
from a .net WinForms/C#
application for creating and updating records such as Incidents, Tasks, etc.
I need the functionality to upload file attachments to the records, but I don't see this function anywhere within the REST API documentation on ServiceNow Wiki. Only SOAP
based approaches are given as solutions to uploading file attachments. Can this be done at all, through the REST API?