QuickBooks Attachments öğesine geri dön
Knoon AI'yi QuickBooks Attachments (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Link an existing QuickBooks attachment-list file to an existing transaction or item by file name.
quickBooksAttachableLinkExisting
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| entityType | mustache | QuickBooks entity type to attach to, e.g. Invoice, Purchase, Bill, Item, Payment. | Evet |
| entityId | mustache | QuickBooks entity ID to attach to. | Evet |
| includeOnSend | mustache | Optional boolean. Set true to include this attachment when sending supported sales forms. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| fileName | mustache | Existing QuickBooks attachment file name. | Evet |
| payloadJson | mustache | Optional full Attachable JSON. If provided, it is sent instead of the generated body. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |




