Voltar para QuickBooks Purchase Orders
Conectar Knoon AI com QuickBooks Purchase Orders (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks PurchaseOrder (sparse update).
quickBooksPurchaseOrderUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| purchaseOrderId | mustache | QuickBooks PurchaseOrder ID. | Sim |
| syncToken | mustache | Sync token from the latest purchase order read. | Sim |
| vendorId | mustache | Optional vendor ID. | Não |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Não |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Não |
| docNumber | mustache | Optional document number. | Não |
| privateNote | mustache | Optional private note. | Não |
| totalAmount | mustache | Optional total amount. | Não |
| currencyCode | mustache | Optional currency code. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full PurchaseOrder JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |