to get a personalized navigation.
to get a personalized navigation.
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"
}}
Copyright © 2022 Visma.com. All rights reserved.