API Docs / Schemas / BookkeepingActivityPeriodDto

BookkeepingActivityPeriodDto

The provider's activity figures over one time bucket.

Properties

Name Type Description
durationstring

The provider's name for the time bucket — the join key against the quality buckets.

The provider's name for the time bucket — the join key against the quality buckets.

turnovernumber

Net turnover movement for the bucket. Can be negative — it is a net movement, not "sales" —
so colour by sign rather than assuming it is positive.

Net turnover movement for the bucket. Can be negative — it is a net movement, not "sales" —
so colour by sign rather than assuming it is positive.

transactionCountinteger

Total transactions in the bucket.

Total transactions in the bucket.

invoicesinteger
billsinteger
creditNotesinteger
journalsinteger
bankTransactionsinteger

Bank transactions in the bucket.

Bank transactions in the bucket.

JSON Example

{
  "duration": "string",
  "turnover": 0,
  "transactionCount": 0,
  "invoices": 0,
  "bills": 0
}

Contained in Schemas