חזרה אל QuickBooks Attachments
התחבר ל-Knoon AI עם QuickBooks Attachments (QuickBooks) כדי לאוטומטי תהליכי עבודה של AI.
Attach a note to an existing QuickBooks Online transaction or item.
quickBooksAttachableCreateNote
בטא
פנימי
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| entityType | mustache | QuickBooks entity type to attach to, e.g. Invoice, Purchase, Bill, Item, Payment. | כן |
| entityId | mustache | QuickBooks entity ID to attach to. | כן |
| includeOnSend | mustache | Optional boolean. Set true to include this attachment when sending supported sales forms. | לא |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | לא |
| note | mustache | Note text to attach. | כן |
| payloadJson | mustache | Optional full Attachable JSON. If provided, it is sent instead of the generated body. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| id | string | Attachable ID. |
| syncToken | string | Sync token. |
| fileName | string | Attachment file name. |
| note | string | Attachment note. |
| contentType | string | Attachment content type. |
| size | number | Attachment size in bytes. |
| fileAccessUri | string | QuickBooks file access URI. |
| tempDownloadUri | string | Temporary download URI when returned by QuickBooks. |
| thumbnailFileAccessUri | string | Thumbnail file access URI for image attachments. |
| thumbnailTempDownloadUri | string | Temporary thumbnail download URI when returned by QuickBooks. |
| createdAt | string | Creation timestamp. |
| updatedAt | string | Last updated timestamp. |
| refs | array | Linked QuickBooks entities. |




