
Quickbooks API Integration Profile
Information and guides about integrating with Quickbooks API
Add Quickbooks Integration to Your ProductHow to work with Terms in Quickbooks API
Terms Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Id | Id | string | Unique identifier for this object. Sort order is ASC by default. |
Name | Name | string | User recognizable name for the term. For example, Net 30. |
Sync Token | SyncToken | string | Version number of the object. It is used to lock an object for use by one app at a time. As soon as an application modifies an object, its SyncToken is incremented. Attempts to modify an object specifying an older SyncToken fails. Only the latest version of the object is maintained by QuickBooks Online. |
Discount Percent | DiscountPercent | number | Discount percentage available against an amount if paid within the days specified by DiscountDays. |
Discount Days | DiscountDays | integer | Discount applies if paid within this number of days. Used only when DueDays is specified. |