QuickBooks Attachments로 돌아가기
Knoon AI를 QuickBooks Attachments (QuickBooks)과 연결하여 AI 워크플로우를 자동화하세요.
Query QuickBooks Online attachments, optionally filtered by linked entity.
quickBooksAttachableQuery
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| entityType | mustache | Optional QuickBooks entity type to filter by, e.g. Invoice, Purchase, Bill, Item, Payment. | 아니요 |
| entityId | mustache | Optional QuickBooks entity ID to filter by. | 아니요 |
| query | mustache | Optional full QBO query. Overrides entityType/entityId when provided. | 아니요 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |




