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. |




