{
"id": "<ulid>",
"object": "journal_entry",
"data": {
"type": "payroll_recording",
"title": "Payroll Accrual Entry",
"payroll": {
"id": "<ulid>",
"object": "payroll",
"links": {
"self": "/payrolls/<ulid>"
}
},
"pay_stub": null,
"is_balanced": true,
"total": 5403.62,
"is_missing_line_item_accounting_codes": false,
"is_missing_default_account_payable": false,
"is_missing_default_bank_account": false,
"posted_on": "2025-01-15T00:00:00.000000Z",
"invalid_expense_types": [],
"invalid_liability_types": [],
"integrations": {
"quickbooks": {
"reference": null
},
"xero": {
"reference": null
}
},
"journal_entry_rows": {
"object": "list",
"data": [
{
"id": "<ulid>",
"object": "journal_entry_row",
"data": {
"type": "debit",
"amount": 5000,
"code": "4985",
"description": "Semi-Monthly Schedule #1 - Ad possimus sed accusamus.",
"journal_entry": {
"id": "<ulid>",
"object": "journal_entry",
"links": {
"self": "/journal_entries/<ulid>"
}
},
"account_code": {
"id": "<ulid>",
"object": "accounting_code",
"links": {
"self": "/accounting_codes/<ulid>"
}
},
"created_at": "2025-01-01T00:00:00.000000Z",
"updated_at": "2025-01-01T00:00:00.000000Z"
},
"links": {
"self": null
}
},
{
"id": "<ulid>",
"object": "journal_entry_row",
"data": {
"type": "debit",
"amount": 403.62,
"code": "1678",
"description": "Semi-Monthly Schedule #1 - Animi eos.",
"journal_entry": {
"id": "<ulid>",
"object": "journal_entry",
"links": {
"self": "/journal_entries/<ulid>"
}
},
"account_code": {
"id": "<ulid>",
"object": "accounting_code",
"links": {
"self": "/accounting_codes/<ulid>"
}
},
"created_at": "2025-01-01T00:00:00.000000Z",
"updated_at": "2025-01-01T00:00:00.000000Z"
},
"links": {
"self": null
}
},
{
"id": "<ulid>",
"object": "journal_entry_row",
"data": {
"type": "credit",
"amount": 1930.24,
"code": "9676",
"description": "Semi-Monthly Schedule #1 - Expedita exercitationem ducimus quia.",
"journal_entry": {
"id": "<ulid>",
"object": "journal_entry",
"links": {
"self": "/journal_entries/<ulid>"
}
},
"account_code": {
"id": "<ulid>",
"object": "accounting_code",
"links": {
"self": "/accounting_codes/<ulid>"
}
},
"created_at": "2025-01-01T00:00:00.000000Z",
"updated_at": "2025-01-01T00:00:00.000000Z"
},
"links": {
"self": null
}
},
{
"id": "<ulid>",
"object": "journal_entry_row",
"data": {
"type": "credit",
"amount": 3473.38,
"code": "2356",
"description": "Semi-Monthly Schedule #1 - Excepturi impedit mollitia.",
"journal_entry": {
"id": "<ulid>",
"object": "journal_entry",
"links": {
"self": "/journal_entries/<ulid>"
}
},
"account_code": {
"id": "<ulid>",
"object": "accounting_code",
"links": {
"self": "/accounting_codes/<ulid>"
}
},
"created_at": "2025-01-01T00:00:00.000000Z",
"updated_at": "2025-01-01T00:00:00.000000Z"
},
"links": {
"self": null
}
}
]
},
"created_at": "2025-01-01T00:00:00.000000Z",
"updated_at": "2025-01-01T00:00:00.000000Z"
},
"links": {
"self": "/journal_entries/<ulid>"
}
}