Skip to main content
POST
Create journal entry report

Authorizations

Authorization
string
header
required

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

Body

application/json
business_entity_id
string
required
payroll_id
string
required
format
enum<string>

Sets the output format for /download: csv or xlsx. Required to use /download. When omitted, both are rendered.

Available options:
csv,
xlsx
sheet
enum<string>

Selects which sheet the CSV output covers: summary or detail. When omitted, a CSV of each is rendered. The Excel workbook always contains both sheets, so this does not narrow it.

Available options:
detail,
summary

Response

201 - application/json

Created

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("report").

data
Report · object