journalEntryLine
Graphql fields and variables for the journalEntryLine query
The Journal Entry Line represents a financial transaction line item
Scope required: standard:read
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
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?