FilingCalendarAvailablePOA
FilingCalendarAvailablePOA view for AvalaraAvatax data provider.
Table Specific Information
Select
To retrieve records from FilingCalendarAvailablePOA table, at least CompanyId should be specified in the Where clause. The provider will use the Avalara API to process WHERE clause conditions built with the following columns and operators. Most of the columns support server side filtering with the following operators: =,>,<,<=,>=,IN,NOT,IN,AND,OR,LIKE. The rest of the filter is executed client side within the provider.
For example, the following query is processed server side:
SELECT * FROM FilingCalendarAvailablePOA WHERE CompanyId = '247015' AND Filename = 'MyFileName'
Columns
| Name | Type | Description |
| CompanyId [KEY] | String | Company Id of the parent record. |
| Bytes | String | Bytes of the file. |
| Filename | String | Original filename. |
| Success | Bool | True if this download succeeded. |
| ContentType | String | Mime content type. |