WebApi - CI
This is Swagger Docs for Controlling 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
- RestSharp - 111.4.1 or later
- Json.NET - 7.0.0 or later
- JsonSubTypes - 1.2.0 or later
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 AccountCIApi();
var op = op_example; // string | The value must be 'new'
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
{
// Get new
AccountCIDTO result = apiInstance.ApiV1EnvironmentCIAccountCIGet(op, environment, authorizationScope, company, user, acceptLanguage);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling AccountCIApi.ApiV1EnvironmentCIAccountCIGet: " + e.Message );
}
}
}
}
Documentation for API Endpoints
All URIs are relative to https://apicsdemo.teamsystem.io
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AccountCIApi | ApiV1EnvironmentCIAccountCIGet | GET /api/v1/production/CI/AccountCI | Get new |
| AccountCIApi | ApiV1EnvironmentCIAccountCIIdDelete | DELETE /api/v1/production/CI/AccountCI/0 | Delete |
| AccountCIApi | ApiV1EnvironmentCIAccountCIIdGet | GET /api/v1/production/CI/AccountCI/0 | Get by ID |
| AccountCIApi | ApiV1EnvironmentCIAccountCIIdPatch | PATCH /api/v1/production/CI/AccountCI/0 | Update partial |
| AccountCIApi | ApiV1EnvironmentCIAccountCIIdPut | PUT /api/v1/production/CI/AccountCI/0 | Update |
| AccountCIApi | ApiV1EnvironmentCIAccountCIPost | POST /api/v1/production/CI/AccountCI | Create |
| AccountCIApi | ApiV1EnvironmentCIAccountCIReadPost | POST /api/v1/production/CI/AccountCI/read | Read |
| AccountCIApi | ApiV1EnvironmentCIAccountCISearchPost | POST /api/v1/production/CI/AccountCI/search | Search |
| AccountCIApi | ApiV1EnvironmentCIAccountCIValidatePost | POST /api/v1/production/CI/AccountCI/validate | Validate |
| AccountCIApi | ApiV1EnvironmentCIAccountCIValidatePropertiesPost | POST /api/v1/production/CI/AccountCI/validateProperties | Validation of one on more properties of Type |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIGet | GET /api/v1/production/CI/AccountingReasonCodeCI | Get new |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIIdDelete | DELETE /api/v1/production/CI/AccountingReasonCodeCI/0 | Delete |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIIdGet | GET /api/v1/production/CI/AccountingReasonCodeCI/0 | Get by ID |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIIdPatch | PATCH /api/v1/production/CI/AccountingReasonCodeCI/0 | Update partial |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIIdPut | PUT /api/v1/production/CI/AccountingReasonCodeCI/0 | Update |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIPost | POST /api/v1/production/CI/AccountingReasonCodeCI | Create |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIReadPost | POST /api/v1/production/CI/AccountingReasonCodeCI/read | Read |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCISearchPost | POST /api/v1/production/CI/AccountingReasonCodeCI/search | Search |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIValidatePost | POST /api/v1/production/CI/AccountingReasonCodeCI/validate | Validate |
| AccountingReasonCodeCIApi | ApiV1EnvironmentCIAccountingReasonCodeCIValidatePropertiesPost | POST /api/v1/production/CI/AccountingReasonCodeCI/validateProperties | Validation of one on more properties of Type |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIGet | GET /api/v1/production/CI/ActiveAccountCI | Get new |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIIdDelete | DELETE /api/v1/production/CI/ActiveAccountCI/0 | Delete |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIIdGet | GET /api/v1/production/CI/ActiveAccountCI/0 | Get by ID |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIIdPatch | PATCH /api/v1/production/CI/ActiveAccountCI/0 | Update partial |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIIdPut | PUT /api/v1/production/CI/ActiveAccountCI/0 | Update |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIPost | POST /api/v1/production/CI/ActiveAccountCI | Create |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIReadPost | POST /api/v1/production/CI/ActiveAccountCI/read | Read |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCISearchPost | POST /api/v1/production/CI/ActiveAccountCI/search | Search |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIValidatePost | POST /api/v1/production/CI/ActiveAccountCI/validate | Validate |
| ActiveAccountCIApi | ApiV1EnvironmentCIActiveAccountCIValidatePropertiesPost | POST /api/v1/production/CI/ActiveAccountCI/validateProperties | Validation of one on more properties of Type |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIGet | GET /api/v1/production/CI/CorrelationAccountingReasonCodeCI | Get new |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIIdDelete | DELETE /api/v1/production/CI/CorrelationAccountingReasonCodeCI/0 | Delete |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIIdGet | GET /api/v1/production/CI/CorrelationAccountingReasonCodeCI/0 | Get by ID |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIIdPatch | PATCH /api/v1/production/CI/CorrelationAccountingReasonCodeCI/0 | Update partial |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIIdPut | PUT /api/v1/production/CI/CorrelationAccountingReasonCodeCI/0 | Update |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIPost | POST /api/v1/production/CI/CorrelationAccountingReasonCodeCI | Create |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIReadPost | POST /api/v1/production/CI/CorrelationAccountingReasonCodeCI/read | Read |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCISearchPost | POST /api/v1/production/CI/CorrelationAccountingReasonCodeCI/search | Search |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIValidatePost | POST /api/v1/production/CI/CorrelationAccountingReasonCodeCI/validate | Validate |
| CorrelationAccountingReasonCodeCIApi | ApiV1EnvironmentCICorrelationAccountingReasonCodeCIValidatePropertiesPost | POST /api/v1/production/CI/CorrelationAccountingReasonCodeCI/validateProperties | Validation of one on more properties of Type |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIGet | GET /api/v1/production/CI/CostAccountingEntryCI | Get new |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIIdDelete | DELETE /api/v1/production/CI/CostAccountingEntryCI/0 | Delete |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIIdGet | GET /api/v1/production/CI/CostAccountingEntryCI/0 | Get by ID |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIIdPatch | PATCH /api/v1/production/CI/CostAccountingEntryCI/0 | Update partial |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIIdPut | PUT /api/v1/production/CI/CostAccountingEntryCI/0 | Update |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIPost | POST /api/v1/production/CI/CostAccountingEntryCI | Create |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIReadPost | POST /api/v1/production/CI/CostAccountingEntryCI/read | Read |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCISearchPost | POST /api/v1/production/CI/CostAccountingEntryCI/search | Search |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIValidatePost | POST /api/v1/production/CI/CostAccountingEntryCI/validate | Validate |
| CostAccountingEntryCIApi | ApiV1EnvironmentCICostAccountingEntryCIValidatePropertiesPost | POST /api/v1/production/CI/CostAccountingEntryCI/validateProperties | Validation of one on more properties of Type |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIGet | GET /api/v1/production/CI/CostNatureCI | Get new |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIIdDelete | DELETE /api/v1/production/CI/CostNatureCI/0 | Delete |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIIdGet | GET /api/v1/production/CI/CostNatureCI/0 | Get by ID |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIIdPatch | PATCH /api/v1/production/CI/CostNatureCI/0 | Update partial |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIIdPut | PUT /api/v1/production/CI/CostNatureCI/0 | Update |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIPost | POST /api/v1/production/CI/CostNatureCI | Create |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIReadPost | POST /api/v1/production/CI/CostNatureCI/read | Read |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCISearchPost | POST /api/v1/production/CI/CostNatureCI/search | Search |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIValidatePost | POST /api/v1/production/CI/CostNatureCI/validate | Validate |
| CostNatureCIApi | ApiV1EnvironmentCICostNatureCIValidatePropertiesPost | POST /api/v1/production/CI/CostNatureCI/validateProperties | Validation of one on more properties of Type |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIGet | GET /api/v1/production/CI/SectionalProposalCI | Get new |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIIdDelete | DELETE /api/v1/production/CI/SectionalProposalCI/0 | Delete |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIIdGet | GET /api/v1/production/CI/SectionalProposalCI/0 | Get by ID |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIIdPatch | PATCH /api/v1/production/CI/SectionalProposalCI/0 | Update partial |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIIdPut | PUT /api/v1/production/CI/SectionalProposalCI/0 | Update |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIPost | POST /api/v1/production/CI/SectionalProposalCI | Create |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIReadPost | POST /api/v1/production/CI/SectionalProposalCI/read | Read |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCISearchPost | POST /api/v1/production/CI/SectionalProposalCI/search | Search |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIValidatePost | POST /api/v1/production/CI/SectionalProposalCI/validate | Validate |
| SectionalProposalCIApi | ApiV1EnvironmentCISectionalProposalCIValidatePropertiesPost | POST /api/v1/production/CI/SectionalProposalCI/validateProperties | Validation of one on more properties of Type |
Documentation for Models
- Model.AccountCIDTO
- Model.AccountingReasonCodeCIDTO
- Model.AccountingReasonCodeCODTO
- Model.AccountingReasonCodeClassificationCODTO
- Model.ActiveAccountCIDTO
- Model.AddressCODTO
- Model.AddressTypeCODTO
- Model.AgencyCODTO
- Model.AgentCODTO
- Model.AreaCODTO
- Model.BankCODTO
- Model.CIGCUPMasterDataCODTO
- Model.COAAccountCIDTO
- Model.CSAccountingIndexCODTO
- Model.CSBankCODTO
- Model.CSCompanyBankCODTO
- Model.CSHistorySddCODTO
- Model.CSInfoCODTO
- Model.CSJointlyHeldCODTO
- Model.CSPaymentRangeCODTO
- Model.CSPostponementPeriodCODTO
- Model.CSSddCODTO
- Model.CategoryCODTO
- Model.CompanyBankCODTO
- Model.CorrelationAccountingReasonCodeCIDTO
- Model.CostAccountingEntryCIDTO
- Model.CostAccountingEntryDetailCIDTO
- Model.CostNatureCIDTO
- Model.CurrencyCODTO
- Model.CustSupplDataInvoicePACODTO
- Model.CustomerSupplierCIGCUPCODTO
- Model.CustomerSupplierCODTO
- Model.DMSPublishedEntityFWDTO
- Model.ExchangeRateCODTO
- Model.FederalStateViewCODTO
- Model.ForeignPaymentCodeCODTO
- Model.GMDUpdateAdditionalParametersDTO
- Model.GeneralMasterDataCODTO
- Model.Grouping1CODTO
- Model.Grouping2CODTO
- Model.Grouping3CODTO
- Model.IFRSTypeCODTO
- Model.IntragroupStructureCODTO
- Model.MacroAreaCODTO
- Model.MacroCategoryCODTO
- Model.MovementTypeCODTO
- Model.NationCODTO
- Model.NatureAssCODTO
- Model.NatureEsCODTO
- Model.OfficeCODTO
- Model.OfficePACODTO
- Model.OneOfSearchGroupDTOItemsItems
- Model.PaymentTermCODTO
- Model.PaymentTermDetailCODTO
- Model.SearchDTO
- Model.SearchElementDTO
- Model.SearchGroupDTO
- Model.SearchNodeDTO
- Model.SearchNodeValueDTO
- Model.SectionalMasterDataCODTO
- Model.SectionalProposalCIDTO
- Model.StatoAttualeDTO
- Model.StatoDTO
- Model.StoreCODTO
- Model.StringObjectKeyValuePair
- Model.SubCategoryCODTO
- Model.SubTypeCODTO
- Model.ValidateDTO
- Model.ValidationResultDTO
- Model.VatCodeCODTO
- Model.WTCodeCODTO
- Model.ZoneCODTO
Documentation for Authorization
Basic
- Type: HTTP basic authentication