Instances
Update an Instance
Updates the start_date
or name
of an Instance. accounting_package
is not editable by design.
PUT
/
v0
/
platform
/
instances
/
{instance_id}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The instance ID
Body
application/json
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 name of the business.
The ID of the Instance's parent.
A list of fields to be cleared.
Available options:
parent_id
Response
201 - application/json
The response is of type any
.