Payload
| Name | Mandatory | Description | Field Type | Constraints |
|---|---|---|---|---|
fileName |
Yes | File name, allowed file formats : img, jpg, jpeg, png, doc, pdf, txt, gif, zip, ppt, pptx, xls, xlsx, csv, p7b, p7c, pfx, p12, der, pem, csr, crt, cer, key | String |
NA |
uniqueId |
Yes | Unique ID for the file being uploaded. | String |
NA |
fileOverWrite |
Yes | Determines whether to overwrite the file being uploaded if a file with the same uniqueId exists. | Boolean |
False (Upload file only if a file with same uniqueId not present.) True (Upload file and overwrite if file with same uniqueId is present. If not, then upload the given file.) |
file |
Yes | File to be uploaded | Binary |
NA |