Retrieves a journal record with a specified ID.
Journal record retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "journalEntryId": "string",
- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "invoiceId": "string",
- "invoiceItemId": "string",
- "type": "automated",
- "estimatedAmount": 0,
- "recognizedAmount": 0,
- "debitAccountId": "string",
- "creditAccountId": "string",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_embedded": {
- "customer": { },
- "invoice": { },
- "invoiceItem": { },
- "debitAccount": { },
- "creditAccount": { }
}, - "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}