By default minor API version 26 is used, but it’s also possible to specify a more suitable minor API version in the credentials field Minor API version
in case you really need it.
Please Note: From the platform version 20.51 we deprecated the component
LOG_LEVEL
environment variable. Now you can control logging level per each step of the flow.
The technical notes page gives some technical details about AWS-S3 component like changelog and completeness matrix.
Quickbooks service uses OAuth 2.0 authorization. Information about how to retrieve OAuth keys you can find here.
The keys could be found here.
If you create an app that needs a Callback URL for authentication purposes then the URL structure should be the following:
https://{YOUR_TENANT_ADDRESS}/callback/oauth2
True
- sandbox environment will be used, if False
- production one.Allows to get entries by chosen type. On first request, trigger will provide all existing objects by current type. On the next iterations, trigger will provide ONLY objects which were changed since a previous request. This trigger supports all type of business entities and response pagination. To set response size you should set/change ‘Batch Size for request pagination’ field in trigger settings.
Allows to add a new entity to your company. To Insert entity you must provide mandatory fields and fields which you want to update. This action is available ONLY for entities which can’t be updated with API. This action contains dynamic metadata.
Allows to add a new object or update one of the existing objects in your company. To add a new object you should provide business required fields in the request body. To update entity you should provide primary key and fields which you want to update. This action contains dynamic metadata.
Allows to remove existing entity in your division. To remove contact you need to provide a primary key in the request body. This action contains dynamic metadata.
To prevent problems with concurrent access QuickBooks API entities have SyncToken field. This field is required for update API request. If you provide wrong SyncToken your request will be rejected with 400 code.
For now, API XSD description doesn’t have any information about required fields, so be careful while creating insert, update or upsert requests.
Entities metadata structure was created from v3_minor_version_26
XSD version.
Be careful, metadata was created once from the XSD, and now is stored in the component schemas/io
.
The QuickBooks API has some limitations for request number:
Here is more information about the request limitations.
To prevent problems with concurrent access QuickBooks API entities have SyncToken field. This field is required for update API request. If you provide wrong SyncToken your request will be rejected with 400 code.
Click here to learn more about the elastic.io iPaaS