REST /fscmRestApi/resources/11.13.18.05/invoices to POST 500+ lines
Summary
Rest only import randomly 500 lines and no moreContent
When I submitted an invoice with 1000+ lines using the REST /fscmRestApi/resources/11.13.18.05/invoices they get cut always at 500 lines and very randomly. The upload not even tells you that only sent 500 lines. Only says :
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
And when downloading the invoice, says this :
"count": 500,
"hasMore": false,
"limit": 1000,
"offset": 0,
"links": [
Will be good if we could send large invoices to the system.
Thank you,
Carlos
Tagged:
0