{ "operationId": "getAccountingJournalById", "method": "GET", "path": "/accountingJournals/{ID}", "summary": "Get Accounting Journal by Id", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getaccountingjournalbyid200Example", "example": { "id": "abc123", "descriptor": "example_value", "journalNumber": "example_value", "company": { "id": "abc123", "descriptor": "example_value", "href": "https://www.example.com" }, "accountingDate": "2026-01-15", "status": "example_value", "journalSource": { "id": "abc123", "descriptor": "example_value", "href": "https://www.example.com" }, "totalDebitAmount": 42.5, "totalCreditAmount": 42.5, "currency": { "id": "abc123", "descriptor": "example_value", "href": "https://www.example.com" } } } ] }