Update entries start date

PUT /api/v1/businesses/entries-start

Set the date from which accounting entries should begin.

Operation ID: update_entries_start_api_v1_businesses_entries_start_put · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

business_id string

Business ID

entries_start string

Entries start date in YYYY-MM-DD format

Responses

200 Successful Response

success boolean required

Whether the update was successful

entries_start string · date-time required

Updated entries start date

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object