Graphql fields and variables for the journalEntryLine query
Last updated 4 months ago
Was this helpful?
The Journal Entry Line represents a financial transaction line item
Scope required: standard:read
For a complete list of possible response fields see the 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