The GetInvoiceJournal functions returns a file content as byte array with invoice ledger data for a financial application
The request body is of type GetInvoiceJournal.
Request Body Parameters
Name | Description | Data Type |
storeId | | xml:int |
autoCalculatePeriod | | xml:boolean |
bookYear | | xml:int |
bookPeriod | | xml:int |
fileCreationDate | | xml:dateTime |
invoicePrintedDateTo | | xml:dateTime |
invoiceJournalId | | xml:int |
isMarkAsProcessed | | xml:boolean |
isIncludeAlreadyProcessed | | xml:boolean |
journals | | xml:int |
success | | xml:boolean |
Overview
|
|
Sequence
| |
The response body is of type GetInvoiceJournalResponse.
Response Body Parameters
Name | Description | Data Type |
GetInvoiceJournalResult | | xml:base64Binary |
journals | | xml:int |
success | | xml:boolean |
Overview
|
|
Sequence
| |