Download OpenAPI specification:
L'API d'analytique comptable fournit des points de terminaison pour la gestion des dimensions analytiques de la comptabilité. Elle permet des opérations liées aux axes analytiques (y compris les axes système comme la TVA et la Quantité), aux tags (valeurs d'axes organisées en hiérarchie sur plusieurs niveaux), aux règles d'affectation analytique par compte (avec mécanisme de récupération), aux catégories de comptes, aux documents comptables analytiques, aux analytiques externes et aux transactions. L'API comprend également des fonctionnalités pour la gestion des bibliothèques d'axes et de tags partagées et des paramètres analytiques.
Voir : Authentification API Inqom
Base URL
| accountingFolderId required | integer <int32> The accounting folder identifier. |
[- {
- "Id": 0,
- "RuleEffectiveSinceDate": "2019-08-24T14:15:22Z",
- "RecoveryState": "None",
- "RecoveryId": "33f4a4b3-cc0d-4801-a73d-953eac64f5e1",
- "Trigger": {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0
}
}, - "TagActions": [
- {
- "AxisId": 0,
- "TagId": 0,
- "Value": 0
}
]
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the data of the account analytics rule to create.
required | object (CreateAccountAnalyticsRuleTriggerCommand) |
required | Array of objects (CreateAccountAnalyticsRuleTagActionCommand) |
{- "Trigger": {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0
}
}, - "TagActions": [
- {
- "AxisId": 0,
- "TagId": 0,
- "Value": 0
}
]
}0| accountingFolderId required | integer <int32> The accounting folder identifier. |
| ruleId required | integer <int32> The account analytics rule identifier. |
The command containing the updated data of the account analytics rule.
required | object (UpdateAccountAnalyticsRuleTriggerCommand) |
required | Array of objects (UpdateAccountAnalyticsRuleTagActionCommand) |
{- "Trigger": {
- "Account": {
- "AccountId": 0,
- "SubAccountId": 0
}
}, - "TagActions": [
- {
- "AxisId": 0,
- "TagId": 0,
- "Value": 0
}
]
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
| accountId required | integer <int32> The account identifier whose analytics rule must be deleted. |
| subAccountId | integer <int32> The optional sub-account identifier whose analytics rule must be deleted. |
| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the data of the account analytics rules recovery to enqueue.
| RuleIds required | Array of integers <int32> unique [ items <int32 > ] |
| RecoveryStartDate required | string <date-time> |
{- "RuleIds": [
- 0
], - "RecoveryStartDate": "2019-08-24T14:15:22Z"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the data of the account analytics rules recovery to cancel.
| RecoveryId required | string <uuid> |
{- "RecoveryId": "33f4a4b3-cc0d-4801-a73d-953eac64f5e1"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the data of the account analytics rule recovery to start.
| RecoveryId required | string <uuid> |
| RuleId required | integer <int32> |
{- "RecoveryId": "33f4a4b3-cc0d-4801-a73d-953eac64f5e1",
- "RuleId": 0
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the data of the account analytics rule recovery to end.
| RecoveryId required | string <uuid> |
| RuleId required | integer <int32> |
| RecoveryStartDate required | string <date-time> |
{- "RecoveryId": "33f4a4b3-cc0d-4801-a73d-953eac64f5e1",
- "RuleId": 0,
- "RecoveryStartDate": "2019-08-24T14:15:22Z"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
| accountingDocumentsIds required | Array of integers <int32> [ items <int32 > ] The identifiers of the accounting documents whose analytics axes and tags are retrieved. |
[- {
- "Id": 0,
- "AccountingDocumentId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the accounting documents analytics axes and tags to create.
| ComplementaryInformations | string or null |
| AccountingDocumentIds required | Array of integers <int32> [ items <int32 > ] |
required | Array of objects (CreateAccountingDocumentAxisCommand) |
| SourceId | string or null |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| ActionFrom required | string Enum: "Files" "EntryManager" |
{- "ComplementaryInformations": "string",
- "AccountingDocumentIds": [
- 0
], - "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
], - "SourceId": "string",
- "Source": "Unknown",
- "ActionFrom": "Files"
}[- {
- "Id": 0,
- "AccountingDocumentId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the accounting document analytics axes and tags to update.
| Id required | integer <int32> |
| AccountingDocumentId required | integer <int32> |
| ComplementaryInformations | string or null |
required | Array of objects (UpdateAccountingDocumentAxisCommand) |
| ActionFrom required | string Enum: "Files" "EntryManager" |
{- "Id": 0,
- "AccountingDocumentId": 0,
- "ComplementaryInformations": "string",
- "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
], - "ActionFrom": "Files"
}{- "Id": 0,
- "AccountingDocumentId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The query containing the accounting document identifiers to retrieve analytics for.
| AccountingDocumentsIds required | Array of integers <int32> [ items <int32 > ] |
{- "AccountingDocumentsIds": [
- 0
]
}[- {
- "Id": 0,
- "AccountingDocumentId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier |
The search query with analytic filters
| WithAxisId | integer or null <int32> |
| WithoutAxisId | integer or null <int32> |
| WithTagId | integer or null <int32> |
| WithoutTagId | integer or null <int32> |
{- "WithAxisId": 0,
- "WithoutAxisId": 0,
- "WithTagId": 0,
- "WithoutTagId": 0
}[- 0
]| accountingFolderId required | integer <int32> The accounting folder identifier |
The command containing the analytics ID to delete
| AccountingDocumentAnalyticsId required | integer <int32> |
| ActionFrom required | string Enum: "Files" "EntryManager" |
{- "AccountingDocumentAnalyticsId": 0,
- "ActionFrom": "Files"
}| accountingFolderId required | integer <int32> The accounting folder identifier |
The command containing the document ID to delete
| AccountingDocumentId required | integer <int32> |
| ActionFrom required | string Enum: "Files" "EntryManager" |
{- "AccountingDocumentId": 0,
- "ActionFrom": "Files"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command describing the account category to create.
| Category required | string Enum: "CompteDeCharge" "CompteDeProduit" "CompteDeBilan" "CompteDeResultat" |
{- "Category": "CompteDeCharge"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command describing the account category to delete.
| Category required | string Enum: "CompteDeCharge" "CompteDeProduit" "CompteDeBilan" "CompteDeResultat" |
{- "Category": "CompteDeCharge"
}| enterpriseId required | integer <int32> The enterprise identifier. |
| includeSystemAxises | boolean Default: false Whether to include the VAT system axis in the results. |
| axisType | string Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" The axis type to filter on. When null, management axes are returned. |
[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}
]| enterpriseId required | integer <int32> The enterprise identifier. |
The command describing the management axis to create.
| Name required | string non-empty |
| Description | string or null |
Array of objects or null (TagCreationCommand) | |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| SourceId | string or null |
{- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}
], - "Source": "Unknown",
- "SourceId": "string"
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisType | string Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" The axis type to filter on. When null, no axises are returned. |
[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}
]| enterpriseId required | integer <int32> The enterprise identifier. |
The query describing the axis filters to apply. When omitted, all axises are returned.
| WithTypes | Array of strings or null Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" |
| WithoutTypes | Array of strings or null Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" |
{- "WithTypes": [
- "TVA"
], - "WithoutTypes": [
- "TVA"
]
}[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}
]| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the axis values to update.
| Name required | string non-empty |
| Description | string or null |
{- "Name": "string",
- "Description": "string"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
| sourceType | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" The source type used to identify the system axis. |
{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
| axisType | string Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" The axis type to assign to the system axis. Defaults to Management when not provided. |
The command describing the system axis to create.
| Name required | string non-empty |
| Description | string or null |
Array of objects or null (TagCreationCommand) | |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| SourceId | string or null |
{- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}
], - "Source": "Unknown",
- "SourceId": "string"
}0| accountingFolderId required | integer <int32> The accounting folder identifier. |
{- "Axises": [
- {
- "AxisId": 0,
- "Tags": [
- {
- "TagId": 0,
- "DocumentsCount": 0,
- "TransactionsCount": 0,
- "FixedAssetsCount": 0,
- "LoansCount": 0,
- "LeasesCount": 0,
- "CapParsCount": 0,
- "CcaPcasCount": 0,
- "CurrentAccountInterestsCount": 0,
- "CashbooksCount": 0
}
]
}
]
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
The optional search criteria used to filter the library axises.
| WithTypes | Array of strings or null Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" |
| WithoutTypes | Array of strings or null Enum: "TVA" "Management" "CSE" "SCI" "Establishment" "Quantity" "ReceiptCategory" "PaymentCategory" "PaymentMode" "VatCode" |
{- "WithTypes": [
- "TVA"
], - "WithoutTypes": [
- "TVA"
]
}[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}
]| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
The command describing the library axis to create.
| Name required | string non-empty |
| Description | string or null |
Array of objects or null (TagCreationCommand) | |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| SourceId | string or null |
{- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}
], - "Source": "Unknown",
- "SourceId": "string"
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the library axis updates to apply.
| Name required | string non-empty |
| Description | string or null |
{- "Name": "string",
- "Description": "string"
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The query describing the external analytics to retrieve.
| ExternalIds required | Array of integers <int32> [ items <int32 > ] |
| ExternalType required | string Enum: "Unknown" "FixedAsset" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "Cashbook" |
{- "ExternalIds": [
- 0
], - "ExternalType": "Unknown"
}[- {
- "Id": 0,
- "ExternalId": 0,
- "ExternalType": "Unknown",
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0,
- "TagName": "string"
}
], - "AxisName": "string"
}
], - "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the external analytics to create.
| ExternalIds required | Array of integers <int32> [ items <int32 > ] |
| ExternalType required | string Enum: "Unknown" "FixedAsset" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "Cashbook" |
required | Array of objects (CreateExternalAxisCommand) |
| SourceId | string or null |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
{- "ExternalIds": [
- 0
], - "ExternalType": "Unknown",
- "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
], - "SourceId": "string",
- "Source": "Unknown"
}[- {
- "Id": 0,
- "ExternalId": 0,
- "ExternalType": "Unknown",
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0,
- "TagName": "string"
}
], - "AxisName": "string"
}
], - "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the external analytic to update.
| Id required | integer <int32> |
required | Array of objects (UpdateExternalAxisCommand) |
{- "Id": 0,
- "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
]
}{- "Id": 0,
- "ExternalId": 0,
- "ExternalType": "Unknown",
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0,
- "TagName": "string"
}
], - "AxisName": "string"
}
], - "SourceId": "string",
- "Source": "Unknown"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command containing the external analytics to update or create.
| ExternalType required | string Enum: "Unknown" "FixedAsset" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "Cashbook" |
| ExternalIds required | Array of integers <int32> [ items <int32 > ] |
required | Array of objects (UpsertExternalAxisCommand) |
| SourceId | string or null |
| SourceType required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
{- "ExternalType": "Unknown",
- "ExternalIds": [
- 0
], - "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
], - "SourceId": "string",
- "SourceType": "Unknown"
}[- {
- "Id": 0,
- "ExternalId": 0,
- "ExternalType": "Unknown",
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0,
- "TagName": "string"
}
], - "AxisName": "string"
}
], - "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command describing the external identifier of the external analytics to delete.
| ExternalId required | integer <int32> |
| ExternalType required | string Enum: "Unknown" "FixedAsset" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "Cashbook" |
{- "ExternalId": 0,
- "ExternalType": "Unknown"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command describing the source identifier of the external analytics to delete.
| SourceId required | string non-empty |
| SourceType required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
{- "SourceId": "string",
- "SourceType": "Unknown"
}| companyId required | integer <int32> The company identifier. |
[- {
- "Id": 0,
- "CompanyId": 0,
- "Name": "string",
- "Description": "string",
- "IsPublished": true,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ChartOfAccountsTypes": [
- "InqomPcg"
], - "CanBeDeleted": true
}
]| companyId required | integer <int32> The company identifier. |
The command describing the library to create.
| Name required | string non-empty |
| Description | string or null |
| ChartOfAccountsTypes | Array of strings or null unique Enum: "InqomPcg" "PCAAssociatif" "PCGeneral" "PCCSE" "PCNotary" "PCAgricole" |
{- "Name": "string",
- "Description": "string",
- "ChartOfAccountsTypes": [
- "InqomPcg"
]
}{- "Id": 0,
- "CompanyId": 0,
- "Name": "string",
- "Description": "string",
- "IsPublished": true,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ChartOfAccountsTypes": [
- "InqomPcg"
], - "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
{- "Id": 0,
- "CompanyId": 0,
- "Name": "string",
- "Description": "string",
- "IsPublished": true,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ChartOfAccountsTypes": [
- "InqomPcg"
], - "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
The command describing the library updates to apply.
| Name required | string non-empty |
| Description | string or null |
| ChartOfAccountsTypes | Array of strings or null unique Enum: "InqomPcg" "PCAAssociatif" "PCGeneral" "PCCSE" "PCNotary" "PCAgricole" |
{- "Name": "string",
- "Description": "string",
- "ChartOfAccountsTypes": [
- "InqomPcg"
]
}{- "Id": 0,
- "CompanyId": 0,
- "Name": "string",
- "Description": "string",
- "IsPublished": true,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ChartOfAccountsTypes": [
- "InqomPcg"
], - "CanBeDeleted": true
}| companyId required | integer <int32> |
| File required | string <binary> |
| LibraryName required | string |
| LibraryDescription | string |
{- "Id": 0,
- "CompanyId": 0,
- "Name": "string",
- "Description": "string",
- "IsPublished": true,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ChartOfAccountsTypes": [
- "InqomPcg"
], - "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| publish | boolean When |
{- "Id": 0,
- "CompanyId": 0,
- "Name": "string",
- "Description": "string",
- "IsPublished": true,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ChartOfAccountsTypes": [
- "InqomPcg"
], - "CanBeDeleted": true
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
{- "Id": 0,
- "Name": "string",
- "IsActive": true,
- "IsInqomLibrary": true,
- "AxisCount": 0,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "Axises": [
- {
- "Id": 0,
- "Name": "string",
- "IsFavorite": true
}
]
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
[- {
- "Id": 0,
- "Name": "string",
- "IsActive": true,
- "IsInqomLibrary": true,
- "AxisCount": 0,
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "Axises": [
- {
- "Id": 0,
- "Name": "string",
- "IsFavorite": true
}
]
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
| libraryId required | integer <int32> The library identifier. |
The command carrying the axis identifiers to favorite.
| AxisIds required | Array of integers <int32> unique [ items <int32 > ] |
{- "AxisIds": [
- 0
]
}[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command holding the new settings values to apply to the accounting folder.
| DefaultToAnalyticsView required | boolean |
{- "DefaultToAnalyticsView": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the tag to create.
| Name required | string non-empty |
| Description | string or null |
| Color | string or null Enum: "IndigoLight" "SkyLight" "PinkLight" "VioletLight" "OrangeLight" "YellowLight" "TealLight" "GrayLight" "Indigo" "Sky" "Pink" "Violet" "Orange" "Yellow" "Teal" "Gray" "IndigoDark" "SkyDark" "PinkDark" "VioletDark" "OrangeDark" "YellowDark" "TealDark" "GrayDark" |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| SourceId | string or null |
| ParentTagId | integer or null <int32> |
{- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the collection of tags to create.
required | Array of objects (TagCreationCommand) |
{- "TagCreationCommands": [
- {
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}
]
}[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the system tag to create.
| Name required | string non-empty |
| Description | string or null |
| Color | string or null Enum: "IndigoLight" "SkyLight" "PinkLight" "VioletLight" "OrangeLight" "YellowLight" "TealLight" "GrayLight" "Indigo" "Sky" "Pink" "Violet" "Orange" "Yellow" "Teal" "Gray" "IndigoDark" "SkyDark" "PinkDark" "VioletDark" "OrangeDark" "YellowDark" "TealDark" "GrayDark" |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| SourceId | string or null |
| ParentTagId | integer or null <int32> |
{- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
The command describing the tag updates to apply.
| Name required | string non-empty |
| Description | string or null |
| Color | string or null Enum: "IndigoLight" "SkyLight" "PinkLight" "VioletLight" "OrangeLight" "YellowLight" "TealLight" "GrayLight" "Indigo" "Sky" "Pink" "Violet" "Orange" "Yellow" "Teal" "Gray" "IndigoDark" "SkyDark" "PinkDark" "VioletDark" "OrangeDark" "YellowDark" "TealDark" "GrayDark" |
{- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight"
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
The command describing the system tag updates to apply.
| Name required | string non-empty |
| Description | string or null |
| Color | string or null Enum: "IndigoLight" "SkyLight" "PinkLight" "VioletLight" "OrangeLight" "YellowLight" "TealLight" "GrayLight" "Indigo" "Sky" "Pink" "Violet" "Orange" "Yellow" "Teal" "Gray" "IndigoDark" "SkyDark" "PinkDark" "VioletDark" "OrangeDark" "YellowDark" "TealDark" "GrayDark" |
{- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight"
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
The command carrying the new read-only value to apply.
| IsReadOnly required | boolean |
{- "IsReadOnly": true
}| enterpriseId required | integer <int32> The enterprise identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the tags and their new parent.
| TagIds required | Array of integers <int32> non-empty [ items <int32 > ] |
| ParentTagId | integer or null <int32> |
{- "TagIds": [
- 0
], - "ParentTagId": 0
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the tag to add to the library axis.
| Name required | string non-empty |
| Description | string or null |
| Color | string or null Enum: "IndigoLight" "SkyLight" "PinkLight" "VioletLight" "OrangeLight" "YellowLight" "TealLight" "GrayLight" "Indigo" "Sky" "Pink" "Violet" "Orange" "Yellow" "Teal" "Gray" "IndigoDark" "SkyDark" "PinkDark" "VioletDark" "OrangeDark" "YellowDark" "TealDark" "GrayDark" |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
| SourceId | string or null |
| ParentTagId | integer or null <int32> |
{- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the tags to add to the library axis.
required | Array of objects (TagCreationCommand) |
{- "TagCreationCommands": [
- {
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "Source": "Unknown",
- "SourceId": "string",
- "ParentTagId": 0
}
]
}[- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
]| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
The command describing the updated values of the tag.
| Name required | string non-empty |
| Description | string or null |
| Color | string or null Enum: "IndigoLight" "SkyLight" "PinkLight" "VioletLight" "OrangeLight" "YellowLight" "TealLight" "GrayLight" "Indigo" "Sky" "Pink" "Violet" "Orange" "Yellow" "Teal" "Gray" "IndigoDark" "SkyDark" "PinkDark" "VioletDark" "OrangeDark" "YellowDark" "TealDark" "GrayDark" |
{- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight"
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
The command describing the tags and their new parent.
| TagIds required | Array of integers <int32> non-empty [ items <int32 > ] |
| ParentTagId | integer or null <int32> |
{- "TagIds": [
- 0
], - "ParentTagId": 0
}{- "Id": 0,
- "Name": "string",
- "Description": "string",
- "TagsCollection": [
- {
- "Id": 0,
- "Name": "string",
- "Description": "string",
- "Color": "IndigoLight",
- "IsReadOnly": true,
- "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisId": 0,
- "ParentTagId": 0,
- "TagsCollection": [
- { }
], - "IsActivable": true,
- "CanBeDeleted": true
}
], - "Source": "Unknown",
- "SourceId": "string",
- "IsSystem": true,
- "AxisType": "TVA",
- "AccountingFolderId": 0,
- "CompanyId": 0,
- "LibraryId": 0,
- "CanBeDeleted": true
}| companyId required | integer <int32> The company identifier. |
| libraryId required | integer <int32> The library identifier. |
| axisId required | integer <int32> The axis identifier. |
| tagId required | integer <int32> The tag identifier. |
The command describing the read-only flag value to apply to the tag.
| IsReadOnly required | boolean |
{- "IsReadOnly": true
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
| transactionIds required | Array of integers <int32> [ items <int32 > ] The identifiers of the transactions to retrieve. |
[- {
- "Id": 0,
- "TransactionId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command describing the transaction analytics to create.
| ComplementaryInformations | string or null |
| TransactionIds required | Array of integers <int32> [ items <int32 > ] |
required | Array of objects (CreateTransactionAxisCommand) |
| SourceId | string or null |
| Source required | string Enum: "Unknown" "Manual" "ImportFec" "TaxReporting" "System" "PublicApi" "PermanentFileBuilding" "ANouveaux" "FixedAsset" "Grant" "Loan" "Lease" "CapPar" "CcaPca" "CurrentAccountInterest" "ImportTra" "ImportAnalytics" |
{- "ComplementaryInformations": "string",
- "TransactionIds": [
- 0
], - "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
], - "SourceId": "string",
- "Source": "Unknown"
}[- {
- "Id": 0,
- "TransactionId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
The command describing the transaction analytics to update.
| Id required | integer <int32> |
| TransactionId required | integer <int32> |
| ComplementaryInformations | string or null |
required | Array of objects (UpdateTransactionAxisCommand) |
{- "Id": 0,
- "TransactionId": 0,
- "ComplementaryInformations": "string",
- "Axises": [
- {
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "TagId": 0,
- "Value": 0
}
]
}
]
}{- "Id": 0,
- "TransactionId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}| accountingFolderId required | integer <int32> The accounting folder identifier. |
The identifiers of the transactions to retrieve.
[- 0
][- {
- "Id": 0,
- "TransactionId": 0,
- "Axises": [
- {
- "Id": 0,
- "AxisId": 0,
- "Unit": "Percent",
- "Tags": [
- {
- "Id": 0,
- "TagId": 0,
- "Value": 0
}
]
}
], - "ComplementaryInformations": "string",
- "SourceId": "string",
- "Source": "Unknown"
}
]| accountingFolderId required | integer <int32> The accounting folder identifier. |
| transactionId required | integer <int32> The identifier of the source transaction whose analytics must be deleted. |