I am trying to send a file to the creator using a java code through the API creator as shown in the link:
But all attempts are returning 500 error.
see the parameters sent with POST:
applinkname = XXXXX
FromName Requisi_es
fieldname = teste_1
recordId = 836809000002270003 "
filename = filename.pdf
scope = creatorapi
and the file ...
tried to send with Content-Type = application / x-www-form-urlencoded and multipart / form-data
for all the ways that I try to send the file the return is http 500.
it is possible to send a file to the creator using their API?