200 Successful Response
Schema: UpdateEntriesStartResponse
-
successboolean required -
Whether the update was successful
-
entries_startstring · date-time required -
Updated entries start date
/api/v1/businesses/entries-start
Set the date from which accounting entries should begin.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Schema: UpdateEntriesStartRequest
business_id
string
Business ID
entries_start
string
Entries start date in YYYY-MM-DD format
Schema: UpdateEntriesStartResponse
success
boolean
required Whether the update was successful
entries_start
string · date-time
required Updated entries start date
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object