QuickBooks Purchases로 돌아가기
Knoon AI를 QuickBooks Purchases (QuickBooks)과 연결하여 AI 워크플로우를 자동화하세요.
Fully update an existing QuickBooks Purchase (non-sparse update).
quickBooksPurchaseFullUpdate
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| purchaseId | mustache | QuickBooks Purchase ID. | 네 |
| syncToken | mustache | Sync token from the latest purchase read. | 네 |
| accountId | mustache | Optional account ID. | 아니요 |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | 아니요 |
| paymentType | mustache | Optional payment type (Cash, Check, CreditCard). | 아니요 |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | 아니요 |
| totalAmount | mustache | Optional total amount. | 아니요 |
| privateNote | mustache | Optional private note. | 아니요 |
| currencyCode | mustache | Optional currency code. | 아니요 |
| entityId | mustache | Optional entity reference ID (for customer/vendor/employee). | 아니요 |
| entityType | mustache | Optional entity reference type (Customer, Vendor, Employee). | 아니요 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 아니요 |
| payloadJson | mustache | Optional full Purchase JSON. If provided, it is merged with the fields above and takes precedence. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |





