Create an Instance
Creates a new Instance based on the given parameters.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Headers
The agent id
Body
The datetime in UTC time from which the API will sync an Instance's accounting data. Transactions or journal entries cannot be entered before this date. The time component is ignored — the value is always stored as start-of-day UTC (00:00:00Z).
"2024-01-01T00:00:00Z"
The name of the business.
"ACME Goods Inc"
The ID of the Chart of Accounts Template used to pre-populate the Instance's ledgers.
"CNmWM3X6AcvRdEwZKxq4bL"
A custom COA definition to be used for the created instance.
The Instance's subscription tier.
tier0, tier1, tier2, tier3, tier4 "tier3"
The accounting method used: cash basis or accrual basis.
cash, accrual "accrual"
Response
Successful Response
The unique ID of the object.
"RKtPbubK5NcbBsUmU1ktSP"
The datetime in UTC time from which the API will sync an Instance's accounting data. Transactions or journal entries cannot be entered before this date. The time component is ignored — the value is always stored as start-of-day UTC (00:00:00Z).
"2024-01-01T00:00:00Z"
The name of the business.
"ACME Goods Inc"
The Instance's subscription tier.
tier0, tier1, tier2, tier3, tier4 "tier3"
The type of accounting package the Instance uses as the source of truth for their books.
platformgl "platformgl"
The accounting method used: cash basis or accrual basis.
cash, accrual "accrual"