FinancialDocuments
Financial documents and invoice management
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| LegalEntityId | Integer | ||
| ParentFinancialDocumentId | Integer | ||
| DocumentNumber | String | ||
| DocumentType | String | ||
| Status | String | ||
| DocumentDate | Date | ||
| DueDate | Date | ||
| FileCreatedAt | Datetime | ||
| FullyReconciledAt | Datetime | ||
| RecordedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| ValidatedAt | Datetime | ||
| Currency | String | ||
| DuplicateFinancialDocumentId | Integer | ||
| FileContentType | String | ||
| FileId | Integer | ||
| FileName | String | ||
| FileSize | Integer | ||
| FileUrl | String | ||
| IssuerAddressLine1 | String | ||
| IssuerAddressLine2 | String | ||
| IssuerCity | String | ||
| IssuerCountryCode | String | ||
| IssuerName | String | ||
| IssuerPostalCode | String | ||
| IssuerState | String | ||
| IssuerTaxId | String | ||
| NetAmountCents | Integer | ||
| RecipientAddressLine1 | String | ||
| RecipientAddressLine2 | String | ||
| RecipientCity | String | ||
| RecipientCountryCode | String | ||
| RecipientName | String | ||
| RecipientPostalCode | String | ||
| RecipientState | String | ||
| RecipientTaxId | String | ||
| Taxes | String | ||
| TaxesTotalAmountCents | Integer | ||
| TotalAmountCents | Integer | ||
| ValidatedById | Integer | ||
| VendorId | Integer |