Graphql fields and variables for the billRun query
Last updated 6 months ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query billRun ($id: ID, $code: String, $format: String) { billRun (id: $id, code: $code, format: $format) { accountsProcessed amountInvoiced billingDate currencyId endedAt entityId id invoiceSeqEnd invoiceSeqStart invoicesGenerated lastAccountId startedAt state } }
id
ID
code
String
format