My Products
Help
tommy nilsen
PARTNER

Download document

by tommy nilsen (Updated ‎28-11-2024 11:46 by tommy nilsen PARTNER )

I have attached a document to a voucher using the api mentioned here
https://docs.vismasoftware.no/businessnxtapi/howto/voucherdocument/
I used the File Service approach

How can I , at a later stage , download this document ?

 

This query

 

mutation {
useCompany(no: xxxx) {
incomingAccountingDocument_processings{ downloadIncomingDocument(filter:{incomingAccountingDocumentNo:{_eq:490}})
{
succeeded
}}}}

 

returns this result, but no document
{
"data": {
"useCompany": {
"incomingAccountingDocument_processings": {
"downloadIncomingDocument": {
"succeeded": true
}}}},
"extensions": {
"vbnxt-trace-id": "000000000000000044339d81760aab8c"
}}

0 REPLIES 0