Stores financial transaction details.
You must have the financials
ConventionPrivilege to access this,
or be the leader of the Group that controls the ledger.
Ledger Entrys are accessed via /api/ledgerentry
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in LedgerEntryProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this ledger entry belongs to (if any).
The ConventionReceipt this ledger entry belongs to (if any).
The Group this ledger entry belongs to.
The SupplyOrder this ledger entry belongs to (if any).
See "Includes" in Introduction for how to use them.
Includes payment information associated with the Ledger Entry.
Requires the financials
privilege.
Field is returned in format:
{ "id" : "xxx", ... "receipt_payment" : { "receipt_order_number" : [integer], "payment_method" : [string], "payment_transaction_id" : [string], }, ... }
The services used to fetch and manipulate ledger entries.
GET /api/ledgerentry/xxx
Returns:
{ "id" : "xxx", "name" : "The Captain is Dead", ... }