NoticeComments
NoticeComments view for AvalaraAvatax data provider.
Columns
| Name | Type | Description |
| Id [KEY] | Int | The unique ID number of this notice. |
| CompanyId [KEY] | Int | The company ID to which this file will be attached. |
| NoticeId [KEY] | Int | The ID of the notice this comment is attached too. |
| ModifiedUserId | Int | The user ID of the user who last modified this record. |
| AttachmentUploadRequest | String | An attachment to the detail |
| ResourceFileTypeId | Int | The resource type ID of this file. |
| Name | String | The original name of this file. |
| Content | String | This stream contains the bytes of the file being uploaded. |
| Length | Int | Length of the file in bytes. |
| Username | String | The username adding the file |
| AccountId | Int | The account ID to which this file will be attached. |
| Date | Datetime | The date this comment was entered |
| ResourceFileId | Int | resourceFileId |
| ModifiedDate | Datetime | The date/time when this record was last modified. |
| CommentTypeId | Int | taxNoticeCommentTypeId |
| Comment | String | TaxNoticeComment |
| CommentType | String | taxNoticeCommentType |
| CommentUserName | String | TaxNoticeCommentUserName |
| TaxNoticeFileName | String | TaxNoticeFileName |
| CommentLink | String | TaxNoticeCommentLink |
| CommentUserId | Int | TaxNoticeCommentUserId |