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