Start QuickBooks migration import

POST/api/v1/quickbooks/import

Import everything from the chosen start date forward (accounts, customers, vendors, items, documents, transactions, payments, and journals) plus a single opening-balance JE as of the day before.

Operation ID: start_import_api_v1_quickbooks_import_post·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.

Parameters

Query

start_datestring

Import everything dated on/after this date (YYYY-MM-DD). The opening balance is posted as of the day before.

phasesarray · string

Optional subset of document/posting sections to import (e.g. invoices, bills, payments). Omit to import everything. Master data and the opening balance always import.

Responses

201Successful Response

successboolean
messagestring
codestring
dataStartImportResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject