billRun
Graphql fields and variables for the billRun query
Scope required: standard:read
For a complete list of possible response fields see the BillRun 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
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?