-
Ciao a tutti, sto usando questo script in C# per ottenere i dati delle fatture che devono ancora essere pagate (con data di scadenza superiore ad oggi)
Lo scrip mi restituisce tutti i dati ad eccezione del InvoiceNumber e AttachmentUrl che risultano vuoti Qualche suggerimento? Grazie! |
Beta Was this translation helpful? Give feedback.
Answered by
mcortassa
Dec 7, 2023
Replies: 1 comment 4 replies
-
Buongiorno @mcortassa, Grazie |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Grandissimo! Con il fieldset "detailed" funziona!
var result = receivedDocuments.ListReceivedDocumentsWithHttpInfo(companyId, "expense", **fieldset: "detailed"**, sort: "next_due_date", q: "next_due_date >= 20230112", page: page);