Hello,
I am posting some data from an external source to Indicium. It works fine, so everything is set up correct.
However I am also trying to upload a file. I am using a setup like this one:
I have tried a lot of variations in the body of the POST (not just the one below), but until now to no avail:
"Attachment1_name": {
"FileName": "example.txt"
},
"Attachment1_data": {
"FileType": "text/plain",
"FileData": "0x74657374"
}
Does anybody have experience with this?