Tilbage til QuickBooks Items
Forbind Knoon AI med QuickBooks Items (QuickBooks) for at automatisere AI-arbejdsgange.
Create a new QuickBooks item.
quickBooksItemCreate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| name | mustache | Item name. | Ja |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Ja |
| sku | mustache | Optional SKU. | Nej |
| unitPrice | mustache | Optional unit price. | Nej |
| incomeAccountId | mustache | Optional income account ID. | Nej |
| expenseAccountId | mustache | Optional expense account ID. | Nej |
| assetAccountId | mustache | Optional asset account ID. | Nej |
| active | boolean | Optional active status. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| id | string | Item ID. |
| name | string | Item name. |
| type | string | Item type. |
| sku | string | SKU. |
| active | boolean | Whether the item is active. |
| unitPrice | number | Unit price. |
| incomeAccountId | string | Income account ID. |
| expenseAccountId | string | Expense account ID. |
| assetAccountId | string | Asset account ID. |
| syncToken | string | Sync token for updates. |



