Resolved! Can we have a generic content type for the all types of files for sending attachments from postman ?
Hi, To send the attachments from postman by using scripted web services, sending the request body in json format as below.{ "incidentNumber": "INC0010002", "fileName": "Testtt.png", "contentType": "image/png", "fileData": "Base64 code"}Can we h...
