Download invoice attachment
Summary
Download invoice attachment from fileUrl fieldContent
Hello,
I retrieve invoice attachment with rest API, sample :
https://[domain_name].fa.****.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/[customer_trx_id]/child/attachments, and get attachment url from field fileUrl
FileUrl"/content/conn/FusionAppsContentRepository/uuid/dDocID%3[axxxxxxxxx]?XFND_SCHEME_ID=1&XFND_CERT_FP=........&XFND_RANDOM=6354...90415&XFND_EXPIRES=15523..32&XFND_SIGNATURE=.....................zWNd1q8Wbw__&Id=4146967&download"
If i use curl or soapui to download attachment file (by concatenating "https://[domain_name].fa.****.oraclecloud.com/fscmUI" and field 'fileUrl') i got error 'JavaScript is required. Please enable JavaScript'
How can i download attachment as it seems we cannot use directly field fileUrl ?