Πίσω στο QuickBooks Attachments
Σύνδεση Knoon AI με QuickBooks Attachments (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Upload a Knoon file attachment to an existing QuickBooks transaction or item. Use this only after the QuickBooks record already exists; it does not create or record a receipt, expense, purchase, or bill.
quickBooksAttachableUploadFile
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| 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). | Όχι |
| attachment | attachment | Knoon file attachment to upload. | Ναι |
| fileName | mustache | Optional file name to use in QuickBooks. | Όχι |
| contentType | mustache | Optional MIME type override, e.g. image/jpeg or application/pdf. | Όχι |
| note | mustache | Optional note to store with the file attachment. | Όχι |
| metadataJson | mustache | Optional Attachable metadata JSON. If provided, it is used as the multipart metadata part. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |




