QuickBooks Purchases öğesine geri dön
Knoon AI'yi QuickBooks Purchases (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Fully update an existing QuickBooks Purchase (non-sparse update).
quickBooksPurchaseFullUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| purchaseId | mustache | QuickBooks Purchase ID. | Evet |
| syncToken | mustache | Sync token from the latest purchase read. | Evet |
| accountId | mustache | Optional account ID. | Hayır |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Hayır |
| paymentType | mustache | Optional payment type (Cash, Check, CreditCard). | Hayır |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Hayır |
| totalAmount | mustache | Optional total amount. | Hayır |
| privateNote | mustache | Optional private note. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| entityId | mustache | Optional entity reference ID (for customer/vendor/employee). | Hayır |
| entityType | mustache | Optional entity reference type (Customer, Vendor, Employee). | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Purchase JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| id | string | Record ID. |
| name | string | Name or display name. |
| docNumber | string | Document number. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| active | boolean | Whether the record is active. |
| syncToken | string | Sync token. |
| currencyCode | string | Currency code. |





