Update Quickbooks configuration
Configure Quickbooks
Update Quickbooks configuration
Update the current platform Quickbooks configuration.
PUT
Update Quickbooks configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Body
application/json
The client ID issued to your platform by Quickbooks.
Example:
"ABCD1234FAKECLIENTID"
The client secret associated with the provided Quickbooks client ID.
Example:
"abcd1234FAKESECRET"
Indicates which Quickbooks environment these credentials are intended for (production or sandbox).
Available options:
PRODUCTION, SANDBOX The URL to which Quickbooks should redirect after authentication.
Example:
"https://yourplatform.com/link-quickbooks"