- Create a journal account
Retrieve journal accounts
Retrieve 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
Create a journal account
Creates a journal account.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/journal-accounts
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/journal-accounts
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/journal-accounts
- SecretApiKey
- JWT
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/journal-accounts \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"name": "Unearned revenue",
"description": "string"
}'Journal account created.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
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": [ { … } ] }