Skip to main content
POST
Set bookkeeping start date

Authorizations

Authorization
string
header
required

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

Path Parameters

businessId
string<uuid>
required

The UUID of the business to set the bookkeeping start date for.

Body

application/json

The first month to include in bookkeeping.

year
integer<int32>
required

The calendar year of the first bookkeeping month.

Required range: 2020 <= x <= 2100
Example:

2024

month
integer<int32>
required

The calendar month of the first bookkeeping month, from 1 through 12.

Required range: 1 <= x <= 12
Example:

7

Response

Bookkeeping start date updated successfully.

data
object
required

The effective bookkeeping start date.