journalEntryLine
Graphql fields and variables for the journalEntryLine query
Last updated
Was this helpful?
Graphql fields and variables for the journalEntryLine query
Scope required:
For a complete list of possible response fields see the JournalEntryLine type.
query journalEntryLine ($id: ID, $code: String, $format: String) {
journalEntryLine (id: $id, code: $code, format: $format) {
credit
currencyId
debit
financialAccountId
id
journalEntryId
source
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
