journalEntry
Graphql fields and variables for the journalEntry query
The Journal Entry represents a financial transaction
Scope required: standard:read
For a complete list of possible response fields see the JournalEntry type.
query journalEntry ($id: ID, $code: String, $format: String) {
journalEntry (id: $id, code: $code, format: $format) {
date
description
entityId
id
source
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?