Quay lại QuickBooks Attachments
Kết nối Knoon AI với QuickBooks Attachments (QuickBooks) để tự động hóa các quy trình làm việc AI.
Link an existing QuickBooks attachment-list file to an existing transaction or item by file name.
quickBooksAttachableLinkExisting
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| entityType | mustache | QuickBooks entity type to attach to, e.g. Invoice, Purchase, Bill, Item, Payment. | Có |
| entityId | mustache | QuickBooks entity ID to attach to. | Có |
| includeOnSend | mustache | Optional boolean. Set true to include this attachment when sending supported sales forms. | Không |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Không |
| fileName | mustache | Existing QuickBooks attachment file name. | Có |
| payloadJson | mustache | Optional full Attachable JSON. If provided, it is sent instead of the generated body. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |




