Download OpenAPI specification:
Fred.FixedAsset is the fixed asset management API within the Fred financial ecosystem. It handles the full lifecycle of fixed assets: acquisition, amortization (fiscal & economic depreciation), retirement with gain/loss, grants, component decomposition, and accounting entry generation.
All endpoints are secured with Azure Active Directory (Azure AD) / OAuth2.
To call any endpoint, obtain a Bearer token from Azure AD:
Authorization: Bearer <access_token>
The API uses custom Fred claim policies (FredPolicy) that enforce resource-level
access control (Read / Write) on top of standard Azure AD authentication.
| Environment | Base URL |
|---|---|
| Staging | https://wa-fred-fixedasset-staging.azurewebsites.net |
| Production | https://wa-fred-fixedasset-prod.azurewebsites.net |
This configuration determines which accounts are used for asset tracking, amortization, depreciation, and disposals. The acquisition date is used to retrieve accounts that were active at that specific point in time.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the configuration. |
| AccountId | integer <int32> |
| SubAccountId | integer or null <int32> |
| AcquisitionDate required | string <date-time> |
| RetirementDate | string or null <date-time> |
{- "RetirementAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "TransferAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationDegorationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationDotationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationDotationExceptionalAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationRecoveryDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DepreciationProvisionAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DepreciationDotationRecoveryAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DepreciationDotationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationDotationDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "GrantAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "ShareAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "InvestmentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "ReceivableAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}This endpoint provides account metadata including labels, status, and classification. Account codes are matched against the chart of accounts for the specified accounting folder.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve account information. |
| accounts | Array of strings or null The list of account codes for which to retrieve detailed information. |
[- {
- "Account": "string",
- "IsFixedAssetAccount": true,
- "IsApplicableForAutomaticCreation": true
}
]| accountingFolderId required | integer <int32> |
| fixedAssetId required | integer <int32> |
| transferDate | string <date-time> |
{- "Accounts": [
- {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
]
}| accountingFolderId required | integer <int32> |
| fixedAssetId required | integer <int32> |
| TransferDate required | string <date-time> |
| PeriodStart required | string <date-time> |
| PeriodEnd required | string <date-time> |
required | object (AccountCommand) |
{- "TransferDate": "2019-08-24T14:15:22Z",
- "PeriodStart": "2019-08-24T14:15:22Z",
- "PeriodEnd": "2019-08-24T14:15:22Z",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}| accountingFolderId required | integer <int32> |
| fixedAssetId required | integer <int32> |
| ExerciseStart required | string <date-time> |
| ExerciseEnd required | string <date-time> |
| ComponentGroupId required | integer <int32> |
| ComponentGroupName required | string |
required | object (UpdatedAssetIntoComponentGroupCommand) |
required | Array of objects (CreatedComponentCommand) |
{- "ExerciseStart": "2019-08-24T14:15:22Z",
- "ExerciseEnd": "2019-08-24T14:15:22Z",
- "ComponentGroupId": 0,
- "ComponentGroupName": "string",
- "UpdatedFixedAsset": {
- "AcquisitionValue": 0
}, - "CreatedComponents": [
- {
- "Label": "string",
- "AmortizationDurationInYears": 0,
- "AcquisitionValue": 0,
- "Account": {
- "ContactId": 0,
- "Managed": true,
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "Divided": "string",
- "IsAux": true,
- "IsSub": true,
- "MappingAccount": 0,
- "BookOperationId": 0,
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "EnterpriseId": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountLabel": "string",
- "AccountName": "string",
- "AccountDescription": "string",
- "SubAccountLabel": "string",
- "SubAccountCode": "string"
}
}
]
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}| accountingFolderId required | integer <int32> |
| fixedAssetId required | integer <int32> |
| ExerciseStart required | string <date-time> |
| ExerciseEnd required | string <date-time> |
| ComponentGroupId required | integer <int32> |
| ComponentGroupName required | string |
required | object (UpdatedAssetIntoComponentGroupCommand) |
required | Array of objects (CreatedComponentCommand) |
| DecompositionDate required | string <date-time> |
{- "ExerciseStart": "2019-08-24T14:15:22Z",
- "ExerciseEnd": "2019-08-24T14:15:22Z",
- "ComponentGroupId": 0,
- "ComponentGroupName": "string",
- "UpdatedFixedAsset": {
- "AcquisitionValue": 0
}, - "CreatedComponents": [
- {
- "Label": "string",
- "AmortizationDurationInYears": 0,
- "AcquisitionValue": 0,
- "Account": {
- "ContactId": 0,
- "Managed": true,
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "Divided": "string",
- "IsAux": true,
- "IsSub": true,
- "MappingAccount": 0,
- "BookOperationId": 0,
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "EnterpriseId": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountLabel": "string",
- "AccountName": "string",
- "AccountDescription": "string",
- "SubAccountLabel": "string",
- "SubAccountCode": "string"
}
}
], - "DecompositionDate": "2019-08-24T14:15:22Z"
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}| accountingFolderId required | integer <int32> |
| ComponentGroupId required | integer <int32> |
| ComponentGroupName required | string |
{- "ComponentGroupId": 0,
- "ComponentGroupName": "string"
}{- "ComponentGroupViewModels": [
- {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}
]
}| accountingFolderId required | integer <int32> |
| fixedAssetId required | integer <int32> |
| ExerciseStart required | string <date-time> |
| ExerciseEnd required | string <date-time> |
| DecompositionDate required | string <date-time> |
required | Array of objects (ComputeDecompositionActualValueQuery) non-empty |
{- "ExerciseStart": "2019-08-24T14:15:22Z",
- "ExerciseEnd": "2019-08-24T14:15:22Z",
- "DecompositionDate": "2019-08-24T14:15:22Z",
- "CreatedComponents": [
- {
- "AcquisitionValue": 0
}
]
}{- "ActualValues": [
- {
- "ComputedActualValue": 0
}
]
}The credit note reduces the asset's amortization base and affects all future amortization calculations. The effective date determines when the reduction applies in the amortization schedule. Credit notes cannot exceed the remaining acquisition value of the asset.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the asset for which to create the credit note. |
The credit note details including effective date, VAT rate, amount, and optional quantity adjustment.
| EffectiveDate required | string <date-time> |
| VatRate required | number <decimal> |
| AmountExcludingTax required | number <decimal> |
| QuantityToBeDeducted | integer or null <int32> |
| PeriodEnd required | string <date-time> |
{- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "PeriodEnd": "2019-08-24T14:15:22Z"
}{- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}Credit notes are uniquely identified by their effective date for a given asset. Returns the credit note details including calculated amounts and quantity adjustments.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the asset for which to retrieve the credit note. |
| effectiveDate required | string <date-time> The effective date of the credit note to retrieve. |
{- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}The effective date can be changed, which will affect when the credit note applies in the amortization schedule. All credit note values including amount and VAT rate can be modified. The asset's amortization is automatically recalculated after the update.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the asset for which to update the credit note. |
The updated credit note data including old and new effective dates, VAT rate, amount, and optional quantity adjustment.
| OldEffectiveDate required | string <date-time> |
| NewEffectiveDate required | string <date-time> |
| VatRate required | number <decimal> |
| AmountExcludingTax required | number <decimal> |
| QuantityToBeDeducted | integer or null <int32> |
| PeriodEnd required | string <date-time> |
{- "OldEffectiveDate": "2019-08-24T14:15:22Z",
- "NewEffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "PeriodEnd": "2019-08-24T14:15:22Z"
}{- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}Deleting a credit note recalculates the asset's amortization using the original acquisition value. This operation cannot be undone and will affect all historical and future amortization calculations.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the asset from which to delete the credit note. |
| effectiveDate required | string <date-time> The effective date of the credit note to delete. |
Energy types include categories such as gasoline, diesel, electric, and hybrid vehicles. This reference data is essential for accurate vehicle registration and tax computation.
[- {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}
]This endpoint supports advanced querying capabilities including dynamic filters, multi-level sorting, and field grouping. Results are paginated by default with a limit of 50 items per page. Additional fields can be included in the response using the extends parameter.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the assets to search. |
| startDate required | string <date-time> The start date of the period for which assets should be retrieved. |
| endDate required | string <date-time> The end date of the period for which assets should be retrieved. |
| sort | Array of strings or null Optional sorting criteria in the format 'PropertyName:order' where order can be 'asc' (ascending) or 'desc' (descending). Multiple sorts can be applied by separating them with commas (e.g., 'name:desc,acquisitionDate:asc'). |
| q | Array of strings or null Optional filter criteria in the format 'PropertyName:operator:Value'. Supported operators include 'eq' (equals), 'ne' (not equals), 'lt' (less than), 'le' (less than or equals), 'gt' (greater than), 'ge' (greater than or equals), and 'in' (includes). For 'in' operator, values should be separated by '#' (e.g., 'Id:in:[1#2#3]'). |
| group | Array of strings or null Optional grouping criteria specifying the property name by which to group the results (e.g., 'category'). |
| extends | Array of strings or null Optional additional properties to include in the response, specified as comma-separated values (e.g., 'amortization,grants'). |
| hasAlert | boolean or null Optional filter to retrieve assets based on the presence of an alert. Set to {true} to get assets with alerts, {false} for those without, or leave {null} to retrieve all assets. |
| page | integer or null <int32> The page number for pagination, with a default value of 1. |
| limit | integer or null <int32> The maximum number of items to return per page, with a default value of 50. |
{- "Items": [
- {
- "Id": 0,
- "Number": 0,
- "Name": "string",
- "AcquisitionQuantity": 0,
- "ExternalId": "string",
- "ComponentGroupId": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "AcquisitionValue": 0,
- "ResidualValue": 0,
- "Account": "string",
- "AccountId": 0,
- "SubAccountCode": "string",
- "Notes": "string",
- "IsAssociated": true,
- "IsRetired": true,
- "IsTransferred": true,
- "IsValidatedByUser": true,
- "IsCreatedAutomatically": true,
- "IsActiveInPeriod": true,
- "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "EconomicStartDate": "2019-08-24T14:15:22Z",
- "EconomicDuration": 0,
- "EconomicBase": 0.1,
- "EconomicMethod": "string",
- "EconomicDecliningCoefficient": 0.1,
- "EconomicCurrentPeriodAmount": 0.1,
- "EconomicPastPeriodAmount": 0.1,
- "EconomicCumulatedPeriodAmount": 0.1,
- "EconomicVNCPeriodAmount": 0.1,
- "EconomicPastAmortizationEndDate": "2019-08-24T14:15:22Z",
- "EconomicProrataTemporis": "Days",
- "FiscalBase": 0.1,
- "FiscalMethod": "string",
- "FiscalCurrentPeriodAmount": 0.1,
- "FiscalPastPeriodAmount": 0.1,
- "FiscalCumulatedPeriodAmount": 0.1,
- "FiscalVNCPeriodAmount": 0.1,
- "FiscalDuration": 0,
- "FiscalStartDate": "2019-08-24T14:15:22Z",
- "FiscalPastAmortizationEndDate": "2019-08-24T14:15:22Z",
- "FiscalDecliningCoefficient": 0.1,
- "FiscalProrataTemporis": "Days",
- "Analytics": {
- "Axis": [
- {
- "Id": 0,
- "AxisId": 0,
- "AxisName": "string",
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "TagName": "string",
- "Value": 0
}
]
}
]
}, - "Location": "string",
- "HasVehicle": true,
- "OverAmortization": 0.1,
- "TaxDeductibilityLimit": 0.1,
- "DeductibleVat": 0.1,
- "RetirementType": "string",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "RetirementSaleAmount": 0.1,
- "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "GainOrLossAmount": 0.1,
- "GainOrLossEconomic": 0.1,
- "GainOrLossShortTerm": 0.1,
- "GainOrLossLongTerm": 0.1,
- "GainOrLossTaxable": 0.1,
- "AmortizationResidualValue": 0.1,
- "AcquisitionMethod": "NewPurchase",
- "Nature": "Aucun",
- "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "FiscalPrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "FiscalOcties151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "ComponentGroupName": "string"
}
], - "Groups": [
- {
- "Key": "Id",
- "Values": [
- {
- "Key": "string",
- "Value": {
- "DisplayName": "string",
- "Metadata": {
- "property1": "string",
- "property2": "string"
}
}
}
]
}
], - "Page": 0,
- "Limit": 0,
- "TotalItems": 0,
- "HasMore": true
}This endpoint generates downloadable files containing asset data in various formats suitable for reporting and external processing. Filtering and sorting options are identical to the search endpoint, ensuring consistency in data retrieval. Column selection allows for customized reports with only the required fields.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the assets to export. |
| startDate required | string <date-time> The start date of the period for which assets should be exported. |
| endDate required | string <date-time> The end date of the period for which assets should be exported. |
| exportType required | string Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired export file format. Valid values are: Html, Pdf, Csv, Excel, or Inqom. |
| sort | Array of strings or null Optional sorting criteria in the format 'PropertyName:order' where order can be 'asc' (ascending) or 'desc' (descending). Multiple sorts can be applied by separating them with commas. |
| q | Array of strings or null Optional filter criteria in the format 'PropertyName:operator:Value'. Supported operators include 'eq' (equals), 'ne' (not equals), 'lt' (less than), 'le' (less than or equals), 'gt' (greater than), 'ge' (greater than or equals), and 'in' (includes). |
| group | Array of strings or null Optional grouping criteria specifying the property name by which to group the exported results. |
| extends | Array of strings or null Enum: "Id" "Number" "Name" "AcquisitionQuantity" "ExternalId" "ComponentGroupId" "ComponentGroupName" "AcquisitionDate" "DeploymentDate" "AcquisitionValue" "ResidualValue" "Notes" "Account" "Location" "IsRetired" "IsAssociated" "IsCreatedAutomatically" "IsValidatedByUser" "IsActiveInPeriod" "Status" "EconomicStartDate" "EconomicBase" "EconomicDuration" "EconomicMethod" "EconomicDecliningCoefficient" "EconomicCurrentPeriodAmount" "EconomicPastPeriodAmount" "EconomicCumulatedPeriodAmount" "EconomicVNCPeriodAmount" "FiscalBase" "FiscalCurrentPeriodAmount" "FiscalPastPeriodAmount" "FiscalCumulatedPeriodAmount" "FiscalVNCPeriodAmount" "HasVehicle" "OverAmortization" "TaxDeductibilityLimit" "RetirementType" "RetirementDate" "RetirementSaleAmount" "GainOrLossAmount" "GainOrLossEconomic" "GainOrLossShortTerm" "GainOrLossLongTerm" "GainOrLossTaxable" "Analytics" Optional additional asset header fields to include in the export, specified as comma-separated AssetHeaderField values. |
| columns | Array of strings or null Enum: "Id" "Number" "Name" "AcquisitionQuantity" "ExternalId" "ComponentGroupId" "ComponentGroupName" "AcquisitionDate" "DeploymentDate" "AcquisitionValue" "ResidualValue" "Notes" "Account" "Location" "IsRetired" "IsAssociated" "IsCreatedAutomatically" "IsValidatedByUser" "IsActiveInPeriod" "Status" "EconomicStartDate" "EconomicBase" "EconomicDuration" "EconomicMethod" "EconomicDecliningCoefficient" "EconomicCurrentPeriodAmount" "EconomicPastPeriodAmount" "EconomicCumulatedPeriodAmount" "EconomicVNCPeriodAmount" "FiscalBase" "FiscalCurrentPeriodAmount" "FiscalPastPeriodAmount" "FiscalCumulatedPeriodAmount" "FiscalVNCPeriodAmount" "HasVehicle" "OverAmortization" "TaxDeductibilityLimit" "RetirementType" "RetirementDate" "RetirementSaleAmount" "GainOrLossAmount" "GainOrLossEconomic" "GainOrLossShortTerm" "GainOrLossLongTerm" "GainOrLossTaxable" "Analytics" Optional specific columns to include in the export, specified as comma-separated AssetHeaderField values. If not specified, default columns will be used. |
| withAnalytics | boolean or null Specifies whether the export should include analytics-related information for the assets. |
{- "Filename": "string",
- "Url": "string"
}This endpoint provides information about which fields are available for display and filtering in asset-related views. Headers include display names, data types, and sorting/filtering capabilities for each column.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve header information. |
[- {
- "Id": "Id",
- "Definition": {
- "Label": "string",
- "Description": "string",
- "Type": "Number"
}, - "Options": {
- "Sortable": true,
- "Filterable": true,
- "Groupable": true,
- "Summable": true,
- "Metadata": {
- "property1": "string",
- "property2": "string"
}
}
}
]Alerts may indicate issues such as missing required data, inconsistent amortization calculations, or validation rule violations. This endpoint is useful for quickly identifying assets requiring attention without retrieving full asset details.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) to check for assets with alerts. |
| endDate | string or null <date-time> |
[- 0
]This endpoint allows batch updates of retirement details such as retirement dates, disposal values, and retirement methods. Assets must exist and be in a state that allows retirement modifications. Changes are validated against business rules before being applied.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the assets to update. |
The command containing the retirement information for the specified assets, including retirement dates, disposal values, and method details.
| AccountingFolderId required | integer <int32> |
| AssetIds required | Array of integers <int32> [ items <int32 > ] |
object (RetirementCommand) | |
| AllocationMethod required | string Enum: "AssetAmount" "AmortizationAmount" "VNC" |
| EndDate | string or null <date-time> |
{- "AccountingFolderId": 0,
- "AssetIds": [
- 0
], - "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}
}, - "AllocationMethod": "AssetAmount",
- "EndDate": "2019-08-24T14:15:22Z"
}This endpoint groups N in-progress asset records (23 accounts) into a single consolidated asset record (21 account). The consolidated record takes the sum of source acquisition values, the destination account must belong to class 21, and the deployment date must be later than or equal to the acquisition date of every source asset. Source assets are marked as transferred; they are hidden from the "in-progress assets" view on and after the transfer date.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the source assets. |
The command payload: source asset identifiers (N >= 2), deployment date, destination class-21 account, name, entry granularity flag.
| SourceAssetIds | Array of integers or null <int32> [ items <int32 > ] |
| DeploymentDate required | string <date-time> |
object (AccountCommand) | |
| Name | string or null |
| EntryLabel | string or null |
| IsDetailedEntry required | boolean |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
{- "SourceAssetIds": [
- 0
], - "DeploymentDate": "2019-08-24T14:15:22Z",
- "DestinationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "Name": "string",
- "EntryLabel": "string",
- "IsDetailedEntry": true,
- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z"
}0Retirement templates provide standardized retirement scenarios with pre-filled values based on the asset's current state and configuration. These templates help ensure consistent retirement processing and reduce manual data entry errors.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset for which to retrieve retirement templates. |
The query containing parameters for retirement template generation, such as retirement date and scenario type.
required | object (AccountCommand) |
| AcquisitionDate required | string <date-time> |
| RetirementDate required | string <date-time> |
| EndDate | string or null <date-time> |
{- "AccountCommand": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "AcquisitionDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z"
}{- "DisposalTemplateViewModel": {
- "DepreciationAccountingMethod": "Unknown"
}, - "SaleTemplateViewModel": {
- "LongTermSaleQualification": "Unknown",
- "Type": "Unknown"
}
}| accountingFolderId required | integer <int32> |
{- "Items": {
- "property1": [
- {
- "Name": "string",
- "RetirementType": "string",
- "RetirementDescription": "string"
}
], - "property2": [
- {
- "Name": "string",
- "RetirementType": "string",
- "RetirementDescription": "string"
}
]
}
}This endpoint provides comprehensive asset information including acquisition details, amortization data, retirement information, grants, and associated accounting entries. The exercise end date determines the temporal view of the asset's financial state.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the fixed asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset to retrieve. |
| exerciseStart required | string <date-time> The start date of the displayed exercise, used for period-based transfer summaries. |
| exerciseEnd required | string <date-time> The end date of the accounting exercise for which to retrieve the asset's state and calculations. |
{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}This endpoint allows modification of asset properties including name, description, acquisition value, amortization parameters, accounts, and retirement details. All changes are validated against business rules before being applied. The updated asset is returned with recalculated values and association states.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset to update. |
| exerciseStart | string or null <date-time> The start date of the displayed exercise, used for period-based transfer summaries. |
| exerciseEnd required | string <date-time> The end date of the accounting exercise for which to update the asset. |
The command containing the updated asset details including all modifiable properties.
| EnterpriseId required | integer <int32> |
| Name required | string |
required | object (AccountCommand) |
| AcquisitionValue required | number <decimal> |
| AcquisitionDate required | string <date-time> |
| DeploymentDate required | string <date-time> |
| AcquisitionMethod | string or null Enum: "NewPurchase" "UsedPurchase" "Contribution" "SelfDelivery" "Lease" "TransferBetweenAccounts" |
object (GeographicalLocationCommand) | |
| ExternalId | string or null |
| AcquisitionQuantity required | number <decimal> |
| Nature | string or null Enum: "Aucun" "Immeuble" "FraisDAcquisitionSurTitresDeParticipation" "TerrainsABatir" |
object (QuantityCommand) | |
object (AssignAssetComponentGroupCommand) | |
| AssetId required | integer <int32> |
| ExerciseEnd | string or null <date-time> |
| IsActive required | boolean |
| IsValidatedByUser required | boolean |
| Notes | string or null |
| ResidualValue required | number <decimal> |
| DeductibleVat | number or null <double> |
| AmountIncludingTax | number or null <double> |
object (AmortizationCommand) | |
object (RetirementCommand) | |
object (VehiclePropertiesCommand) |
{- "EnterpriseId": 0,
- "Name": "string",
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "GeographicalLocation": {
- "GeographicalLocationId": 0,
- "GeographicalLocationValue": "string"
}, - "ExternalId": "string",
- "AcquisitionQuantity": 0,
- "Nature": "Aucun",
- "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "ComponentGroup": {
- "GroupId": 0
}, - "AssetId": 0,
- "ExerciseEnd": "2019-08-24T14:15:22Z",
- "IsActive": true,
- "IsValidatedByUser": true,
- "Notes": "string",
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "Amortization": {
- "AmortizationId": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1
}
}, - "AmortizationCalculationMethod": "Unset"
}, - "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyTypeId": 0,
- "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}The amortization table contains detailed yearly breakdown of depreciation values, accumulated depreciation, and net book values. Calculations are performed based on the asset's amortization method and parameters at the specified exercise end date.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset for which to retrieve the amortization table. |
| exerciseEnd required | string <date-time> The end date of the accounting exercise for which to calculate the amortization table. |
{- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}This endpoint returns a comprehensive dictionary mapping asset identifiers to their respective amortization tables. The tables are calculated concurrently for improved performance when retrieving data for multiple assets.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve all amortization tables. |
| exerciseEnd required | string <date-time> The end date of the accounting exercise for which to calculate the amortization tables. |
{- "property1": {
- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}, - "property2": {
- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}
}This endpoint enables simulation of amortization scenarios for planning purposes before creating or modifying actual assets. The calculation includes potential gains or losses based on disposal scenarios provided in the query. No data is saved to the database during this operation.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which the draft asset would be created. |
| exerciseEnd required | string <date-time> The end date of the accounting exercise for which to calculate the draft amortization table. |
The query containing the draft asset details including acquisition value, amortization method, useful life, and disposal parameters.
| AcquisitionValue required | number <decimal> |
| AcquisitionDate required | string <date-time> |
| DeploymentDate required | string <date-time> |
| ResidualValue required | number <decimal> |
object (AmortizationCommand) | |
object (RetirementCommand) | |
| AssetId | integer or null <int32> |
{- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "Amortization": {
- "AmortizationId": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1
}
}, - "AmortizationCalculationMethod": "Unset"
}, - "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}
}, - "AssetId": 0
}{- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
], - "GainOrLossAmount": 0,
- "EconomicGainOrLoss": 0,
- "ShortTermGainOrLoss": 0,
- "LongTermGainOrLoss": 0,
- "TaxableGainOrLoss": 0
}This endpoint supports batch simulation of amortization scenarios for multiple assets simultaneously. Each result includes both the calculated amortization table and relevant asset information for easy comparison. This is particularly useful for evaluating the impact of bulk asset acquisitions or modifications.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which the draft assets would be created. |
| exerciseEnd required | string <date-time> The end date of the accounting exercise for which to calculate the simulated amortization tables. |
The query containing the collection of draft asset details for which to simulate amortization.
Array of objects or null (ComputeAmortizationTableQuery) |
{- "ComputeAmortizationTablesQueries": [
- {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "Amortization": {
- "AmortizationId": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1
}
}, - "AmortizationCalculationMethod": "Unset"
}, - "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}
}, - "AssetId": 0
}
]
}[- {
- "AssetInformationViewModel": {
- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}, - "AmortizationTable": {
- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}
}
]This is a legacy endpoint that has been superseded by the newer GetFixedAsset endpoint which requires an exercise end date parameter. The asset is retrieved with its current state without temporal filtering.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the fixed asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset to retrieve. |
| endDate | string or null <date-time> |
{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}This is a legacy endpoint that has been superseded by the newer UpdateFixedAsset endpoint which requires an exercise end date parameter. All changes are validated against business rules before being applied. The updated asset is returned with recalculated values and association states.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset to update. |
The command containing the updated asset details including all modifiable properties.
| EnterpriseId required | integer <int32> |
| Name required | string |
required | object (AccountCommand) |
| AcquisitionValue required | number <decimal> |
| AcquisitionDate required | string <date-time> |
| DeploymentDate required | string <date-time> |
| AcquisitionMethod | string or null Enum: "NewPurchase" "UsedPurchase" "Contribution" "SelfDelivery" "Lease" "TransferBetweenAccounts" |
object (GeographicalLocationCommand) | |
| ExternalId | string or null |
| AcquisitionQuantity required | number <decimal> |
| Nature | string or null Enum: "Aucun" "Immeuble" "FraisDAcquisitionSurTitresDeParticipation" "TerrainsABatir" |
object (QuantityCommand) | |
object (AssignAssetComponentGroupCommand) | |
| AssetId required | integer <int32> |
| ExerciseEnd | string or null <date-time> |
| IsActive required | boolean |
| IsValidatedByUser required | boolean |
| Notes | string or null |
| ResidualValue required | number <decimal> |
| DeductibleVat | number or null <double> |
| AmountIncludingTax | number or null <double> |
object (AmortizationCommand) | |
object (RetirementCommand) | |
object (VehiclePropertiesCommand) |
{- "EnterpriseId": 0,
- "Name": "string",
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "GeographicalLocation": {
- "GeographicalLocationId": 0,
- "GeographicalLocationValue": "string"
}, - "ExternalId": "string",
- "AcquisitionQuantity": 0,
- "Nature": "Aucun",
- "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "ComponentGroup": {
- "GroupId": 0
}, - "AssetId": 0,
- "ExerciseEnd": "2019-08-24T14:15:22Z",
- "IsActive": true,
- "IsValidatedByUser": true,
- "Notes": "string",
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "Amortization": {
- "AmortizationId": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1
}
}, - "AmortizationCalculationMethod": "Unset"
}, - "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyTypeId": 0,
- "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}This operation removes the asset and all its associated data including amortization history, grants, and entry line associations. Assets with generated accounting entries may require entry deletion before the asset can be removed. This action cannot be undone.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset to delete. |
| assetId required | integer <int32> The unique identifier of the fixed asset to permanently delete. |
| endDate | string or null <date-time> |
This endpoint returns a comprehensive list of all assets in the folder with their accounting details. For large datasets, consider using the paginated SearchAssets endpoint instead for better performance.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve all fixed assets. |
| endDate | string or null <date-time> |
[- {
- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}, - "RetirementAccounting": {
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DepreciationAccounting": {
- "RecoveryAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "ProvisionAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "AmortizationAccounting": {
- "AmortizationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationExceptionalAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "RecoveryDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}
}
]This endpoint validates all required asset properties including acquisition date, value, amortization method, and account assignments. The newly created asset is assigned a unique identifier and initialized with default calculated values.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to create the fixed asset. |
The command containing all required details for the new asset including name, category, acquisition information, and amortization parameters.
| EnterpriseId required | integer <int32> |
| Name required | string |
required | object (AccountCommand) |
| AcquisitionValue required | number <decimal> |
| AcquisitionDate required | string <date-time> |
| DeploymentDate required | string <date-time> |
| AcquisitionMethod | string or null Enum: "NewPurchase" "UsedPurchase" "Contribution" "SelfDelivery" "Lease" "TransferBetweenAccounts" |
object (GeographicalLocationCommand) | |
| ExternalId | string or null |
| AcquisitionQuantity required | number <decimal> |
| Nature | string or null Enum: "Aucun" "Immeuble" "FraisDAcquisitionSurTitresDeParticipation" "TerrainsABatir" |
object (QuantityCommand) | |
object (AssignAssetComponentGroupCommand) |
{- "EnterpriseId": 0,
- "Name": "string",
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "GeographicalLocation": {
- "GeographicalLocationId": 0,
- "GeographicalLocationValue": "string"
}, - "ExternalId": "string",
- "AcquisitionQuantity": 0,
- "Nature": "Aucun",
- "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "ComponentGroup": {
- "GroupId": 0
}
}0This is a destructive operation that removes all assets and their associated data from the accounting folder. This endpoint is restricted to support personnel only and should be used with extreme caution. This action cannot be undone and may affect accounting reports and audit trails.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) from which to delete all fixed assets. |
| withGrants | boolean or null Optional flag to also delete all grants associated with the accounting folder. |
This endpoint allows efficient bulk retrieval of specific assets by providing a list of asset identifiers. Only assets that exist and belong to the specified accounting folder are returned.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the requested assets. |
| endDate | string or null <date-time> |
The collection of unique identifiers for the fixed assets to retrieve.
[- 0
][- {
- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z"
}
]This endpoint analyzes accounting entries in specified accounts during the period and automatically generates corresponding fixed assets. Asset properties are derived from the accounting entries including acquisition dates, values, and account assignments. The process identifies relevant entries based on account classification and configured rules.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to create the fixed assets. |
| periodBeginDate required | string <date-time> The start date of the period from which to analyze accounting entries for asset creation. |
| periodEndDate required | string <date-time> The end date of the period from which to analyze accounting entries for asset creation. Must be later than periodBeginDate. |
{- "FixedAssetsCreatedCount": 0,
- "FixedAssetsNotAssociatedError": [
- {
- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z"
}
]
}This endpoint creates assets by associating selected accounting entry lines with the new fixed assets. Asset properties are calculated based on the aggregated values from the provided entry lines. The entry lines must belong to the specified accounting folder and be eligible for asset creation.
| enterpriseId required | integer <int32> |
| endDate | string or null <date-time> |
| EnterpriseId required | integer <int32> |
Array of objects or null (AccountingEntryLineCommand) | |
| AutomaticCreationTrigger | string or null Enum: "Unknown" "ByUser" "Server" "Bulk" |
{- "EnterpriseId": 0,
- "AccountingEntryLines": [
- {
- "EntryId": 0,
- "EntryLineId": 0
}
], - "AutomaticCreationTrigger": "Unknown"
}[- {
- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}
]This is a legacy endpoint that has been superseded by the Update endpoint which handles all asset modifications including account assignments. Account changes affect how the asset is categorized and reported in accounting statements.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset for which to update account information. |
| endDate | string or null <date-time> |
The command containing the new account assignment details.
| AccountId required | integer <int32> |
| AccountNumber required | integer <int32> |
| SubAccountId | integer or null <int32> |
| SubAccountCode | string or null |
{- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}This endpoint identifies and removes the asset that is linked to the specified entry line. If multiple assets are associated with the entry line, only the primary asset is deleted. This action cannot be undone.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| lineId required | integer <int64> The unique identifier of the accounting entry line associated with the asset to delete. |
This endpoint breaks the link between the asset and entry lines without deleting either entity. Dissociated entry lines become available for association with other assets. The asset's values and calculations are recalculated after dissociation.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset from which to dissociate entry lines. |
| endDate | string or null <date-time> |
The collection of accounting entry line identifiers to dissociate from the asset.
[- 0
]{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}This endpoint applies configured association rules to match entry lines with assets based on criteria such as account numbers, dates, and amounts. Only entry lines that are not already associated with an asset are processed. The operation provides a summary of successful associations and any entries that could not be matched.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to perform automatic associations. |
| endDate | string or null <date-time> |
{- "FixedAssetsAssociatedCount": 0,
- "FixedAssetsNotAssociatedCount": 0
}This endpoint creates explicit links between the specified entry lines and the target asset. Entry lines must not be already associated with other assets and must belong to the specified accounting folder. The asset's values and calculations are updated to reflect the newly associated entries.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset to which entry lines should be associated. |
| endDate | string or null <date-time> |
The command containing the collection of accounting entry line identifiers to associate with the asset.
Array of objects or null (AccountingEntryLineCommand) |
{- "AccountingEntryLines": [
- {
- "EntryId": 0,
- "EntryLineId": 0
}
]
}0This endpoint divides the original asset's value and properties across newly created assets according to specified percentages or amounts. The original asset may be retained or replaced depending on the split configuration. Each resulting asset maintains its own amortization schedule calculated from the split date.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset to split. |
| assetId required | integer <int32> The unique identifier of the fixed asset to split into multiple assets. |
The command containing the split details including allocation ratios and properties for each resulting asset.
| RetirementValue required | number <decimal> |
| Quantity required | number <decimal> |
| Name | string or null |
| InMultipleIdenticalAssets required | boolean |
| RetirementDate | string or null <date-time> |
| ExerciseEnd | string or null <date-time> |
{- "RetirementValue": 0,
- "Quantity": 0,
- "Name": "string",
- "InMultipleIdenticalAssets": true,
- "RetirementDate": "2019-08-24T14:15:22Z",
- "ExerciseEnd": "2019-08-24T14:15:22Z"
}[- {
- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}
]This endpoint organizes assets into hierarchical categories for easier navigation and reporting. Search parameters allow filtering within categories to find specific assets. Categories are determined by the asset classification configured in the accounting folder.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve categorized assets. |
| Name | string or null |
| IsActive | boolean or null |
| endDate | string or null <date-time> |
[- {
- "CategoryId": 0,
- "CategoryLabel": "string",
- "FixedAssets": [
- {
- "Id": 0,
- "Label": "string",
- "ExternalId": "string",
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "IsActive": true,
- "IsValidatedByUser": true,
- "IsCreatedAutomatically": true,
- "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "Number": 0
}
]
}
]This is a legacy endpoint that has been superseded by the GetAmortizationTableByAsset endpoint which requires an exercise end date parameter. The amortization table is calculated using the asset's current configuration.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset for which to retrieve the amortization table. |
| endDate | string or null <date-time> |
{- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}This is a legacy endpoint that has been superseded by the GetAmortizationTablesByAccountingFolder endpoint which requires an exercise end date parameter. Tables are calculated using each asset's current configuration.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve all amortization tables. |
| endDate | string or null <date-time> |
{- "property1": {
- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}, - "property2": {
- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
]
}
}This is a legacy endpoint that has been superseded by the GetAmortizationTablesFromDraftAsset endpoint which requires an exercise end date parameter. The calculation includes potential gains or losses based on disposal scenarios provided in the query.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which the draft asset would be created. |
| endDate | string or null <date-time> |
The query containing the draft asset details including acquisition value, amortization method, useful life, and disposal parameters.
| AcquisitionValue required | number <decimal> |
| AcquisitionDate required | string <date-time> |
| DeploymentDate required | string <date-time> |
| ResidualValue required | number <decimal> |
object (AmortizationCommand) | |
object (RetirementCommand) | |
| AssetId | integer or null <int32> |
{- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "Amortization": {
- "AmortizationId": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1
}
}, - "AmortizationCalculationMethod": "Unset"
}, - "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}
}, - "AssetId": 0
}{- "AmortizationRows": [
- {
- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Fiscal": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "Economic": {
- "FractionOfMonth": 0,
- "RemainingMonth": 0,
- "LinearRate": 0,
- "VnStart": 0,
- "VnEnd": 0,
- "Amortization": 0,
- "MiniMaxiType": "Maxi",
- "ExceptionalAmortization": 0.1
}, - "DerogationRow": {
- "DerogationAmount": 0,
- "CumulativeDerogationAmount": 0
}
}
], - "GainOrLossAmount": 0,
- "EconomicGainOrLoss": 0,
- "ShortTermGainOrLoss": 0,
- "LongTermGainOrLoss": 0,
- "TaxableGainOrLoss": 0
}Configuration settings control default behaviors including amortization calculation methods, account assignments, entry generation rules, and validation parameters. Changes to configuration may affect how existing assets are calculated and displayed. Configuration settings are folder-specific and do not affect other accounting folders.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to set the configuration. |
The command containing the complete configuration settings including default accounts, calculation rules, and validation options.
| AreFixedAssetEntriesGroupedByAccount required | boolean |
| IsMiniMaxiEnabled required | boolean |
{- "AreFixedAssetEntriesGroupedByAccount": true,
- "IsMiniMaxiEnabled": true
}{- "AreFixedAssetEntriesGroupedByAccount": true,
- "IsMiniMaxiEnabled": true
}Configuration settings include default account assignments, amortization calculation rules, entry generation parameters, and validation options. These settings determine how assets behave within the accounting folder.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the configuration. |
{- "AreFixedAssetEntriesGroupedByAccount": true,
- "IsMiniMaxiEnabled": true
}This endpoint creates accounting entries based on calculated amortization for all active assets during the specified period. Generated entries are posted to the specified journal and can include depreciation, accumulated depreciation, and grant-related entries. Entries are validated against accounting rules before being created.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to generate the entries. |
The command containing the period for entry generation and the target journal identifier.
required | object (Period) |
| JournalId required | integer <int32> |
{- "Period": { },
- "JournalId": 0
}{- "EntryGeneratedCount": 0,
- "LineGeneratedCount": 0
}This endpoint removes amortization and depreciation entries that were generated by the fixed asset module. Only entries generated by the fixed asset system can be deleted; manual entries are not affected. Deletion is typically performed before regenerating entries with updated calculations.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) from which to delete entries. |
The command containing the period and journal information for entries to be deleted.
| AccountingFolderId required | integer <int32> |
| AssetId required | integer <int32> |
| StartDate | string or null <date-time> |
| EndDate | string or null <date-time> |
{- "AccountingFolderId": 0,
- "AssetId": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z"
}This endpoint compares fixed asset economic amortization totals with accounting balances (category "Amortissements Économiques", accounts 28xx) and generates adjustment entries for any delta exceeding 0.01. Existing regularization entries for the same period are deleted before regeneration (idempotent). Returns an error if the exercise is closed.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to generate the regularization entries. |
The command containing the period end date and the target journal identifier.
| PeriodEnd required | string <date-time> |
| JournalId required | integer <int32> |
{- "PeriodEnd": "2019-08-24T14:15:22Z",
- "JournalId": 0
}{- "EntryGeneratedCount": 0,
- "LineGeneratedCount": 0
}This endpoint parses the uploaded file and creates assets based on the data contained within. Supported import formats are provider-specific and may include proprietary fixed asset management systems. The import process validates data and reports any entries that could not be processed. Past amortization data can be included by specifying an end date for historical depreciation.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to import the fixed assets. |
| pastAmortizationEndDate | string or null <date-time> Optional end date for importing past amortization history. If provided, historical depreciation up to this date will be included. |
| provider | string Enum: "Inqom" "Cegid" "Quadra" "Coala" "Sage" "Acd" "Agiris" The import provider format identifier. Valid values include 0 for Inqom format. |
| attachmentFile | string or null <binary> The import file containing fixed asset data. Maximum file size is 100 MB. |
{- "ImportedCount": 0,
- "NotAssociatedErrors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "ErrorFile": "string"
}This endpoint returns a list of all import operations including import dates, source files, and counts of created assets. Import history helps track data sources and identify when assets were added to the system.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve import history. |
This operation removes all assets that were created during the specified import batch. Associated accounting entries and amortization data for the imported assets are also deleted. This action cannot be undone.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the import to delete. |
The command containing the identifier of the import batch to delete.
| AccountingFolderId required | integer <int32> |
| ImportedAt required | string <date-time> |
{- "AccountingFolderId": 0,
- "ImportedAt": "2019-08-24T14:15:22Z"
}0Grants reduce the net amortization expense by spreading the grant amount over the asset's useful life. Grant values and amortization methods must be compatible with the asset's configuration. Multiple grants can be applied to a single asset if allowed by the accounting folder configuration.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset to which the grant should be added. |
The command containing the grant details including amount, date, and amortization parameters.
| GrantId required | integer <int32> |
| Amount required | number <decimal> |
| StaggeringYears | integer or null <int32> |
| EndDate | string or null <date-time> |
{- "GrantId": 0,
- "Amount": 0,
- "StaggeringYears": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}Changes to grant amounts or amortization parameters trigger recalculation of the asset's net amortization. Grant modifications are validated against business rules to ensure consistency with the asset's state. Past accounting periods may be affected by grant updates depending on the effective date.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset containing the grant. |
| grantId required | integer <int32> The unique identifier of the grant to update. |
The command containing the updated grant details including amount, date, and amortization parameters.
| Amount required | number <decimal> |
| StaggeringYears | integer or null <int32> |
| EndDate | string or null <date-time> |
{- "Amount": 0,
- "StaggeringYears": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}Deleting a grant recalculates the asset's net amortization without the grant's impact. If accounting entries have been generated for periods including the grant, those entries may need to be regenerated. This action cannot be undone.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the fixed asset from which to remove the grant. |
| grantId required | integer <int32> The unique identifier of the grant to delete. |
| endDate | string or null <date-time> |
{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}This administrative operation removes reverse entries that are no longer needed or were incorrectly generated. The operation can be run in simulation mode to preview deletions before committing changes. Only users with Support permissions can execute this operation.
| accountingFirmId required | integer <int32> The unique identifier of the accounting firm (Cabinet/Company) for which to clean up obsolete entries. |
The deletion command specifying target accounting folders and simulation mode flag.
| AccountingFirmId required | integer <int32> |
| AccountingFolderIds | Array of integers or null <int32> [ items <int32 > ] |
| IsSimulationMode required | boolean |
{- "AccountingFirmId": 0,
- "AccountingFolderIds": [
- 0
], - "IsSimulationMode": true
}{- "AccountingFolders": {
- "property1": {
- "AccountingFolderId": 0,
- "AccountingFolderName": "string",
- "Exercises": [
- {
- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "DeletedEntryCount": 0
}
]
}, - "property2": {
- "AccountingFolderId": 0,
- "AccountingFolderName": "string",
- "Exercises": [
- {
- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "DeletedEntryCount": 0
}
]
}
}
}This operation recalculates amortization tables using a different calculation method version. Available methods include V1, V2, V3, and Latest, each with different rounding and prorata rules. Only users with Support permissions can modify calculation methods due to impact on financial reporting.
The update command specifying asset or folder IDs and the target calculation method.
| FixedAssetIds required | Array of integers <int32> [ items <int32 > ] |
| AccountingFolderIds required | Array of integers <int32> [ items <int32 > ] |
| AmortizationCalculationMethod required | string Enum: "Unset" "V1" "V2" "V3" "Latest" |
{- "FixedAssetIds": [
- 0
], - "AccountingFolderIds": [
- 0
], - "AmortizationCalculationMethod": "Unset"
}"string"This administrative operation restores assets that were previously soft-deleted. Only assets belonging to the specified accounting folder can be restored. Only users with Support permissions can execute this operation.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder containing the assets to restore. |
The restore command specifying the list of asset IDs to restore.
| AccountingFolderId required | integer <int32> |
| AssetIds | Array of integers or null <int32> [ items <int32 > ] |
{- "AccountingFolderId": 0,
- "AssetIds": [
- 0
]
}0Unlike the standard delete, this operation performs a hard delete: all assets are physically removed from the database, including assets that were previously soft-deleted. Associated grants are also hard-deleted. Domain events are published only for assets that were not already soft-deleted. Only users with Support permissions can execute this operation.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder from which to hard delete all fixed assets. |
Each amortization configuration is uniquely identified by its effective date, allowing for prospective revisions to amortization schedules. The configuration includes amortization duration, method (linear, declining), base amount, and prorata temporis settings.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the asset for which to set amortization. |
| exerciseStart | string or null <date-time> The start date of the displayed exercise, used for period-based transfer summaries. |
| exerciseEnd required | string <date-time> The end date of the current accounting exercise, used to determine the amortization period context. |
The command containing the complete amortization configuration including economic attributes, fiscal attributes, residual value, and optional effective date.
| EffectiveDate | string or null <date-time> |
| ResidualValue required | number <decimal> |
| AmortizationId | integer or null <int32> |
required | object (EconomicAmortizationAttributesCommand) |
required | object (FiscalAmortizationAttributesCommand) |
| AmortizationCalculationMethod required | string Enum: "Unset" "V1" "V2" "V3" "Latest" |
{- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AmortizationId": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0
}, - "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1
}
}, - "AmortizationCalculationMethod": "Unset"
}{- "Id": 0,
- "EnterpriseId": 0,
- "Name": "string",
- "GroupName": "string",
- "Notes": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionMethod": "NewPurchase",
- "DeploymentDate": "2019-08-24T14:15:22Z",
- "ResidualValue": 0,
- "AcquisitionQuantity": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetAcquisitionQuantity": 0.1,
- "FixedAssetAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "IsCreatedAutomatically": true,
- "IsValidatedByUser": true,
- "Number": 0,
- "ExternalId": "string",
- "GeographicalLocation": {
- "Id": 0,
- "Location": "string"
}, - "QuantityDetails": {
- "Unit": "Percent",
- "Value": 0
}, - "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true
}, - "Status": "Unknown",
- "Nature": "Aucun",
- "ComponentGroup": {
- "Id": 0,
- "GroupId": 0,
- "Name": "string"
}, - "ComponentType": "Unknown",
- "PreviousAccountDetails": {
- "LastTransferDate": "2019-08-24T14:15:22Z",
- "AccountBeforePeriod": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "DecompositionDate": "2019-08-24T14:15:22Z",
- "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "VehicleProperties": {
- "ImmatriculationNumber": "string",
- "ImmatriculationDate": "2019-08-24T14:15:22Z",
- "FirstCirculationDate": "2019-08-24T14:15:22Z",
- "CO2GPerKm": 0,
- "FiscalPower": 0,
- "EnergyType": {
- "Id": 0,
- "Code": "string",
- "Label": "string"
}, - "EuropeanEmissionStandard": 0,
- "TvsType": "Unknown"
}, - "AssociationState": {
- "State": "Unknown",
- "AccountingAmount": 0.1,
- "AccountingAccountsDifferentFromAsset": [
- {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
], - "AccountingLineIds": [
- 0
], - "DeletedAccountingLineIds": [
- 0
]
}, - "AccountingEntryLines": [
- {
- "EntryLineId": 0,
- "EntryId": 0
}
], - "IsAmortizable": true,
- "Grants": [
- {
- "Id": 0,
- "Grant": {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}, - "Amount": 0,
- "StaggeringYears": 0
}
], - "CreditNotes": [
- {
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "VatRate": 0,
- "AmountExcludingTax": 0,
- "QuantityToBeDeducted": 0,
- "AmountInclTax": 0,
- "VatAmount": 0
}
], - "AvailableQuantity": 0,
- "Errors": [
- {
- "IsCritical": true,
- "Name": "string",
- "ErrorMessage": "string",
- "Parameters": "string",
- "Domain": "string"
}
], - "HasAnyProspectiveRevision": true,
- "AmortizationDefaults": {
- "EconomicDurationYears": 0,
- "EconomicBase": 0,
- "FiscalDurationYears": 0,
- "FiscalBase": 0
}
}Deleting an amortization configuration affects all related amortization calculations and may impact accounting entries. This operation should be used with caution, particularly for assets with existing accounting history.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the asset. |
| assetId required | integer <int32> The unique identifier of the asset from which to delete the amortization. |
| amortizationId required | integer <int32> The unique identifier of the amortization configuration to delete. |
This report aggregates fixed asset data according to APEF standards for regulatory reporting purposes. The period must have valid start and end dates to generate accurate aggregate values.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to generate the APEF report. |
| startDate required | string <date-time> The start date of the reporting period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the reporting period, must be later than or equal to startDate. |
{- "Assets": [
- {
- "Id": 0,
- "Label": "string",
- "Number": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "Account": {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}, - "AmortizationAccounting": {
- "AmortizationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "AmortizationDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "DotationExceptionalAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "RecoveryDerogationAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}
}, - "AcquisitionValue": 0,
- "ResidualValue": 0,
- "EconomicData": {
- "PreviousAmortization": 0,
- "ExerciseDotation": 0,
- "CumulatedAmortization": 0,
- "ExceptionalExerciseDotation": 0,
- "ExceptionalCumulatedAmortization": 0,
- "NetAccounting": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "DepreciationChargeToReintegrate": 0.1
}, - "FiscalData": {
- "PreviousAmortization": 0,
- "ExerciseDotation": 0,
- "CumulatedAmortization": 0,
- "ExceptionalExerciseDotation": 0,
- "ExceptionalCumulatedAmortization": 0,
- "NetAccounting": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "DepreciationChargeToReintegrate": 0.1
}, - "DerogationData": {
- "PreviousAmortization": 0,
- "ExerciseDotation": 0,
- "CumulatedAmortization": 0,
- "ExceptionalExerciseDotation": 0,
- "ExceptionalCumulatedAmortization": 0,
- "NetAccounting": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "DepreciationChargeToReintegrate": 0.1
}, - "OverAmortization": 0.1,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "FiscalAmortizationRate": 0,
- "ServiceDate": "2019-08-24T14:15:22Z",
- "Retirement": {
- "SaleAttributes": {
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "Type": "Unknown",
- "LongTermSaleQualification": "Unknown"
}, - "DisposalAttributes": {
- "DepreciationAccountingMethod": "Unknown"
}, - "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "Id": 0,
- "EconomicGainOrLoss": 0,
- "GainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "IsCustomValue": true,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0,
- "TypeDescription": "string"
}, - "Amortization": {
- "Id": 0,
- "EconomicAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "OverAmortization": {
- "Percentage": 0
}
}, - "FiscalAttributes": {
- "Duration": {
- "MonthCount": 0,
- "YearCount": 0,
- "InMonth": 0
}, - "Base": 0,
- "CustomBase": 0.1,
- "Mode": "Linear",
- "DateType": "Acquisition",
- "Coefficient": 0.1,
- "ProrataTemporis": "Days",
- "PastAmortization": {
- "Amount": 0,
- "EndDate": "2019-08-24T14:15:22Z"
}, - "IsComputedByInqom": true,
- "TaxDeductibilityLimit": {
- "Amount": 0
}, - "PrivatePortion": {
- "Mode": "Amount",
- "Value": 0,
- "CalculatedAmount": 0
}, - "Octies151": {
- "Amount": 0,
- "SpreadingDurationInExercises": 0,
- "PartnerId": 0,
- "AlreadyReintegratedPortion": 0.1,
- "RemainingAmount": 0
}, - "LimitedBase": 0
}, - "AmortizationCalculationMethod": "Unset",
- "ResidualValue": 0,
- "EffectiveDate": "2019-08-24T14:15:22Z",
- "ProspectiveRevisionType": "None",
- "IsFiscalSameAsEconomic": true
}, - "IsActive": true,
- "IsAcquiredDuringPeriod": true,
- "IsRetired": true,
- "IsRetiredInPeriod": true,
- "NatureDescription": "string"
}
], - "Grants": [
- {
- "EntryLines": [
- {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": "string",
- "Amount": 0,
- "Label": "string"
}
]
}
]
}This configuration controls how acquisition reports are generated, including account grouping preferences. The configuration persists and applies to all future acquisition reports for this folder.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) to configure. |
The configuration data containing account grouping rules and display preferences for the acquisition report.
| AccountsGrouping | Array of strings or null |
{- "AccountsGrouping": [
- "string"
]
}This configuration controls how retirement (disposal and sale) reports are generated, including account grouping preferences. The configuration persists and applies to all future retirement reports for this folder.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) to configure. |
The configuration data containing account grouping rules and display preferences for the retirement report.
| AccountsGrouping | Array of strings or null |
{- "AccountsGrouping": [
- "string"
]
}This configuration controls how forecast reports are generated, including account grouping preferences. The configuration persists and applies to all future forecast reports for this folder.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) to configure. |
The configuration data containing account grouping rules and display preferences for the forecast report.
| AccountsGrouping | Array of strings or null |
{- "AccountsGrouping": [
- "string"
]
}Returns all configured settings for acquisitions, retirements, and forecast reports. If no configuration exists for the folder, default settings are returned.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the configuration. |
{- "AcquisitionsReportConfiguration": {
- "GroupingAccounts": [
- "string"
]
}, - "RetirementsReportConfiguration": {
- "GroupingAccounts": [
- "string"
]
}, - "ForecastsReportConfiguration": {
- "GroupingAccounts": [
- "string"
]
}
}The grants table includes grant amounts, amortization schedules, and remaining balances for all active grants. Only grants with activity within the specified period or with remaining balances are included.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the grants table. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
{- "AllGrants": [
- {
- "Id": 0,
- "Name": "string",
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string",
- "Account": "string",
- "AccountLabel": "string",
- "IsFinancialAsset": true,
- "IsAmortizable": true,
- "IsTransferAccount": true,
- "Exists": true
}, - "TotalAmount": 0,
- "UnlinkedAmount": 0,
- "LinkedAmount": 0,
- "PreviousRecovery": 0,
- "CurrentRecovery": 0,
- "TotalRecovery": 0,
- "AmountToTakeBack": 0,
- "Assets": [
- {
- "Number": 0,
- "Name": "string",
- "Amount": 0,
- "PreviousRecovery": 0,
- "CurrentRecovery": 0,
- "TotalRecovery": 0,
- "AmountToTakeBack": 0
}
], - "IsFullyRecoveredBeforeCurrentPeriod": true
}
]
}The export includes all grant details and can optionally include extended information based on the withDetails flag. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the grants table. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
| withDetails | boolean Default: false Indicates whether to include detailed breakdown information in the export. |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
"string"This table compares economic and fiscal amortization values to identify derogatory amortization amounts. The comparison is essential for tax reporting and reconciliation purposes.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the comparison table. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
{- "Period": {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}, - "Categories": [
- {
- "Header": "string",
- "Lines": [
- {
- "Account": {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}, - "StartReport": {
- "Accounting": 0.1,
- "FixedAsset": 0.1,
- "Delta": 0.1
}, - "EndReport": {
- "Accounting": 0.1,
- "FixedAsset": 0.1,
- "Delta": 0.1
}
}
], - "Total": {
- "Account": {
- "Label": "string",
- "Account": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}, - "StartReport": {
- "Accounting": 0.1,
- "FixedAsset": 0.1,
- "Delta": 0.1
}, - "EndReport": {
- "Accounting": 0.1,
- "FixedAsset": 0.1,
- "Delta": 0.1
}
}
}
], - "ContainsPastAmortization": true,
- "IsEmpty": true
}The export includes all comparison data with economic, fiscal, and derogatory amortization values. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the comparison table. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
"string"This report includes all active assets within the period with their complete amortization information. Assets are grouped by account class and include both current and cumulative amortization values.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the asset list. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
{- "Economic": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Fiscal": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Derogatory": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "IsEmpty": true
}| enterpriseId required | integer <int32> |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
]
}{- "Groups": {
- "property1": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "FixedAssets": [
- null
], - "Total": {
- "FixedAssetId": null,
- "Label": null,
- "Number": null,
- "StartDate": null,
- "RetirementDate": null,
- "AcquisitionCell": null,
- "PreviousAmortization": null,
- "ExerciseDotation": null,
- "ExerciseDotationDiffDurationMode": null,
- "ExerciseDotationDecliningMode": null,
- "CumulatedAmortization": null,
- "RecoveryDerogatoryDotation": null,
- "NetAccounting": null,
- "Duration": null,
- "TaxDeductibilityLimit": null,
- "ExerciseDotationLimited": null,
- "ExerciseDotationDifference": null,
- "Retirement": null,
- "Forecast": null,
- "ExceptionalDotation": null,
- "AmortizationBase": null,
- "AmortizationRate": null
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- null
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
]
}, - "property2": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "FixedAssets": [
- null
], - "Total": {
- "FixedAssetId": null,
- "Label": null,
- "Number": null,
- "StartDate": null,
- "RetirementDate": null,
- "AcquisitionCell": null,
- "PreviousAmortization": null,
- "ExerciseDotation": null,
- "ExerciseDotationDiffDurationMode": null,
- "ExerciseDotationDecliningMode": null,
- "CumulatedAmortization": null,
- "RecoveryDerogatoryDotation": null,
- "NetAccounting": null,
- "Duration": null,
- "TaxDeductibilityLimit": null,
- "ExerciseDotationLimited": null,
- "ExerciseDotationDifference": null,
- "Retirement": null,
- "Forecast": null,
- "ExceptionalDotation": null,
- "AmortizationBase": null,
- "AmortizationRate": null
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- null
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
]
}
}
}| enterpriseId required | integer <int32> |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
]
}"string"The export includes all assets with economic, fiscal, and derogatory amortization details. The generated document is formatted in landscape orientation for optimal readability.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the asset list. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
"string"This enhanced version includes improved grouping and categorization of acquired assets. Assets are organized by account classification and include acquisition values and initial amortization data.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the acquisitions table. |
| startDate required | string <date-time> The start date of the acquisition period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the acquisition period, must be later than or equal to startDate. |
{- "AllCategories": [
- {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountName": "string",
- "AccountLabel": "string",
- "AccountDescription": "string",
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "SubAccountLabel": "string",
- "SubAccountCode": "string",
- "IsAux": true,
- "Divided": "string",
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "IsExtended": true,
- "ArchivedAt": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "BookOperationId": 0
}, - "AllAcquisitions": [
- {
- "Id": 0,
- "Name": "string",
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "Value": 0,
- "NetAcquisitionValue": 0,
- "Quantity": 0,
- "AmortizationStartDate": "2019-08-24T14:15:22Z",
- "Mode": "Linear",
- "DurationInMonth": 0,
- "AmortizationRate": 0.1,
- "AmortizationBase": 0.1
}
], - "Total": {
- "TotalValue": 0,
- "TotalAmortizationBase": 0
}, - "IsGrouped": true
}
], - "Total": {
- "TotalValue": 0,
- "TotalAmortizationBase": 0
}
}The export includes all assets acquired within the specified period with complete acquisition and amortization details. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the acquisitions table. |
| exportType required | string Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
| startDate required | string <date-time> The start date of the acquisition period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the acquisition period, must be later than or equal to startDate. |
"string"This endpoint returns a formatted section suitable for integration into larger financial documents. The section includes acquisition data structured for direct document assembly.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the acquisitions table section. |
| startDate required | string <date-time> The start date of the acquisition period in UTC format, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the acquisition period in UTC format, must be later than or equal to startDate. |
"string"This table includes both disposal and sale retirements with detailed gain/loss analysis. Retirement values, net book values, and fiscal impacts are calculated and categorized.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the retirements table. |
| startDate required | string <date-time> The start date of the retirement period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the retirement period, must be later than or equal to startDate. |
{- "AllCategories": [
- {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountName": "string",
- "AccountLabel": "string",
- "AccountDescription": "string",
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "SubAccountLabel": "string",
- "SubAccountCode": "string",
- "IsAux": true,
- "Divided": "string",
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "IsExtended": true,
- "ArchivedAt": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "BookOperationId": 0
}, - "AllRetirements": [
- {
- "Id": 0,
- "Name": "string",
- "AcquisitionValue": 0,
- "NetAcquisitionValue": 0,
- "AccumulatedAmortization": 0,
- "NetBookValue": 0,
- "RetirementDate": "2019-08-24T14:15:22Z",
- "RetirementReason": "string",
- "RetirementValue": 0,
- "AccountingGainOrLoss": 0,
- "FiscalShortTermGainOrLoss": 0,
- "FiscalLongTermGainOrLoss": 0
}
], - "Total": {
- "TotalAcquisitionValue": 0,
- "TotalAccumulatedAmortization": 0,
- "TotalNetBookValue": 0,
- "TotalRetirementValue": 0,
- "TotalAccountingGainOrLoss": 0,
- "TotalFiscalShortTermGainOrLoss": 0,
- "TotalFiscalLongTermGainOrLoss": 0
}, - "IsGrouped": true
}
], - "Total": {
- "TotalAcquisitionValue": 0,
- "TotalAccumulatedAmortization": 0,
- "TotalNetBookValue": 0,
- "TotalRetirementValue": 0,
- "TotalAccountingGainOrLoss": 0,
- "TotalFiscalShortTermGainOrLoss": 0,
- "TotalFiscalLongTermGainOrLoss": 0
}
}| enterpriseId required | integer <int32> |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
]
}{- "AssetAnalyticsAxisViewModels": [
- {
- "Total": {
- "TotalAcquisitionValue": 0,
- "TotalAccumulatedAmortization": 0,
- "TotalNetBookValue": 0,
- "TotalRetirementValue": 0,
- "TotalAccountingGainOrLoss": 0,
- "TotalFiscalShortTermGainOrLoss": 0,
- "TotalFiscalLongTermGainOrLoss": 0
}, - "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountName": "string",
- "AccountLabel": "string",
- "AccountDescription": "string",
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": null,
- "EndDate": null,
- "Status": null
}
], - "SubAccountLabel": "string",
- "SubAccountCode": "string",
- "IsAux": true,
- "Divided": "string",
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "IsExtended": true,
- "ArchivedAt": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "BookOperationId": 0
}, - "AllRetirements": [
- {
- "Id": 0,
- "Name": "string",
- "AcquisitionValue": 0,
- "NetAcquisitionValue": 0,
- "AccumulatedAmortization": 0,
- "NetBookValue": 0,
- "RetirementDate": "2019-08-24T14:15:22Z",
- "RetirementReason": "string",
- "RetirementValue": 0,
- "AccountingGainOrLoss": 0,
- "FiscalShortTermGainOrLoss": 0,
- "FiscalLongTermGainOrLoss": 0
}
], - "Total": {
- "TotalAcquisitionValue": 0,
- "TotalAccumulatedAmortization": 0,
- "TotalNetBookValue": 0,
- "TotalRetirementValue": 0,
- "TotalAccountingGainOrLoss": 0,
- "TotalFiscalShortTermGainOrLoss": 0,
- "TotalFiscalLongTermGainOrLoss": 0
}, - "IsGrouped": true
}
], - "Total": {
- "TotalAcquisitionValue": 0,
- "TotalAccumulatedAmortization": 0,
- "TotalNetBookValue": 0,
- "TotalRetirementValue": 0,
- "TotalAccountingGainOrLoss": 0,
- "TotalFiscalShortTermGainOrLoss": 0,
- "TotalFiscalLongTermGainOrLoss": 0
}
}
]
}
]
}The export includes all retired assets with complete retirement details, gain/loss calculations, and fiscal impacts. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the retirements table. |
| exportType required | string Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
| startDate required | string <date-time> The start date of the retirement period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the retirement period, must be later than or equal to startDate. |
"string"This endpoint returns a formatted section suitable for integration into larger financial documents. The section includes retirement data with gain/loss details structured for direct document assembly.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the retirements table section. |
| startDate required | string <date-time> The start date of the retirement period in UTC format, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the retirement period in UTC format, must be later than or equal to startDate. |
"string"This legacy endpoint provides acquisition data in the original format for backward compatibility. Only assets with acquisition dates within the specified period are included in the results.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve acquired assets. |
| periodBeginDate | string <date-time> The start date of the acquisition period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the acquisition period, must be later than or equal to periodBeginDate. |
{- "Economic": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Fiscal": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Derogatory": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "IsEmpty": true
}This legacy export format provides backward compatibility with existing report consumers. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export acquired assets. |
| periodBeginDate | string <date-time> The start date of the acquisition period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the acquisition period, must be later than or equal to periodBeginDate. |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
"string"This legacy endpoint provides retirement data in the original format for backward compatibility. Retired assets are aggregated to show net book values and gain/loss calculations at retirement date.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve retired assets. |
| periodBeginDate | string <date-time> The start date of the retirement period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the retirement period, must be later than or equal to periodBeginDate. |
{- "Economic": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Fiscal": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Derogatory": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "IsEmpty": true
}| enterpriseId required | integer <int32> |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
]
}{- "Groups": {
- "property1": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "FixedAssets": [
- null
], - "Total": {
- "FixedAssetId": null,
- "Label": null,
- "Number": null,
- "StartDate": null,
- "RetirementDate": null,
- "AcquisitionCell": null,
- "PreviousAmortization": null,
- "ExerciseDotation": null,
- "ExerciseDotationDiffDurationMode": null,
- "ExerciseDotationDecliningMode": null,
- "CumulatedAmortization": null,
- "RecoveryDerogatoryDotation": null,
- "NetAccounting": null,
- "Duration": null,
- "TaxDeductibilityLimit": null,
- "ExerciseDotationLimited": null,
- "ExerciseDotationDifference": null,
- "Retirement": null,
- "Forecast": null,
- "ExceptionalDotation": null,
- "AmortizationBase": null,
- "AmortizationRate": null
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- null
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
]
}, - "property2": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "FixedAssets": [
- null
], - "Total": {
- "FixedAssetId": null,
- "Label": null,
- "Number": null,
- "StartDate": null,
- "RetirementDate": null,
- "AcquisitionCell": null,
- "PreviousAmortization": null,
- "ExerciseDotation": null,
- "ExerciseDotationDiffDurationMode": null,
- "ExerciseDotationDecliningMode": null,
- "CumulatedAmortization": null,
- "RecoveryDerogatoryDotation": null,
- "NetAccounting": null,
- "Duration": null,
- "TaxDeductibilityLimit": null,
- "ExerciseDotationLimited": null,
- "ExerciseDotationDifference": null,
- "Retirement": null,
- "Forecast": null,
- "ExceptionalDotation": null,
- "AmortizationBase": null,
- "AmortizationRate": null
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- null
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
]
}
}
}| enterpriseId required | integer <int32> |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
]
}{- "Groups": {
- "property1": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "FixedAssets": [
- null
], - "Total": {
- "FixedAssetId": null,
- "Label": null,
- "Number": null,
- "StartDate": null,
- "RetirementDate": null,
- "AcquisitionCell": null,
- "PreviousAmortization": null,
- "ExerciseDotation": null,
- "ExerciseDotationDiffDurationMode": null,
- "ExerciseDotationDecliningMode": null,
- "CumulatedAmortization": null,
- "RecoveryDerogatoryDotation": null,
- "NetAccounting": null,
- "Duration": null,
- "TaxDeductibilityLimit": null,
- "ExerciseDotationLimited": null,
- "ExerciseDotationDifference": null,
- "Retirement": null,
- "Forecast": null,
- "ExceptionalDotation": null,
- "AmortizationBase": null,
- "AmortizationRate": null
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- null
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
]
}, - "property2": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "FixedAssets": [
- null
], - "Total": {
- "FixedAssetId": null,
- "Label": null,
- "Number": null,
- "StartDate": null,
- "RetirementDate": null,
- "AcquisitionCell": null,
- "PreviousAmortization": null,
- "ExerciseDotation": null,
- "ExerciseDotationDiffDurationMode": null,
- "ExerciseDotationDecliningMode": null,
- "CumulatedAmortization": null,
- "RecoveryDerogatoryDotation": null,
- "NetAccounting": null,
- "Duration": null,
- "TaxDeductibilityLimit": null,
- "ExerciseDotationLimited": null,
- "ExerciseDotationDifference": null,
- "Retirement": null,
- "Forecast": null,
- "ExceptionalDotation": null,
- "AmortizationBase": null,
- "AmortizationRate": null
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- null
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
]
}
}
}This legacy export format provides backward compatibility with existing report consumers. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export retired assets. |
| periodBeginDate | string <date-time> The start date of the retirement period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the retirement period, must be later than or equal to periodBeginDate. |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
"string"This endpoint is obsolete and maintained only for backward compatibility; use the V2 forecast endpoint instead. Assets are filtered to show only those that will remain active and subject to amortization in future periods.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve forecast assets. |
| periodBeginDate | string <date-time> The start date of the forecast period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the forecast period, must be later than or equal to periodBeginDate. |
{- "Economic": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Fiscal": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "Derogatory": {
- "ForcastedPeriods": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "MonthCount": 0
}
], - "FixedAssetsCategories": [
- {
- "Account": {
- "Label": "string",
- "Account": "string",
- "AccountId": 0,
- "SubAccountId": 0
}, - "FixedAssets": [
- {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
], - "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}
], - "IsEmpty": true,
- "Total": {
- "FixedAssetId": 0,
- "Label": "string",
- "Number": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionCell": {
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "OnCurrentPeriod": true,
- "ResidualValue": 0,
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "NetAcquisitionValue": 0.1,
- "NetDeductibleVat": 0.1,
- "NetAmountIncludingTax": 0.1,
- "NetQuantity": 0.1
}, - "PreviousAmortization": 0.1,
- "ExerciseDotation": 0.1,
- "ExerciseDotationDiffDurationMode": 0.1,
- "ExerciseDotationDecliningMode": 0.1,
- "CumulatedAmortization": 0.1,
- "RecoveryDerogatoryDotation": 0.1,
- "NetAccounting": 0.1,
- "Duration": {
- "AmortizationDuration": 0,
- "AmortizationMode": "Linear",
- "Coefficient": 0.1
}, - "TaxDeductibilityLimit": 0.1,
- "ExerciseDotationLimited": 0.1,
- "ExerciseDotationDifference": 0.1,
- "Retirement": {
- "Type": "Unknown",
- "Date": "2019-08-24T14:15:22Z",
- "IsRetiredInRange": true,
- "SaleAmount": 0,
- "VatToReceive": 0,
- "VatToPay": 0,
- "GainOrLossAmount": 0.1,
- "EconomicGainOrLossAmount": 0,
- "ShortTermGainOrLossAmount": 0,
- "LongTermGainOrLossAmount": 0,
- "LongTermGainOrLoss0PercentAmount": 0,
- "LongTermGainOrLoss12_8Or15PercentAmount": 0,
- "LongTermGainOrLoss19PercentAmount": 0,
- "OtherGainOrLoss19PercentAmount": 0
}, - "Forecast": {
- "Cumulation": 0.1,
- "VN": 0.1,
- "ExerciseValues": [
- 0
]
}, - "ExceptionalDotation": 0.1,
- "AmortizationBase": 0.1,
- "AmortizationRate": 0
}
}, - "IsEmpty": true
}This endpoint is obsolete and maintained only for backward compatibility; use the V2 forecast export endpoint instead. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export forecast assets. |
| periodBeginDate | string <date-time> The start date of the forecast period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the forecast period, must be later than or equal to periodBeginDate. |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
"string"This report highlights assets where economic amortization exceeds fiscally deductible amounts. Over-amortization must be tracked separately for tax reporting and compliance purposes.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the over-amortization report. |
| startDate | string <date-time> The start date of the reporting period, must be earlier than or equal to endDate. |
| endDate | string <date-time> The end date of the reporting period, must be later than or equal to startDate. |
{- "Rows": [
- {
- "Rows": [
- {
- "Label": "string",
- "AssetValue": 0,
- "OverAmortizationAmount": 0,
- "DurationInMonths": 0,
- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z"
}
], - "Total": {
- "Label": "string",
- "AssetValue": 0,
- "OverAmortizationAmount": 0
}, - "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "AccountNumber": "string",
- "Label": "string"
}
}
], - "Total": {
- "Label": "string",
- "AssetValue": 0,
- "OverAmortizationAmount": 0
}
}This report identifies vehicles and other assets with statutory limits on tax-deductible amortization. Deductibility limits vary by asset type and must be calculated according to current tax regulations.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the tax deductibility report. |
| startDate | string <date-time> The start date of the reporting period, must be earlier than or equal to endDate. |
| endDate | string <date-time> The end date of the reporting period, must be later than or equal to startDate. |
{- "Rows": [
- {
- "Rows": [
- {
- "Label": "string",
- "AcquisitionValue": 0.1,
- "DeductibilityAmount": 0.1,
- "DepreciationCharge": 0.1,
- "DepreciationChargeToReintegrate": 0.1,
- "DepreciationChargeLimited": 0.1,
- "AmortizationDuration": 0
}
], - "Total": {
- "Label": "string",
- "AcquisitionValue": 0.1,
- "DeductibilityAmount": 0.1,
- "DepreciationCharge": 0.1,
- "DepreciationChargeToReintegrate": 0.1,
- "DepreciationChargeLimited": 0.1
}, - "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "AccountNumber": "string",
- "Label": "string"
}
}
], - "Total": {
- "Label": "string",
- "AcquisitionValue": 0.1,
- "DeductibilityAmount": 0.1,
- "DepreciationCharge": 0.1,
- "DepreciationChargeToReintegrate": 0.1,
- "DepreciationChargeLimited": 0.1
}
}This endpoint provides category boundaries useful for financial analysis and statistical reporting. Categories are defined by account classification and include aggregate value ranges for all contained assets.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve categories with ranges. |
| periodBeginDate | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEndDate. |
| periodEndDate | string <date-time> The end date of the reporting period, must be later than or equal to periodBeginDate. |
[- {
- "CategoryLabel": "string",
- "Type": "Incorporelle",
- "MinDuration": "string",
- "MaxDuration": "string",
- "MinYear": 0,
- "MinMonth": 0,
- "MaxYear": 0,
- "MaxMonth": 0
}
]This report calculates short-term and long-term capital gains and losses on retired assets. Gain/loss classification follows tax regulations and affects taxable income calculations.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the gain or loss report. |
| periodStart required | string <date-time> The start date of the reporting period, must be earlier than or equal to periodEnd. |
| periodEnd required | string <date-time> The end date of the reporting period, must be later than or equal to periodStart. |
{- "Rows": [
- {
- "AssetId": 0,
- "Designation": "string",
- "AcquisitionValue": 0,
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "DeductibleVat": 0.1,
- "AmountIncludingTax": 0.1,
- "AmortizationInformation": {
- "AmortizationBelowDeductibilityAmount": 0.1,
- "ResidualValue": 0
}, - "SaleInformation": {
- "SellAmount": 0,
- "SellDate": "2019-08-24T14:15:22Z",
- "GainOrLossAmount": 0,
- "ShortTermGainOrLoss": 0.1,
- "LongTermGainOrLoss": 0.1,
- "LongTermSaleQualification": "Unknown",
- "TaxableGains19pc": 0.1
}
}
]
}This enhanced forecast provides improved accuracy for planning and budgeting purposes. Projections include economic, fiscal, and derogatory amortization for all active assets.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the forecast table. |
| startDate required | string <date-time> The start date of the forecast period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the forecast period, must be later than or equal to startDate. |
| numberOfYears | integer <int32> Default: 5 Number of forecast years to display (default: 5 years) |
{- "DotationYears": [
- 0
], - "Groups": {
- "property1": {
- "Categories": [
- {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountName": "string",
- "AccountLabel": "string",
- "AccountDescription": "string",
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "SubAccountLabel": "string",
- "SubAccountCode": "string",
- "IsAux": true,
- "Divided": "string",
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "IsExtended": true,
- "ArchivedAt": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "BookOperationId": 0
}, - "AllForecasts": [
- {
- "Id": 0,
- "Name": "string",
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "DurationInMonths": 0,
- "AmortizationMode": "string",
- "AmortizableBase": 0,
- "BeginningBookValue": 0,
- "DotationYears": [
- 0
], - "DotationYear1": 0,
- "DotationYear2": 0,
- "DotationYear3": 0,
- "DotationYear4": 0,
- "DotationYear5": 0,
- "DotationYear6": 0,
- "CumulatedAmortization": 0,
- "NetValue": 0.1
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}, - "IsGrouped": true
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}, - "property2": {
- "Categories": [
- {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountName": "string",
- "AccountLabel": "string",
- "AccountDescription": "string",
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "SubAccountLabel": "string",
- "SubAccountCode": "string",
- "IsAux": true,
- "Divided": "string",
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "IsExtended": true,
- "ArchivedAt": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "BookOperationId": 0
}, - "AllForecasts": [
- {
- "Id": 0,
- "Name": "string",
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "DurationInMonths": 0,
- "AmortizationMode": "string",
- "AmortizableBase": 0,
- "BeginningBookValue": 0,
- "DotationYears": [
- 0
], - "DotationYear1": 0,
- "DotationYear2": 0,
- "DotationYear3": 0,
- "DotationYear4": 0,
- "DotationYear5": 0,
- "DotationYear6": 0,
- "CumulatedAmortization": 0,
- "NetValue": 0.1
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}, - "IsGrouped": true
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}
}
}| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the inventory table. |
| startDate required | string <date-time> The start date of the inventory period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the inventory period, must be later than or equal to startDate. |
{- "AllCategories": [
- {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountName": "string",
- "AccountLabel": "string",
- "AccountDescription": "string",
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "SubAccountLabel": "string",
- "SubAccountCode": "string",
- "IsAux": true,
- "Divided": "string",
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "IsExtended": true,
- "ArchivedAt": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "BookOperationId": 0
}, - "AllAssets": [
- {
- "Id": 0,
- "Label": "string",
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "RetirementDate": "2019-08-24T14:15:22Z",
- "AcquisitionValue": 0,
- "Quantity": 0.1,
- "ResidualValue": 0.1
}
], - "Total": {
- "TotalAcquisitionValue": 0,
- "TotalQuantity": 0,
- "TotalResidualValue": 0
}
}
], - "Total": {
- "TotalAcquisitionValue": 0,
- "TotalQuantity": 0,
- "TotalResidualValue": 0
}
}| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the inventory table. |
| exportType required | string Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
| startDate required | string <date-time> The start date of the inventory period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the inventory period, must be later than or equal to startDate. |
"string"| enterpriseId required | integer <int32> |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
| NumberOfYears | integer or null <int32> |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
], - "NumberOfYears": 0
}{- "DotationYears": [
- 0
], - "Groups": {
- "property1": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "AllForecasts": [
- null
], - "Total": {
- "TotalAmortizableBase": null,
- "TotalBeginningBookValue": null,
- "TotalDotationYears": [ ],
- "TotalDotationYear1": null,
- "TotalDotationYear2": null,
- "TotalDotationYear3": null,
- "TotalDotationYear4": null,
- "TotalDotationYear5": null,
- "TotalDotationYear6": null,
- "TotalCumulatedAmortization": null,
- "TotalNetValue": null
}, - "IsGrouped": true
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}, - "property2": {
- "Axes": [
- {
- "AxisName": "string",
- "Tags": [
- {
- "TagName": "string",
- "Accounts": [
- {
- "Account": {
- "AccountId": null,
- "SubAccountId": null,
- "Account": null,
- "AccountClass": null,
- "AccountName": null,
- "AccountLabel": null,
- "AccountDescription": null,
- "Impactable": null,
- "Dividable": null,
- "Configurable": null,
- "Optional": null,
- "StatusByPeriod": [ ],
- "SubAccountLabel": null,
- "SubAccountCode": null,
- "IsAux": null,
- "Divided": null,
- "ValidFrom": null,
- "ValidTo": null,
- "IsExtended": null,
- "ArchivedAt": null,
- "DeletedAt": null,
- "BookOperationId": null
}, - "AllForecasts": [
- null
], - "Total": {
- "TotalAmortizableBase": null,
- "TotalBeginningBookValue": null,
- "TotalDotationYears": [ ],
- "TotalDotationYear1": null,
- "TotalDotationYear2": null,
- "TotalDotationYear3": null,
- "TotalDotationYear4": null,
- "TotalDotationYear5": null,
- "TotalDotationYear6": null,
- "TotalCumulatedAmortization": null,
- "TotalNetValue": null
}, - "IsGrouped": true
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}
], - "Total": {
- "TotalAmortizableBase": 0,
- "TotalBeginningBookValue": 0,
- "TotalDotationYears": [
- 0
], - "TotalDotationYear1": 0,
- "TotalDotationYear2": 0,
- "TotalDotationYear3": 0,
- "TotalDotationYear4": 0,
- "TotalDotationYear5": 0,
- "TotalDotationYear6": 0,
- "TotalCumulatedAmortization": 0,
- "TotalNetValue": 0.1
}
}
}
}| enterpriseId required | integer <int32> |
| exportType | string Default: "Pdf" Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" |
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| TagIds | Array of integers or null <int32> non-empty [ items <int32 > ] |
| NumberOfYears | integer or null <int32> |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "TagIds": [
- 0
], - "NumberOfYears": 0
}"string"The export includes all active assets with projected economic, fiscal, and derogatory amortization. The generated file is temporarily stored and accessed via the returned URL.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the forecast table. |
| exportType required | string Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
| startDate required | string <date-time> The start date of the forecast period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the forecast period, must be later than or equal to startDate. |
| numberOfYears | integer <int32> Default: 5 Number of forecast years to display (default: 5 years) |
"string"This endpoint returns a formatted section filtered by amortization type (Economic, Fiscal, or Derogatory). The section is structured for direct integration into larger financial documents.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the forecast table section. |
| startDate required | string <date-time> The start date of the forecast period in UTC format, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the forecast period in UTC format, must be later than or equal to startDate. |
| amortizationType required | string Enum: "Economic" "Fiscal" "Derogatory" The specific amortization type to include in the section; valid values are Economic, Fiscal, or Derogatory. |
| numberOfYears | integer <int32> Default: 5 Number of forecast years to display (default: 5 years) |
"string"This simulation helps determine optimal amortization strategies by comparing minimum and maximum allowable amounts. The report is useful for tax planning and includes projected impacts on taxable income.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to export the mini-maxi simulation. |
| exportType required | string Enum: "Html" "Pdf" "Csv" "Excel" "Inqom" The desired file format for the export; valid values include Pdf, Csv, Excel. |
| startDate required | string <date-time> The start date of the simulation period, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the simulation period, must be later than or equal to startDate. |
{- "Filename": "string",
- "Url": "string"
}This endpoint returns a formatted section suitable for integration into larger financial documents. The section includes inventory data structured for direct document assembly.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve the inventory table section. |
| startDate required | string <date-time> The start date of the inventory period in UTC format, must be earlier than or equal to endDate. |
| endDate required | string <date-time> The end date of the inventory period in UTC format, must be later than or equal to startDate. |
"string"Geographical locations help organize and track fixed assets by physical location. Locations are used for asset categorization, reporting, and inventory management.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve geographical locations. |
[- {
- "Id": 0,
- "Location": "string"
}
]The location name must be unique within the accounting folder. Once created, the location can be assigned to one or more fixed assets.
| enterpriseId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to create the geographical location. |
The location data containing the unique location name or identifier.
| Location required | string |
{- "Location": "string"
}{- "Id": 0,
- "Location": "string"
}Returns the complete list of grants including active grants with remaining balances and fully amortized grants. Each grant includes account information, total and available amounts, and past grant history if applicable.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve grants. |
[- {
- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}, - "AccountingFolderId": 0
}
]The grant must reference a valid grant account and can include past amortization data for historical grants. Total amount must be positive and the grant date determines the start of amortization.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) in which to create the grant. |
The grant data including name, account, amount, date, funder, and optional past grant information.
| Name | string or null |
object (AccountCommand) | |
| Amount required | number <decimal> |
| GrantDate required | string <date-time> |
| Funder | string or null |
object (PastGrantCommand) |
{- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "Amount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}{- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}, - "AccountingFolderId": 0
}Returns detailed information about a single grant including allocation history and remaining balance.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the grant. |
| grantId required | integer <int32> The unique identifier of the grant to retrieve. |
{- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}, - "AccountingFolderId": 0
}All grant properties can be modified except those already allocated to assets. Changing the grant amount may affect available balance for future asset allocations.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the grant. |
| grantId required | integer <int32> The unique identifier of the grant to update. |
The updated grant data including name, account, amount, date, funder, and optional past grant information.
| Name | string or null |
object (AccountCommand) | |
| Amount required | number <decimal> |
| GrantDate required | string <date-time> |
| Funder | string or null |
object (PastGrantCommand) |
{- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "Amount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}
}{- "Id": 0,
- "Name": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string"
}, - "TotalAmount": 0,
- "AvailableAmount": 0,
- "GrantDate": "2019-08-24T14:15:22Z",
- "Funder": "string",
- "PastGrant": {
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z"
}, - "AccountingFolderId": 0
}A grant can only be deleted if it has not been allocated to any assets. Grants with existing allocations must have those allocations removed before deletion.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) containing the grant. |
| grantId required | integer <int32> The unique identifier of the grant to delete. |
Returns accounts filtered by the specified grant account kind (FixedAsset for equipment grants). Only accounts active at the optional start date are included in the results.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve available accounts. |
| accountKind | string Enum: "Unknown" "FixedAsset" The type of grant account to filter; valid values include FixedAsset for investment grants. |
| startDate | string or null <date-time> Optional date to filter accounts that are active at the specified date. |
[- {
- "ContactId": 0,
- "Managed": true,
- "Impactable": true,
- "Dividable": true,
- "Configurable": true,
- "Optional": true,
- "StatusByPeriod": [
- {
- "BeginDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "Status": "string"
}
], - "AuxAccount": 0,
- "Divided": "string",
- "IsAux": true,
- "IsSub": true,
- "MappingAccount": 0,
- "BookOperationId": 0,
- "ValidFrom": "2019-08-24T14:15:22Z",
- "ValidTo": "2019-08-24T14:15:22Z",
- "DeletedAt": "2019-08-24T14:15:22Z",
- "EnterpriseId": 0,
- "AccountId": 0,
- "SubAccountId": 0,
- "Account": 0,
- "AccountClass": 0,
- "AccountLabel": "string",
- "AccountName": "string",
- "AccountDescription": "string",
- "SubAccountLabel": "string",
- "SubAccountCode": "string"
}
]The import process validates grant data and can include past amortization history. Any validation errors are returned in the summary without creating the grants. Maximum file size is 100 MB and supported formats are determined by the provider parameter.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) into which to import grants. |
| pastGrantDate | string or null <date-time> Optional date representing the end of past grant amortization period for historical data. |
| provider | string Enum: "Inqom" "Cegid" "Quadra" "Coala" "Sage" "Acd" "Agiris" The import file format provider; valid values include Agiris and Cegid. |
| attachmentFile | string or null <binary> The file containing grant data to import, must not exceed 100 MB. |
{- "ImportedCount": 0,
- "Errors": [
- "string"
]
}Returns a paginated, filterable, sortable list of active assets on amortizable accounts (1 row per individual component for decomposed assets), with pre-filled theoretical NBV and remaining duration ready to be adjusted.
| accountingFolderId required | integer <int32> |
| transitionDate required | string <date-time> |
| search | string or null |
| page | integer or null <int32> |
| limit | integer or null <int32> |
| sortBy | string or null Enum: "Name" "AcquisitionDate" "AcquisitionValue" "TheoreticalNetValue" "RemainingDuration" |
| sortDirection | string or null Enum: "Asc" "Desc" |
{- "Items": [
- {
- "Id": 0,
- "Name": "string",
- "AcquisitionDate": "2019-08-24T14:15:22Z",
- "AcquisitionValue": 0,
- "TheoreticalNetValue": 0,
- "RemainingYearsPrefilled": 0,
- "RemainingMonthsPrefilled": 0,
- "InqomCalculatedValue": 0
}
], - "CurrentPage": 0,
- "PageSize": 0,
- "TotalCount": 0,
- "PageCount": 0
}The mini-maxi approach allows choosing between minimum, maximum, or intermediate amortization amounts for tax optimization. The selected strategy applies to all applicable assets within the specified period. Mini and maxi values represent the allowed range, while intermediate allows custom positioning within that range.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to configure mini-maxi amortization. |
The mini-maxi configuration including period dates, strategy type (Mini, Maxi, or Intermediate), and value thresholds.
| StartDate required | string <date-time> |
| EndDate required | string <date-time> |
| MiniMaxiType required | string Enum: "Maxi" "Mini" "Intermediate" |
| IntermediateValue | number or null <double> |
| MiniValue required | number <decimal> |
| MaxiValue required | number <decimal> |
| AssetIds | Array of integers or null <int32> [ items <int32 > ] |
{- "StartDate": "2019-08-24T14:15:22Z",
- "EndDate": "2019-08-24T14:15:22Z",
- "MiniMaxiType": "Maxi",
- "IntermediateValue": 0.1,
- "MiniValue": 0,
- "MaxiValue": 0,
- "AssetIds": [
- 0
]
}Returns the configured mini-maxi strategy including minimum and maximum allowable amortization amounts. The configuration shows the current applied strategy and values for the specified period.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to retrieve mini-maxi configuration. |
| startDate required | string <date-time> The start date of the period for which to retrieve the mini-maxi configuration. |
| endDate required | string <date-time> The end date of the period for which to retrieve the mini-maxi configuration. |
{- "AccountingFolderId": 0,
- "MiniMaxiType": "Maxi",
- "MiniValue": 0,
- "MaxiValue": 0,
- "IntermediateValue": 0.1,
- "AssetIds": [
- 0
]
}The simulation calculates the impact of different mini-maxi strategies without applying them. Results show minimum, maximum, and intermediate amortization amounts and their effects on net book values. This allows evaluation of tax implications before committing to a specific strategy.
| accountingFolderId required | integer <int32> The unique identifier of the accounting folder (Dossier) for which to simulate mini-maxi scenarios. |
| startDate required | string <date-time> The start date of the period for which to simulate mini-maxi amortization. |
| endDate required | string <date-time> The end date of the period for which to simulate mini-maxi amortization. |
{- "Exercices": [
- {
- "Start": "2019-08-24T14:15:22Z",
- "End": "2019-08-24T14:15:22Z",
- "EcoAmortization": 0,
- "MiniMaxis": [
- {
- "Type": "Maxi",
- "Value": 0,
- "SubventionDotation": 0.1
}
]
}
]
}