Passa al contenuto principale
Versione: 2025.003.000 (beta)

WebApi - FI

This is Swagger Docs for Finance WebApi Teamsystemn Enterprise Cloud, more detail at https://swagger.io.

This C# SDK is automatically generated by the Swagger Codegen project:

  • API version: v2025.1000
  • SDK version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.dotnet.CSharpClientCodegen For more information, please visit https://mysupport.teamsystem.com/

Frameworks supported

  • .NET 4.7.1 or later

Dependencies

The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:

Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes

NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742

Installation

Run the following commands to generate the DLL

cd src/IO.Swagger
dotnet restore
dotnet build

Then include the DLL (under the bin folder) in the C# project, and use the namespaces:

using Api;
using Client;
using Model;

Packaging

A .nuspec is included with the project. You can follow the Nuget quickstart to create and publish packages.

This .nuspec uses placeholders from the .csproj, so build the .csproj directly:

nuget pack -Build -OutputDirectory out csproj

Then, publish to a local feed or other host and consume the new package via Nuget as usual.

Getting Started

using System;
using System.Diagnostics;
using Api;
using Client;
using Model;

namespace Example
{
public class Example
{
public void main()
{
// Configure HTTP basic authorization: Basic
Configuration.Default.Username = "YOUR_USERNAME";
Configuration.Default.Password = "YOUR_PASSWORD";

var apiInstance = new AccountCustomerSupplierProposalFIApi();
var body = new AccountCustomerSupplierProposalDuplicationParametersFIDTO(); // AccountCustomerSupplierProposalDuplicationParametersFIDTO | Parameters for duplication
var environment = environment_example; // string |
var authorizationScope = authorizationScope_example; // string | The environment where this operation will be executed. This must match with the environment in the url.
var company = company_example; // string | Company code (optional)
var user = user_example; // string | Application user (mandatory if the WebApi user does not have any mapped application user) (optional)
var acceptLanguage = acceptLanguage_example; // string | Example for multilanguage (optional) (default to it-IT)

try
{
// Duplication of Account Customer Supplier Proposal
apiInstance.ApiV1EnvironmentFIAccountCustomerSupplierProposalFIAccountCustomerSupplierProposalFIDuplicationPost(body, environment, authorizationScope, company, user, acceptLanguage);
}
catch (Exception e)
{
Debug.Print("Exception when calling AccountCustomerSupplierProposalFIApi.ApiV1EnvironmentFIAccountCustomerSupplierProposalFIAccountCustomerSupplierProposalFIDuplicationPost: " + e.Message );
}
}
}
}

Documentation for API Endpoints

All URIs are relative to https://apicsdemo.teamsystem.io

ClassMethodHTTP requestDescription
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIAccountCustomerSupplierProposalFIDuplicationPostPOST /api/v1/production/FI/AccountCustomerSupplierProposalFI/AccountCustomerSupplierProposalFIDuplicationDuplication of Account Customer Supplier Proposal
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIGetGET /api/v1/production/FI/AccountCustomerSupplierProposalFIGet new
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIIdDeleteDELETE /api/v1/production/FI/AccountCustomerSupplierProposalFI/0Delete
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIIdGetGET /api/v1/production/FI/AccountCustomerSupplierProposalFI/0Get by ID
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIIdPatchPATCH /api/v1/production/FI/AccountCustomerSupplierProposalFI/0Update partial
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIIdPutPUT /api/v1/production/FI/AccountCustomerSupplierProposalFI/0Update
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIPostPOST /api/v1/production/FI/AccountCustomerSupplierProposalFICreate
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIReadPostPOST /api/v1/production/FI/AccountCustomerSupplierProposalFI/readRead
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFISearchPostPOST /api/v1/production/FI/AccountCustomerSupplierProposalFI/searchSearch
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIValidatePostPOST /api/v1/production/FI/AccountCustomerSupplierProposalFI/validateValidate
AccountCustomerSupplierProposalFIApiApiV1EnvironmentFIAccountCustomerSupplierProposalFIValidatePropertiesPostPOST /api/v1/production/FI/AccountCustomerSupplierProposalFI/validatePropertiesValidation of one on more properties of Type
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIAccountingReasonCodeFIDuplicationPostPOST /api/v1/production/FI/AccountingReasonCodeFI/AccountingReasonCodeFIDuplicationDuplication of Accounting Reason Code
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIGetGET /api/v1/production/FI/AccountingReasonCodeFIGet new
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIIdDeleteDELETE /api/v1/production/FI/AccountingReasonCodeFI/0Delete
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIIdGetGET /api/v1/production/FI/AccountingReasonCodeFI/0Get by ID
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIIdPatchPATCH /api/v1/production/FI/AccountingReasonCodeFI/0Update partial
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIIdPutPUT /api/v1/production/FI/AccountingReasonCodeFI/0Update
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIIsEnlivenedPostPOST /api/v1/production/FI/AccountingReasonCodeFI/is_enlivenedCheck if accounting reason code is enlivened
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIPostPOST /api/v1/production/FI/AccountingReasonCodeFICreate
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIReadPostPOST /api/v1/production/FI/AccountingReasonCodeFI/readRead
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFISearchPostPOST /api/v1/production/FI/AccountingReasonCodeFI/searchSearch
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIValidatePostPOST /api/v1/production/FI/AccountingReasonCodeFI/validateValidate
AccountingReasonCodeFIApiApiV1EnvironmentFIAccountingReasonCodeFIValidatePropertiesPostPOST /api/v1/production/FI/AccountingReasonCodeFI/validatePropertiesValidation of one on more properties of Type
COAAccountFIApiApiV1EnvironmentFICOAAccountFICalculatebalancePostPOST /api/v1/production/FI/COAAccountFI/calculatebalanceCalculate balance for account
COAAccountFIApiApiV1EnvironmentFICOAAccountFIDuplicateAccountPostPOST /api/v1/production/FI/COAAccountFI/duplicate_accountDuplicate account
COAAccountFIApiApiV1EnvironmentFICOAAccountFIGetGET /api/v1/production/FI/COAAccountFIGet new
COAAccountFIApiApiV1EnvironmentFICOAAccountFIGetDocumentAccountPostPOST /api/v1/production/FI/COAAccountFI/GetDocumentAccountRetrieve the account associated with the item, customer/supplier or account proposal
COAAccountFIApiApiV1EnvironmentFICOAAccountFIGetFormatCodePostPOST /api/v1/production/FI/COAAccountFI/get_format_codeFormatted account
COAAccountFIApiApiV1EnvironmentFICOAAccountFIIdDeleteDELETE /api/v1/production/FI/COAAccountFI/0Delete
COAAccountFIApiApiV1EnvironmentFICOAAccountFIIdGetGET /api/v1/production/FI/COAAccountFI/0Get by ID
COAAccountFIApiApiV1EnvironmentFICOAAccountFIIdIsDisabledPostPOST /api/v1/production/FI/COAAccountFI/0/is_disabledVerify if it's disabled
COAAccountFIApiApiV1EnvironmentFICOAAccountFIIdPatchPATCH /api/v1/production/FI/COAAccountFI/0Update partial
COAAccountFIApiApiV1EnvironmentFICOAAccountFIIdPutPUT /api/v1/production/FI/COAAccountFI/0Update
COAAccountFIApiApiV1EnvironmentFICOAAccountFIPostPOST /api/v1/production/FI/COAAccountFICreate
COAAccountFIApiApiV1EnvironmentFICOAAccountFIReadPostPOST /api/v1/production/FI/COAAccountFI/readRead
COAAccountFIApiApiV1EnvironmentFICOAAccountFIReferenceAccountfaPostPOST /api/v1/production/FI/COAAccountFI/reference_accountfaVerify if fixed asset group code is referenced by gl account
COAAccountFIApiApiV1EnvironmentFICOAAccountFISearchPostPOST /api/v1/production/FI/COAAccountFI/searchSearch
COAAccountFIApiApiV1EnvironmentFICOAAccountFISwitchDownPostPOST /api/v1/production/FI/COAAccountFI/switch_downSwitch Down
COAAccountFIApiApiV1EnvironmentFICOAAccountFISwitchUpPostPOST /api/v1/production/FI/COAAccountFI/switch_upSwitch Up
COAAccountFIApiApiV1EnvironmentFICOAAccountFIUpdateCustomLanguageDescriptionsPostPOST /api/v1/production/FI/COAAccountFI/update_custom_language_descriptionsUpdate custom and language descriptions
COAAccountFIApiApiV1EnvironmentFICOAAccountFIValidatePostPOST /api/v1/production/FI/COAAccountFI/validateValidate
COAAccountFIApiApiV1EnvironmentFICOAAccountFIValidatePropertiesPostPOST /api/v1/production/FI/COAAccountFI/validatePropertiesValidation of one on more properties of Type
GLEntryFIApiApiV1EnvironmentFIGLEntryFIArchiveB2BFileFepaPassPostPOST /api/v1/production/FI/GLEntryFI/ArchiveB2BFileFepaPassArchive B2B file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFIAutoArchiveB2BFileFepaPassPostPOST /api/v1/production/FI/GLEntryFI/AutoArchiveB2BFileFepaPassAuto archive B2B file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFICalculateNextGLEntryProtocolPostPOST /api/v1/production/FI/GLEntryFI/CalculateNextGLEntryProtocolCalculate the next available protocol for gl entries
GLEntryFIApiApiV1EnvironmentFIGLEntryFICalculatecreditlinePostPOST /api/v1/production/FI/GLEntryFI/calculatecreditlineCalculate credit line
GLEntryFIApiApiV1EnvironmentFIGLEntryFICheckConfigurationExchangeDiffPostPOST /api/v1/production/FI/GLEntryFI/CheckConfigurationExchangeDiffChecks configuration exchange differences
GLEntryFIApiApiV1EnvironmentFIGLEntryFICloseVatOnPaymentsPostPOST /api/v1/production/FI/GLEntryFI/CloseVatOnPaymentsClose Vat on payments
GLEntryFIApiApiV1EnvironmentFIGLEntryFICrossBorderDetailOperationPostPOST /api/v1/production/FI/GLEntryFI/CrossBorderDetailOperationCross-border operations (detail)
GLEntryFIApiApiV1EnvironmentFIGLEntryFICrossBorderOperationPostPOST /api/v1/production/FI/GLEntryFI/CrossBorderOperationCross-border operations
GLEntryFIApiApiV1EnvironmentFIGLEntryFIDecumulateCalculationPostPOST /api/v1/production/FI/GLEntryFI/DecumulateCalculationPercentage unbundling calculation
GLEntryFIApiApiV1EnvironmentFIGLEntryFIDeleteClosingReopeningPostPOST /api/v1/production/FI/GLEntryFI/DeleteClosingReopeningEliminates the records of the tables related to an accounting processing
GLEntryFIApiApiV1EnvironmentFIGLEntryFIDeleteExchangeDifferencePostPOST /api/v1/production/FI/GLEntryFI/DeleteExchangeDifferenceEliminates the records of the tables related to an accounting processing
GLEntryFIApiApiV1EnvironmentFIGLEntryFIEnabledtoprojectsPostPOST /api/v1/production/FI/GLEntryFI/enabledtoprojectsCheck if the gl entry can open project entries
GLEntryFIApiApiV1EnvironmentFIGLEntryFIFilterglentriesPostPOST /api/v1/production/FI/GLEntryFI/filterglentriesFilterGlentries
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGLEntryPartialValidatePostPOST /api/v1/production/FI/GLEntryFI/GLEntryPartialValidateGL ENtry Header validations
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetGET /api/v1/production/FI/GLEntryFIGet new
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetApplicationVersionPostPOST /api/v1/production/FI/GLEntryFI/GetApplicationVersionApplication version reading
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetBusinessTypeDataDefaultPostPOST /api/v1/production/FI/GLEntryFI/GetBusinessTypeDataDefaultGet default dbsiness type data
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetEligibleIdsFromBankMovementsPostPOST /api/v1/production/FI/GLEntryFI/GetEligibleIdsFromBankMovementsRequest the list of bank movements to account
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetEligibleIdsFromBankReconcileMovementsPostPOST /api/v1/production/FI/GLEntryFI/GetEligibleIdsFromBankReconcileMovementsRequest the list of reconcilable bank transactions
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetEligibleIdsFromTsDigitalPostPOST /api/v1/production/FI/GLEntryFI/GetEligibleIdsFromTsDigitalRequest the list of TsDigital movements to account
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetFileFepaPassCOPostPOST /api/v1/production/FI/GLEntryFI/GetFileFepaPassCORead by key B2B file Fepa pass and fix it
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetGLEntryAccountingReasonCodeDataGetGET /api/v1/production/FI/GLEntryFI/GetGLEntryAccountingReasonCodeDataData reading for accounting reason code
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetGLEntryAdditionalDataPostPOST /api/v1/production/FI/GLEntryFI/GetGLEntryAdditionalDataData reading for withholdings deadlines
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetGLEntryOffSetPostPOST /api/v1/production/FI/GLEntryFI/GetGLEntryOffSetGet gl entry off set
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetLinkedEntriesFromNumregPostPOST /api/v1/production/FI/GLEntryFI/GetLinkedEntriesFromNumregReturns all gl entries starting from a registration number.
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetNumregByDetailIdPostPOST /api/v1/production/FI/GLEntryFI/GetNumregByDetailIdGet GLEntry numreg by detail id
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetTracciatoDocumentalePostPOST /api/v1/production/FI/GLEntryFI/GetTracciatoDocumentaleRetrieve document track
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetVatRegistryResultPostPOST /api/v1/production/FI/GLEntryFI/GetVatRegistryResultGet vat registry result
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetcogefilterPostPOST /api/v1/production/FI/GLEntryFI/getcogefilterReturns the where string from enhanced query and its parameters
GLEntryFIApiApiV1EnvironmentFIGLEntryFIGetxsltPostPOST /api/v1/production/FI/GLEntryFI/getxsltGet XSLT
GLEntryFIApiApiV1EnvironmentFIGLEntryFIIdDeleteDELETE /api/v1/production/FI/GLEntryFI/0Delete
GLEntryFIApiApiV1EnvironmentFIGLEntryFIIdGetGET /api/v1/production/FI/GLEntryFI/0Get by ID
GLEntryFIApiApiV1EnvironmentFIGLEntryFIIdPatchPATCH /api/v1/production/FI/GLEntryFI/0Update partial
GLEntryFIApiApiV1EnvironmentFIGLEntryFIIdPutPUT /api/v1/production/FI/GLEntryFI/0Update
GLEntryFIApiApiV1EnvironmentFIGLEntryFIImportDocB2BFileFepaPassPostPOST /api/v1/production/FI/GLEntryFI/ImportDocB2BFileFepaPassImport B2B file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFIImportInvoiceFepaPassFIPostPOST /api/v1/production/FI/GLEntryFI/ImportInvoiceFepaPassFIImport file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFIInsertmissingexchangeratesPostPOST /api/v1/production/FI/GLEntryFI/insertmissingexchangeratesInsert missing exchange rate
GLEntryFIApiApiV1EnvironmentFIGLEntryFIIsCheckListEnabledGetGET /api/v1/production/FI/GLEntryFI/IsCheckListEnabledReturns if the checklist functionality on glentry landing is enabled
GLEntryFIApiApiV1EnvironmentFIGLEntryFIModuleintegrationinfosupdatePostPOST /api/v1/production/FI/GLEntryFI/moduleintegrationinfosupdateUpdates module integration infos
GLEntryFIApiApiV1EnvironmentFIGLEntryFIMulticreatePostPOST /api/v1/production/FI/GLEntryFI/multicreateMultiple creation of gl entries
GLEntryFIApiApiV1EnvironmentFIGLEntryFIMultiplecreatejobPostPOST /api/v1/production/FI/GLEntryFI/multiplecreatejobJob creation of multiple entry of gl entries
GLEntryFIApiApiV1EnvironmentFIGLEntryFIPaymentwithholdingtaxesaccountingPostPOST /api/v1/production/FI/GLEntryFI/paymentwithholdingtaxesaccountingPayment withholding taxes accounting
GLEntryFIApiApiV1EnvironmentFIGLEntryFIPlafondinfoPostPOST /api/v1/production/FI/GLEntryFI/plafondinfoReading of the ceiling management indicator
GLEntryFIApiApiV1EnvironmentFIGLEntryFIPostPOST /api/v1/production/FI/GLEntryFICreate
GLEntryFIApiApiV1EnvironmentFIGLEntryFIPreviewPostPOST /api/v1/production/FI/GLEntryFI/previewPreview of a gl entry
GLEntryFIApiApiV1EnvironmentFIGLEntryFIReadPostPOST /api/v1/production/FI/GLEntryFI/readRead
GLEntryFIApiApiV1EnvironmentFIGLEntryFIReelaborateInvoiceFepaPassFIPostPOST /api/v1/production/FI/GLEntryFI/ReelaborateInvoiceFepaPassFIReelaborate file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFIResidualCalculationPostPOST /api/v1/production/FI/GLEntryFI/ResidualCalculationResidual accounting entry calculation
GLEntryFIApiApiV1EnvironmentFIGLEntryFIRestoreB2BFileFepaPassPostPOST /api/v1/production/FI/GLEntryFI/RestoreB2BFileFepaPassRestore B2B file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFIRestoreInvoiceFepaPassFIPostPOST /api/v1/production/FI/GLEntryFI/RestoreInvoiceFepaPassFIRestore file Fepa pass
GLEntryFIApiApiV1EnvironmentFIGLEntryFIRetrieveCurrenciesOfExchangeRatesAdjPostPOST /api/v1/production/FI/GLEntryFI/RetrieveCurrenciesOfExchangeRatesAdjManages the recovery of all currencies and relative exchange rates belonging to an accounting process
GLEntryFIApiApiV1EnvironmentFIGLEntryFIRunreportrglentriesPostPOST /api/v1/production/FI/GLEntryFI/runreportrglentriesRunReportGlentries
GLEntryFIApiApiV1EnvironmentFIGLEntryFISearchPostPOST /api/v1/production/FI/GLEntryFI/searchSearch
GLEntryFIApiApiV1EnvironmentFIGLEntryFISetGLEntryFromBankTransactionsMovPostPOST /api/v1/production/FI/GLEntryFI/SetGLEntryFromBankTransactionsMovImport bank transactions
GLEntryFIApiApiV1EnvironmentFIGLEntryFISetGLEntryFromTsDigitalPostPOST /api/v1/production/FI/GLEntryFI/SetGLEntryFromTsDigitalImport TsDigital entry
GLEntryFIApiApiV1EnvironmentFIGLEntryFISetGLEntryLinkedF24MovementsIdPostPOST /api/v1/production/FI/GLEntryFI/SetGLEntryLinkedF24MovementsIdSet GLEntry linked F24 movements
GLEntryFIApiApiV1EnvironmentFIGLEntryFIShowPDFInvoicePostPOST /api/v1/production/FI/GLEntryFI/showPDFInvoiceView the invoice in PDF format
GLEntryFIApiApiV1EnvironmentFIGLEntryFIStageCleanGLEntryPostPOST /api/v1/production/FI/GLEntryFI/StageCleanGLEntryCleaning GLEntry and related stage tables
GLEntryFIApiApiV1EnvironmentFIGLEntryFIToConsolidatePostPOST /api/v1/production/FI/GLEntryFI/ToConsolidateReturns all gl entries starting from a registration number.
GLEntryFIApiApiV1EnvironmentFIGLEntryFIUpdatehubidsdiPostPOST /api/v1/production/FI/GLEntryFI/updatehubidsdiUpdate CG41_HUBID and CG41_IDSDI
GLEntryFIApiApiV1EnvironmentFIGLEntryFIValidatePostPOST /api/v1/production/FI/GLEntryFI/validateValidate
GLEntryFIApiApiV1EnvironmentFIGLEntryFIValidatePropertiesPostPOST /api/v1/production/FI/GLEntryFI/validatePropertiesValidation of one on more properties of Type
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIGetGET /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFIGet new
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIInternalIdDeleteDELETE /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFI/0Delete
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIInternalIdGetGET /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFI/0Get by ID
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIInternalIdPatchPATCH /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFI/0Update partial
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIInternalIdPutPUT /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFI/0Update
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIInternalIdValidatePostPOST /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFI/0/validateValidate
GLEntryFIidGLEntryDetailFIApiApiV1EnvironmentFIGLEntryFIIdGLEntryDetailFIPostPOST /api/v1/production/FI/GLEntryFI/0/GLEntryDetailFICreate
InstalmentFIApiApiV1EnvironmentFIInstalmentFICalcexchangeratedifferencePostPOST /api/v1/production/FI/InstalmentFI/calcexchangeratedifferenceExchange rate difference services
InstalmentFIApiApiV1EnvironmentFIInstalmentFIChecknumpartisusedPostPOST /api/v1/production/FI/InstalmentFI/checknumpartisusedVerify Vat Number
InstalmentFIApiApiV1EnvironmentFIInstalmentFICollectioncontrachargePostPOST /api/v1/production/FI/InstalmentFI/collectioncontrachargeTODO_DOCUMENTATION
InstalmentFIApiApiV1EnvironmentFIInstalmentFICommissionpercentageofinstalmentsPostPOST /api/v1/production/FI/InstalmentFI/commissionpercentageofinstalmentsReturn a percentage to settle commissions with expired instalments
InstalmentFIApiApiV1EnvironmentFIInstalmentFIDeletepaymentdispositionPostPOST /api/v1/production/FI/InstalmentFI/deletepaymentdispositionDelete a payment order or bill of exchange belonging to the order
InstalmentFIApiApiV1EnvironmentFIInstalmentFIDeleterecessedarrangementPostPOST /api/v1/production/FI/InstalmentFI/deleterecessedarrangementDeletes a collection order or a draft belonging to the order
InstalmentFIApiApiV1EnvironmentFIInstalmentFIGetGET /api/v1/production/FI/InstalmentFIGet new
InstalmentFIApiApiV1EnvironmentFIInstalmentFIGetlastaccountingreasonPostPOST /api/v1/production/FI/InstalmentFI/getlastaccountingreasonReturns the last accounting reason
InstalmentFIApiApiV1EnvironmentFIInstalmentFIGroupinginstalmentcalculationPostPOST /api/v1/production/FI/InstalmentFI/groupinginstalmentcalculationGrouping instalments calculation info
InstalmentFIApiApiV1EnvironmentFIInstalmentFIGroupingsavestagePostPOST /api/v1/production/FI/InstalmentFI/groupingsavestageThe service allows the writing of the origin and destination deadlines in stages belonging to a grouping of the processing Deadlines grouping
InstalmentFIApiApiV1EnvironmentFIInstalmentFIIdDeleteDELETE /api/v1/production/FI/InstalmentFI/0Delete
InstalmentFIApiApiV1EnvironmentFIInstalmentFIIdDeletenotlinkedinstalmentPostPOST /api/v1/production/FI/InstalmentFI/0/deletenotlinkedinstalmentDelete instalment not linked to GL entry
InstalmentFIApiApiV1EnvironmentFIInstalmentFIIdGetGET /api/v1/production/FI/InstalmentFI/0Get by ID
InstalmentFIApiApiV1EnvironmentFIInstalmentFIIdPatchPATCH /api/v1/production/FI/InstalmentFI/0Update partial
InstalmentFIApiApiV1EnvironmentFIInstalmentFIIdPutPUT /api/v1/production/FI/InstalmentFI/0Update
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentaccountingentriesPostPOST /api/v1/production/FI/InstalmentFI/instalmentaccountingentriesWriting in the first note stage of the movements of past collections / payments
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentapplyremoveincomingPostPOST /api/v1/production/FI/InstalmentFI/instalmentapplyremoveincomingSuspension or deletion of collection suspension
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentapplyremovesuspensionPostPOST /api/v1/production/FI/InstalmentFI/instalmentapplyremovesuspensionSuspension or cancellation of suspension expiration
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentchangeexpirationdatePostPOST /api/v1/production/FI/InstalmentFI/instalmentchangeexpirationdateChange maximum due date
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentdeletemanualvariationPostPOST /api/v1/production/FI/InstalmentFI/instalmentdeletemanualvariationDeletion of manual variation of an expiration date.
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentmanualvariationPostPOST /api/v1/production/FI/InstalmentFI/instalmentmanualvariationManual change of deadline
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentreissuePostPOST /api/v1/production/FI/InstalmentFI/instalmentreissueMassive effects reissue
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentreplacecompanybankPostPOST /api/v1/production/FI/InstalmentFI/instalmentreplacecompanybankChange the corporate bank linked to the bill
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentriskanalysisbillsPostPOST /api/v1/production/FI/InstalmentFI/instalmentriskanalysisbillsCalculate bills for risck analysis from the instalments
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentsadditionalinfoPostPOST /api/v1/production/FI/InstalmentFI/instalmentsadditionalinfoInstalments additional info
InstalmentFIApiApiV1EnvironmentFIInstalmentFIInstalmentsexchangeadditionalinfoPostPOST /api/v1/production/FI/InstalmentFI/instalmentsexchangeadditionalinfoInstalments exchange additional info
InstalmentFIApiApiV1EnvironmentFIInstalmentFIPaymentcontrachargePostPOST /api/v1/production/FI/InstalmentFI/paymentcontrachargeTODO_DOCUMENTATION
InstalmentFIApiApiV1EnvironmentFIInstalmentFIPostPOST /api/v1/production/FI/InstalmentFICreate
InstalmentFIApiApiV1EnvironmentFIInstalmentFIPrintinstalmentgroupingPostPOST /api/v1/production/FI/InstalmentFI/printinstalmentgroupingReturn a MailRecipientDTO for print Instalment Grouping
InstalmentFIApiApiV1EnvironmentFIInstalmentFIReadPostPOST /api/v1/production/FI/InstalmentFI/readRead
InstalmentFIApiApiV1EnvironmentFIInstalmentFISaveinstalmentdispositionPostPOST /api/v1/production/FI/InstalmentFI/saveinstalmentdispositionSave an arrangement and transfer the effects and the history to the real tables
InstalmentFIApiApiV1EnvironmentFIInstalmentFISavepaymentdispositionPostPOST /api/v1/production/FI/InstalmentFI/savepaymentdispositionSaves a disposition and the transfer of the effects and history in the real tables
InstalmentFIApiApiV1EnvironmentFIInstalmentFISearchPostPOST /api/v1/production/FI/InstalmentFI/searchSearch
InstalmentFIApiApiV1EnvironmentFIInstalmentFIStageinstalmentandhistoryPostPOST /api/v1/production/FI/InstalmentFI/stageinstalmentandhistoryUpdate effects and insert historical effects in the stage tables
InstalmentFIApiApiV1EnvironmentFIInstalmentFIStagepaymentinstalmentandhistoryPostPOST /api/v1/production/FI/InstalmentFI/stagepaymentinstalmentandhistoryUpdate effects and insert historical effects in the stage tables
InstalmentFIApiApiV1EnvironmentFIInstalmentFISuspensioncommissionliquidationPostPOST /api/v1/production/FI/InstalmentFI/suspensioncommissionliquidationCommission settlement suspension / Commission settlement suspension deletion
InstalmentFIApiApiV1EnvironmentFIInstalmentFIUpdateallcsbankforinstalmentPostPOST /api/v1/production/FI/InstalmentFI/updateallcsbankforinstalmentUpdate missing bank information
InstalmentFIApiApiV1EnvironmentFIInstalmentFIUpdatebankinstalmentsPostPOST /api/v1/production/FI/InstalmentFI/updatebankinstalmentsUpdate the CSBankCO for a list of instalments
InstalmentFIApiApiV1EnvironmentFIInstalmentFIUpdateidbankonopeninstalmentsPostPOST /api/v1/production/FI/InstalmentFI/updateidbankonopeninstalmentsUpdate idBank on open instalments. In TS10 even on Doc Table DO11_DOCTESTATA, DO79_DOCSCADENZE
InstalmentFIApiApiV1EnvironmentFIInstalmentFIUpdateinstalmentsourceselectstatePostPOST /api/v1/production/FI/InstalmentFI/updateinstalmentsourceselectstateInstalments grouping source info
InstalmentFIApiApiV1EnvironmentFIInstalmentFIValidatePostPOST /api/v1/production/FI/InstalmentFI/validateValidate
InstalmentFIApiApiV1EnvironmentFIInstalmentFIValidatePropertiesPostPOST /api/v1/production/FI/InstalmentFI/validatePropertiesValidation of one on more properties of Type
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFICalculateNextInstalmentStageNumberingPostPOST /api/v1/production/FI/InstalmentStageFI/calculate_next_instalment_stage_numberingTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFICheckglentrychangeallowedPostPOST /api/v1/production/FI/InstalmentStageFI/checkglentrychangeallowedCheck if a GLEnty can be modified or deleted
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFICheckglentryrowchangeallowedPostPOST /api/v1/production/FI/InstalmentStageFI/checkglentryrowchangeallowedTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFICheckinstalmentsstageamountsPostPOST /api/v1/production/FI/InstalmentStageFI/checkinstalmentsstageamountsTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFICheckstagedataPostPOST /api/v1/production/FI/InstalmentStageFI/checkstagedataCheck instalment data on stage before save
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIClearinstalmentstagePostPOST /api/v1/production/FI/InstalmentStageFI/clearinstalmentstageDelete all Stage table of a pairing account
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIClearstagePostPOST /api/v1/production/FI/InstalmentStageFI/clearstageTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIDeleteinstalmenthistorystagePostPOST /api/v1/production/FI/InstalmentStageFI/deleteinstalmenthistorystageDelete Instalment History Stage
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIGetGET /api/v1/production/FI/InstalmentStageFIGet new
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIGetInstalmentStageSearchParamsSettingsPostPOST /api/v1/production/FI/InstalmentStageFI/get_instalment_stage_search_params_settingsTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIGetinstalmentdepositfromstagePostPOST /api/v1/production/FI/InstalmentStageFI/getinstalmentdepositfromstageRetrieve deposit from stage
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIGetinstalmentondocumentPostPOST /api/v1/production/FI/InstalmentStageFI/getinstalmentondocumentRetrieve instalments of a document
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIGetinstalmentpairingondocumentPostPOST /api/v1/production/FI/InstalmentStageFI/getinstalmentpairingondocumentGet Instalment paired on stage
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIIdDeleteDELETE /api/v1/production/FI/InstalmentStageFI/0Delete
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIIdGetGET /api/v1/production/FI/InstalmentStageFI/0Get by ID
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIIdPatchPATCH /api/v1/production/FI/InstalmentStageFI/0Update partial
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIIdPutPUT /api/v1/production/FI/InstalmentStageFI/0Update
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInitializePostPOST /api/v1/production/FI/InstalmentStageFI/initializeAcquisition of deadlines in the staging tables
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInsertinstalmenttostagePostPOST /api/v1/production/FI/InstalmentStageFI/insertinstalmenttostageInsert instalments to stage
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInstalmentcalculationPostPOST /api/v1/production/FI/InstalmentStageFI/instalmentcalculationTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInstalmentspairingPostPOST /api/v1/production/FI/InstalmentStageFI/instalmentspairingInstalments pairing
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInstalmentspairingblockedPostPOST /api/v1/production/FI/InstalmentStageFI/instalmentspairingblockedTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInstalmentspaymentPostPOST /api/v1/production/FI/InstalmentStageFI/instalmentspaymentInstalments payment
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIInstalmentsunpairingPostPOST /api/v1/production/FI/InstalmentStageFI/instalmentsunpairingInstalments unpairing
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIManagestageddataPostPOST /api/v1/production/FI/InstalmentStageFI/managestageddataInsert InstalmentStageFI into InstalmentFI
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIMarkdeletedstagedataPostPOST /api/v1/production/FI/InstalmentStageFI/markdeletedstagedataMark deleted instalment data on stage
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIPostPOST /api/v1/production/FI/InstalmentStageFICreate
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIReadPostPOST /api/v1/production/FI/InstalmentStageFI/readRead
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFISearchPostPOST /api/v1/production/FI/InstalmentStageFI/searchSearch
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIUpdatestageextensiondataPostPOST /api/v1/production/FI/InstalmentStageFI/updatestageextensiondataTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIValidatePostPOST /api/v1/production/FI/InstalmentStageFI/validateValidate
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIValidatePropertiesPostPOST /api/v1/production/FI/InstalmentStageFI/validatePropertiesValidation of one on more properties of Type
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIWritestageoncontextualPostPOST /api/v1/production/FI/InstalmentStageFI/writestageoncontextualTODO_DOCUMENTATION
InstalmentStageFIApiApiV1EnvironmentFIInstalmentStageFIWritingstageoncollectionoperationPostPOST /api/v1/production/FI/InstalmentStageFI/writingstageoncollectionoperationWriting stage on collection operation

Documentation for Models

Documentation for Authorization

Basic

  • Type: HTTP basic authentication

Bearer