- Retrieve journal account
Retrieve journal accounts
Create a journal account
Upsert a journal account
Retrieve journal entries
Create a journal entry
Retrieve journal entry
Upsert a journal entry
Retrieve journal records
Create a journal record
Retrieve journal record
Upsert a journal record
Delete a journal record
Retrieve journal account
Retrieves a journal account with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/journal-accounts/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/journal-accounts/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/journal-accounts/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/journal-accounts/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Journal account retrieved.
ID of the journal account.
Example:"jrn_acc_0YVCXS791DD8JAK1WV3VHM70ZQ"
Date and time when the journal record is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "jrn_acc_0YVCXS791DD8JAK1WV3VHM70ZQ", "name": "Unearned revenue", "description": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }