Skip to main content
POST
Export revenue recognition waterfall

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ledger_id
string
required

Ledger identifier.

year
integer
required

Booked calendar year included in the export.

Required range: 2000 <= x <= 2100

Response

200 - application/json
id
string
required

Unique export identifier.

name
enum<string>
required

Accounting export template.

Available options:
revenue_recognition_waterfall,
revenue_recognition_summary,
income_statement,
general_ledger
status
enum<string>
required

Current export processing status.

Available options:
pending,
processing,
done,
error
file_type
enum<string>
required

Generated file type.

Available options:
csv,
xlsx,
json,
zip,
pdf,
doc,
docx,
xls,
txt,
jpeg,
jpg,
png
created_at
string<date> | null
required

Time at which the export was requested.

updated_at
string<date> | null
required

Time at which the export was last updated.