Skip to main content
Version: 2025.003.000 (beta)

WebApi - CO

This is Swagger Docs for Document 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 AccountingReasonCodeCOApi();
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
AccountingReasonCodeCODTO result = apiInstance.ApiV1EnvironmentCOAccountingReasonCodeCOGet(op, environment, authorizationScope, company, user, acceptLanguage);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling AccountingReasonCodeCOApi.ApiV1EnvironmentCOAccountingReasonCodeCOGet: " + e.Message );
}
}
}
}

Documentation for API Endpoints

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

ClassMethodHTTP requestDescription
AccountingReasonCodeCOApiApiV1EnvironmentCOAccountingReasonCodeCOGetGET /api/v1/production/CO/AccountingReasonCodeCOGet new
AccountingReasonCodeCOApiApiV1EnvironmentCOAccountingReasonCodeCOIdGetGET /api/v1/production/CO/AccountingReasonCodeCO/0Get by ID
AccountingReasonCodeCOApiApiV1EnvironmentCOAccountingReasonCodeCOValidatePostPOST /api/v1/production/CO/AccountingReasonCodeCO/validateValidate
AccountingReasonCodeCOApiApiV1EnvironmentCOAccountingReasonCodeCOValidatePropertiesPostPOST /api/v1/production/CO/AccountingReasonCodeCO/validatePropertiesValidation of one on more properties of Type
AgencyCOApiApiV1EnvironmentCOAgencyCOGetGET /api/v1/production/CO/AgencyCOGet new
AgencyCOApiApiV1EnvironmentCOAgencyCOIdDeleteDELETE /api/v1/production/CO/AgencyCO/0Delete
AgencyCOApiApiV1EnvironmentCOAgencyCOIdGetGET /api/v1/production/CO/AgencyCO/0Get by ID
AgencyCOApiApiV1EnvironmentCOAgencyCOIdPatchPATCH /api/v1/production/CO/AgencyCO/0Update partial
AgencyCOApiApiV1EnvironmentCOAgencyCOIdPutPUT /api/v1/production/CO/AgencyCO/0Update
AgencyCOApiApiV1EnvironmentCOAgencyCOPostPOST /api/v1/production/CO/AgencyCOCreate
AgencyCOApiApiV1EnvironmentCOAgencyCOValidatePostPOST /api/v1/production/CO/AgencyCO/validateValidate
AgencyCOApiApiV1EnvironmentCOAgencyCOValidatePropertiesPostPOST /api/v1/production/CO/AgencyCO/validatePropertiesValidation of one on more properties of Type
AgentCOApiApiV1EnvironmentCOAgentCOGetGET /api/v1/production/CO/AgentCOGet new
AgentCOApiApiV1EnvironmentCOAgentCOIdDeleteDELETE /api/v1/production/CO/AgentCO/0Delete
AgentCOApiApiV1EnvironmentCOAgentCOIdGetGET /api/v1/production/CO/AgentCO/0Get by ID
AgentCOApiApiV1EnvironmentCOAgentCOIdPatchPATCH /api/v1/production/CO/AgentCO/0Update partial
AgentCOApiApiV1EnvironmentCOAgentCOIdPutPUT /api/v1/production/CO/AgentCO/0Update
AgentCOApiApiV1EnvironmentCOAgentCOPostPOST /api/v1/production/CO/AgentCOCreate
AgentCOApiApiV1EnvironmentCOAgentCOValidatePostPOST /api/v1/production/CO/AgentCO/validateValidate
AgentCOApiApiV1EnvironmentCOAgentCOValidatePropertiesPostPOST /api/v1/production/CO/AgentCO/validatePropertiesValidation of one on more properties of Type
AreaCOApiApiV1EnvironmentCOAreaCOGetGET /api/v1/production/CO/AreaCOGet new
AreaCOApiApiV1EnvironmentCOAreaCOIdDeleteDELETE /api/v1/production/CO/AreaCO/0Delete
AreaCOApiApiV1EnvironmentCOAreaCOIdGetGET /api/v1/production/CO/AreaCO/0Get by ID
AreaCOApiApiV1EnvironmentCOAreaCOIdPatchPATCH /api/v1/production/CO/AreaCO/0Update partial
AreaCOApiApiV1EnvironmentCOAreaCOIdPutPUT /api/v1/production/CO/AreaCO/0Update
AreaCOApiApiV1EnvironmentCOAreaCOPostPOST /api/v1/production/CO/AreaCOCreate
AreaCOApiApiV1EnvironmentCOAreaCOValidatePostPOST /api/v1/production/CO/AreaCO/validateValidate
AreaCOApiApiV1EnvironmentCOAreaCOValidatePropertiesPostPOST /api/v1/production/CO/AreaCO/validatePropertiesValidation of one on more properties of Type
BankCOApiApiV1EnvironmentCOBankCOGetGET /api/v1/production/CO/BankCOGet new
BankCOApiApiV1EnvironmentCOBankCOIdDeleteDELETE /api/v1/production/CO/BankCO/0Delete
BankCOApiApiV1EnvironmentCOBankCOIdGetGET /api/v1/production/CO/BankCO/0Get by ID
BankCOApiApiV1EnvironmentCOBankCOIdPatchPATCH /api/v1/production/CO/BankCO/0Update partial
BankCOApiApiV1EnvironmentCOBankCOIdPutPUT /api/v1/production/CO/BankCO/0Update
BankCOApiApiV1EnvironmentCOBankCOPostPOST /api/v1/production/CO/BankCOCreate
BankCOApiApiV1EnvironmentCOBankCOValidatePostPOST /api/v1/production/CO/BankCO/validateValidate
BankCOApiApiV1EnvironmentCOBankCOValidatePropertiesPostPOST /api/v1/production/CO/BankCO/validatePropertiesValidation of one on more properties of Type
CategoryCOApiApiV1EnvironmentCOCategoryCOGetGET /api/v1/production/CO/CategoryCOGet new
CategoryCOApiApiV1EnvironmentCOCategoryCOIdDeleteDELETE /api/v1/production/CO/CategoryCO/0Delete
CategoryCOApiApiV1EnvironmentCOCategoryCOIdGetGET /api/v1/production/CO/CategoryCO/0Get by ID
CategoryCOApiApiV1EnvironmentCOCategoryCOIdPatchPATCH /api/v1/production/CO/CategoryCO/0Update partial
CategoryCOApiApiV1EnvironmentCOCategoryCOIdPutPUT /api/v1/production/CO/CategoryCO/0Update
CategoryCOApiApiV1EnvironmentCOCategoryCOPostPOST /api/v1/production/CO/CategoryCOCreate
CategoryCOApiApiV1EnvironmentCOCategoryCOValidatePostPOST /api/v1/production/CO/CategoryCO/validateValidate
CategoryCOApiApiV1EnvironmentCOCategoryCOValidatePropertiesPostPOST /api/v1/production/CO/CategoryCO/validatePropertiesValidation of one on more properties of Type
CompanyBankCOApiApiV1EnvironmentCOCompanyBankCOGetGET /api/v1/production/CO/CompanyBankCOGet new
CompanyBankCOApiApiV1EnvironmentCOCompanyBankCOIdGetGET /api/v1/production/CO/CompanyBankCO/0Get by ID
CompanyBankCOApiApiV1EnvironmentCOCompanyBankCOValidatePostPOST /api/v1/production/CO/CompanyBankCO/validateValidate
CompanyBankCOApiApiV1EnvironmentCOCompanyBankCOValidatePropertiesPostPOST /api/v1/production/CO/CompanyBankCO/validatePropertiesValidation of one on more properties of Type
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOGetGET /api/v1/production/CO/ContactLinksCOGet new
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOIdDeleteDELETE /api/v1/production/CO/ContactLinksCO/0Delete
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOIdGetGET /api/v1/production/CO/ContactLinksCO/0Get by ID
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOIdPatchPATCH /api/v1/production/CO/ContactLinksCO/0Update partial
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOIdPutPUT /api/v1/production/CO/ContactLinksCO/0Update
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOPostPOST /api/v1/production/CO/ContactLinksCOCreate
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOValidatePostPOST /api/v1/production/CO/ContactLinksCO/validateValidate
ContactLinksCOApiApiV1EnvironmentCOContactLinksCOValidatePropertiesPostPOST /api/v1/production/CO/ContactLinksCO/validatePropertiesValidation of one on more properties of Type
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOGetGET /api/v1/production/CO/ContactSubjectCOGet new
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOIdDeleteDELETE /api/v1/production/CO/ContactSubjectCO/0Delete
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOIdGetGET /api/v1/production/CO/ContactSubjectCO/0Get by ID
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOIdPatchPATCH /api/v1/production/CO/ContactSubjectCO/0Update partial
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOIdPutPUT /api/v1/production/CO/ContactSubjectCO/0Update
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOPostPOST /api/v1/production/CO/ContactSubjectCOCreate
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOValidatePostPOST /api/v1/production/CO/ContactSubjectCO/validateValidate
ContactSubjectCOApiApiV1EnvironmentCOContactSubjectCOValidatePropertiesPostPOST /api/v1/production/CO/ContactSubjectCO/validatePropertiesValidation of one on more properties of Type
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOGetGET /api/v1/production/CO/ContactTypeCOGet new
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOIdDeleteDELETE /api/v1/production/CO/ContactTypeCO/0Delete
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOIdGetGET /api/v1/production/CO/ContactTypeCO/0Get by ID
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOIdPatchPATCH /api/v1/production/CO/ContactTypeCO/0Update partial
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOIdPutPUT /api/v1/production/CO/ContactTypeCO/0Update
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOPostPOST /api/v1/production/CO/ContactTypeCOCreate
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOValidatePostPOST /api/v1/production/CO/ContactTypeCO/validateValidate
ContactTypeCOApiApiV1EnvironmentCOContactTypeCOValidatePropertiesPostPOST /api/v1/production/CO/ContactTypeCO/validatePropertiesValidation of one on more properties of Type
CurrencyCOApiApiV1EnvironmentCOCurrencyCOCalculateAmountByCurrencyPostPOST /api/v1/production/CO/CurrencyCO/calculateAmountByCurrencyCalculation of the amount by exchange
CurrencyCOApiApiV1EnvironmentCOCurrencyCOCalculateExchangeratePostPOST /api/v1/production/CO/CurrencyCO/calculate_exchangerateCalculation 'Exchange rate'
CurrencyCOApiApiV1EnvironmentCOCurrencyCOGetGET /api/v1/production/CO/CurrencyCOGet new
CurrencyCOApiApiV1EnvironmentCOCurrencyCOIdDeleteDELETE /api/v1/production/CO/CurrencyCO/0Delete
CurrencyCOApiApiV1EnvironmentCOCurrencyCOIdGetGET /api/v1/production/CO/CurrencyCO/0Get by ID
CurrencyCOApiApiV1EnvironmentCOCurrencyCOIdPatchPATCH /api/v1/production/CO/CurrencyCO/0Update partial
CurrencyCOApiApiV1EnvironmentCOCurrencyCOIdPutPUT /api/v1/production/CO/CurrencyCO/0Update
CurrencyCOApiApiV1EnvironmentCOCurrencyCOImportannualaverageratesPostPOST /api/v1/production/CO/CurrencyCO/importannualaverageratesAverage annual exchange rates import
CurrencyCOApiApiV1EnvironmentCOCurrencyCOImportcurrencyratesPostPOST /api/v1/production/CO/CurrencyCO/importcurrencyratesCurrency Exchange Import
CurrencyCOApiApiV1EnvironmentCOCurrencyCOImportmonthlyaverageratesPostPOST /api/v1/production/CO/CurrencyCO/importmonthlyaverageratesImport of average monthly exchange rates
CurrencyCOApiApiV1EnvironmentCOCurrencyCOImporttimeseriesratesPostPOST /api/v1/production/CO/CurrencyCO/importtimeseriesratesImport time series exchange rates
CurrencyCOApiApiV1EnvironmentCOCurrencyCOPostPOST /api/v1/production/CO/CurrencyCOCreate
CurrencyCOApiApiV1EnvironmentCOCurrencyCOValidatePostPOST /api/v1/production/CO/CurrencyCO/validateValidate
CurrencyCOApiApiV1EnvironmentCOCurrencyCOValidatePropertiesPostPOST /api/v1/production/CO/CurrencyCO/validatePropertiesValidation of one on more properties of Type
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOGetGET /api/v1/production/CO/CustSupplDataInvoicePACOGet new
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOIdDeleteDELETE /api/v1/production/CO/CustSupplDataInvoicePACO/0Delete
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOIdGetGET /api/v1/production/CO/CustSupplDataInvoicePACO/0Get by ID
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOIdPatchPATCH /api/v1/production/CO/CustSupplDataInvoicePACO/0Update partial
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOIdPutPUT /api/v1/production/CO/CustSupplDataInvoicePACO/0Update
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOPostPOST /api/v1/production/CO/CustSupplDataInvoicePACOCreate
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOValidatePostPOST /api/v1/production/CO/CustSupplDataInvoicePACO/validateValidate
CustSupplDataInvoicePACOApiApiV1EnvironmentCOCustSupplDataInvoicePACOValidatePropertiesPostPOST /api/v1/production/CO/CustSupplDataInvoicePACO/validatePropertiesValidation of one on more properties of Type
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOCreateintegrativedeclaretionPostPOST /api/v1/production/CO/CustomerSupplierCO/createintegrativedeclaretionIntegrate the letter of intent
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOGetGET /api/v1/production/CO/CustomerSupplierCOGet new
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOGetcswitheffectivepaymentconditionPostPOST /api/v1/production/CO/CustomerSupplierCO/getcswitheffectivepaymentconditionReturns the customer/supplier with the actual payment condition
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOGetdefaultrevenueagencyPostPOST /api/v1/production/CO/CustomerSupplierCO/getdefaultrevenueagencyRetrieve the default revenew agency
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOGetfirstavailablenumnsprotletterofintentPostPOST /api/v1/production/CO/CustomerSupplierCO/getfirstavailablenumnsprotletterofintentRetrieve the first available proptocol number for letter of intent
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdChkjointlyheldexistPostPOST /api/v1/production/CO/CustomerSupplierCO/0/chkjointlyheldexistCheck if exist a customer jointly held to selected customer
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdDeleteDELETE /api/v1/production/CO/CustomerSupplierCO/0Delete
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdDeleteallcsjointlyheldPostPOST /api/v1/production/CO/CustomerSupplierCO/0/deleteallcsjointlyheldDelete all customers jointly held to selected customer
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdGetGET /api/v1/production/CO/CustomerSupplierCO/0Get by ID
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdGetnewcodscaglPostPOST /api/v1/production/CO/CustomerSupplierCO/0/getnewcodscaglRetrieve a new code for the payment bracket for the customer
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdPatchPATCH /api/v1/production/CO/CustomerSupplierCO/0Update partial
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOIdPutPUT /api/v1/production/CO/CustomerSupplierCO/0Update
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOInsertsendingletterPostPOST /api/v1/production/CO/CustomerSupplierCO/insertsendingletterInsert letters
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOPostPOST /api/v1/production/CO/CustomerSupplierCOCreate
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOUpdatevaluesaftergeneratesendingletterPostPOST /api/v1/production/CO/CustomerSupplierCO/updatevaluesaftergeneratesendingletterUpdate the generated letters of intent
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOValidatePostPOST /api/v1/production/CO/CustomerSupplierCO/validateValidate
CustomerSupplierCOApiApiV1EnvironmentCOCustomerSupplierCOValidatePropertiesPostPOST /api/v1/production/CO/CustomerSupplierCO/validatePropertiesValidation of one on more properties of Type
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOGetGET /api/v1/production/CO/GeneralMasterDataCOGet new
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOGetfromcervedPostPOST /api/v1/production/CO/GeneralMasterDataCO/getfromcervedGetFromCerved
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOIdDeleteDELETE /api/v1/production/CO/GeneralMasterDataCO/0Delete
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOIdGetGET /api/v1/production/CO/GeneralMasterDataCO/0Get by ID
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOIdPatchPATCH /api/v1/production/CO/GeneralMasterDataCO/0Update partial
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOIdPutPUT /api/v1/production/CO/GeneralMasterDataCO/0Update
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOPostPOST /api/v1/production/CO/GeneralMasterDataCOCreate
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOValidatePostPOST /api/v1/production/CO/GeneralMasterDataCO/validateValidate
GeneralMasterDataCOApiApiV1EnvironmentCOGeneralMasterDataCOValidatePropertiesPostPOST /api/v1/production/CO/GeneralMasterDataCO/validatePropertiesValidation of one on more properties of Type
IEExportCOApiApiV1EnvironmentCOIEExportCOCustomersupplierPostPOST /api/v1/production/CO/IEExportCO/customersupplierExport Customers/Suppliers based on the required parameters
IEImportCOApiApiV1EnvironmentCOIEImportCOCustomersupplierPostPOST /api/v1/production/CO/IEImportCO/customersupplierImport Customers/Suppliers based on the required parameters
IELayoutCOApiApiV1EnvironmentCOIELayoutCOIdGetGET /api/v1/production/CO/IELayoutCO/0Get by ID
IEServiceCOApiApiV1EnvironmentCOIEServiceCOGuidProcessGetGET /api/v1/production/CO/IEServiceCO/000-000-000-000Get by Guid Session result of import/export
IEStructureSubTypeCOApiApiV1EnvironmentCOIEStructureSubTypeCOIdGetGET /api/v1/production/CO/IEStructureSubTypeCO/0Get by ID
IEStructureTypeCOApiApiV1EnvironmentCOIEStructureTypeCOIdGetGET /api/v1/production/CO/IEStructureTypeCO/0Get by ID
LanguageCOApiApiV1EnvironmentCOLanguageCOGetGET /api/v1/production/CO/LanguageCOGet new
LanguageCOApiApiV1EnvironmentCOLanguageCOIdDeleteDELETE /api/v1/production/CO/LanguageCO/0Delete
LanguageCOApiApiV1EnvironmentCOLanguageCOIdGetGET /api/v1/production/CO/LanguageCO/0Get by ID
LanguageCOApiApiV1EnvironmentCOLanguageCOIdPatchPATCH /api/v1/production/CO/LanguageCO/0Update partial
LanguageCOApiApiV1EnvironmentCOLanguageCOIdPutPUT /api/v1/production/CO/LanguageCO/0Update
LanguageCOApiApiV1EnvironmentCOLanguageCOPostPOST /api/v1/production/CO/LanguageCOCreate
LanguageCOApiApiV1EnvironmentCOLanguageCOValidatePostPOST /api/v1/production/CO/LanguageCO/validateValidate
LanguageCOApiApiV1EnvironmentCOLanguageCOValidatePropertiesPostPOST /api/v1/production/CO/LanguageCO/validatePropertiesValidation of one on more properties of Type
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOGetGET /api/v1/production/CO/MacroAreaCOGet new
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOIdDeleteDELETE /api/v1/production/CO/MacroAreaCO/0Delete
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOIdGetGET /api/v1/production/CO/MacroAreaCO/0Get by ID
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOIdPatchPATCH /api/v1/production/CO/MacroAreaCO/0Update partial
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOIdPutPUT /api/v1/production/CO/MacroAreaCO/0Update
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOPostPOST /api/v1/production/CO/MacroAreaCOCreate
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOValidatePostPOST /api/v1/production/CO/MacroAreaCO/validateValidate
MacroAreaCOApiApiV1EnvironmentCOMacroAreaCOValidatePropertiesPostPOST /api/v1/production/CO/MacroAreaCO/validatePropertiesValidation of one on more properties of Type
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOGetGET /api/v1/production/CO/MacroCategoryCOGet new
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOIdDeleteDELETE /api/v1/production/CO/MacroCategoryCO/0Delete
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOIdGetGET /api/v1/production/CO/MacroCategoryCO/0Get by ID
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOIdPatchPATCH /api/v1/production/CO/MacroCategoryCO/0Update partial
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOIdPutPUT /api/v1/production/CO/MacroCategoryCO/0Update
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOPostPOST /api/v1/production/CO/MacroCategoryCOCreate
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOValidatePostPOST /api/v1/production/CO/MacroCategoryCO/validateValidate
MacroCategoryCOApiApiV1EnvironmentCOMacroCategoryCOValidatePropertiesPostPOST /api/v1/production/CO/MacroCategoryCO/validatePropertiesValidation of one on more properties of Type
NationCOApiApiV1EnvironmentCONationCOGetGET /api/v1/production/CO/NationCOGet new
NationCOApiApiV1EnvironmentCONationCOIdDeleteDELETE /api/v1/production/CO/NationCO/0Delete
NationCOApiApiV1EnvironmentCONationCOIdGetGET /api/v1/production/CO/NationCO/0Get by ID
NationCOApiApiV1EnvironmentCONationCOIdPatchPATCH /api/v1/production/CO/NationCO/0Update partial
NationCOApiApiV1EnvironmentCONationCOIdPutPUT /api/v1/production/CO/NationCO/0Update
NationCOApiApiV1EnvironmentCONationCOPostPOST /api/v1/production/CO/NationCOCreate
NationCOApiApiV1EnvironmentCONationCOValidatePostPOST /api/v1/production/CO/NationCO/validateValidate
NationCOApiApiV1EnvironmentCONationCOValidatePropertiesPostPOST /api/v1/production/CO/NationCO/validatePropertiesValidation of one on more properties of Type
OfficeCOApiApiV1EnvironmentCOOfficeCOGetGET /api/v1/production/CO/OfficeCOGet new
OfficeCOApiApiV1EnvironmentCOOfficeCOIdDeleteDELETE /api/v1/production/CO/OfficeCO/0Delete
OfficeCOApiApiV1EnvironmentCOOfficeCOIdGetGET /api/v1/production/CO/OfficeCO/0Get by ID
OfficeCOApiApiV1EnvironmentCOOfficeCOIdPatchPATCH /api/v1/production/CO/OfficeCO/0Update partial
OfficeCOApiApiV1EnvironmentCOOfficeCOIdPutPUT /api/v1/production/CO/OfficeCO/0Update
OfficeCOApiApiV1EnvironmentCOOfficeCOPostPOST /api/v1/production/CO/OfficeCOCreate
OfficeCOApiApiV1EnvironmentCOOfficeCOValidatePostPOST /api/v1/production/CO/OfficeCO/validateValidate
OfficeCOApiApiV1EnvironmentCOOfficeCOValidatePropertiesPostPOST /api/v1/production/CO/OfficeCO/validatePropertiesValidation of one on more properties of Type
OfficePACOApiApiV1EnvironmentCOOfficePACOGetGET /api/v1/production/CO/OfficePACOGet new
OfficePACOApiApiV1EnvironmentCOOfficePACOIdDeleteDELETE /api/v1/production/CO/OfficePACO/0Delete
OfficePACOApiApiV1EnvironmentCOOfficePACOIdGetGET /api/v1/production/CO/OfficePACO/0Get by ID
OfficePACOApiApiV1EnvironmentCOOfficePACOIdPatchPATCH /api/v1/production/CO/OfficePACO/0Update partial
OfficePACOApiApiV1EnvironmentCOOfficePACOIdPutPUT /api/v1/production/CO/OfficePACO/0Update
OfficePACOApiApiV1EnvironmentCOOfficePACOPostPOST /api/v1/production/CO/OfficePACOCreate
OfficePACOApiApiV1EnvironmentCOOfficePACOValidatePostPOST /api/v1/production/CO/OfficePACO/validateValidate
OfficePACOApiApiV1EnvironmentCOOfficePACOValidatePropertiesPostPOST /api/v1/production/CO/OfficePACO/validatePropertiesValidation of one on more properties of Type
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOCalculateSumPostPOST /api/v1/production/CO/PaymentTermCO/calculate_sumCalculate the sum of the percentages
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOGetGET /api/v1/production/CO/PaymentTermCOGet new
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOGetFromCodePostPOST /api/v1/production/CO/PaymentTermCO/get_from_codeRetrieve the payment term from code
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOIdDeleteDELETE /api/v1/production/CO/PaymentTermCO/0Delete
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOIdGetGET /api/v1/production/CO/PaymentTermCO/0Get by ID
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOIdPatchPATCH /api/v1/production/CO/PaymentTermCO/0Update partial
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOIdPutPUT /api/v1/production/CO/PaymentTermCO/0Update
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOPaymentTermDuplicationPostPOST /api/v1/production/CO/PaymentTermCO/PaymentTermDuplicationDuplication of Payment Term
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOPostPOST /api/v1/production/CO/PaymentTermCOCreate
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOValidatePostPOST /api/v1/production/CO/PaymentTermCO/validateValidate
PaymentTermCOApiApiV1EnvironmentCOPaymentTermCOValidatePropertiesPostPOST /api/v1/production/CO/PaymentTermCO/validatePropertiesValidation of one on more properties of Type
PgmExecApiApiV1EnvironmentCOPgmExecPgmexecschedulerasyncPostPOST /api/v1/production/CO/PgmExec/pgmexecschedulerasyncSchedule and Execute program
ProvinceCOApiApiV1EnvironmentCOProvinceCOIdGetGET /api/v1/production/CO/ProvinceCO/0Get by ID
RegionCOApiApiV1EnvironmentCORegionCOIdGetGET /api/v1/production/CO/RegionCO/0Get by ID
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOGetGET /api/v1/production/CO/SectionalMasterDataCOGet new
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOGetSectionalMasterDataProposalPostPOST /api/v1/production/CO/SectionalMasterDataCO/Get_SectionalMasterDataProposalProposes the sectional
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOIdDeleteDELETE /api/v1/production/CO/SectionalMasterDataCO/0Delete
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOIdGetGET /api/v1/production/CO/SectionalMasterDataCO/0Get by ID
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOIdPatchPATCH /api/v1/production/CO/SectionalMasterDataCO/0Update partial
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOIdPutPUT /api/v1/production/CO/SectionalMasterDataCO/0Update
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOPostPOST /api/v1/production/CO/SectionalMasterDataCOCreate
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOValidatePostPOST /api/v1/production/CO/SectionalMasterDataCO/validateValidate
SectionalMasterDataCOApiApiV1EnvironmentCOSectionalMasterDataCOValidatePropertiesPostPOST /api/v1/production/CO/SectionalMasterDataCO/validatePropertiesValidation of one on more properties of Type
StateManagementServiceApiApiV1EnvironmentCOStateManagementServiceGuidGetGET /api/v1/production/CO/StateManagementService/000-000-000-000Get the current state of an object with the list of available states.
StateManagementServiceApiApiV1EnvironmentCOStateManagementServiceHistoryGuidGetGET /api/v1/production/CO/StateManagementService/history/000-000-000-000Get the current state of an object and the list of operations performed on the state.
StateManagementServiceApiApiV1EnvironmentCOStateManagementServiceSetstatePostPOST /api/v1/production/CO/StateManagementService/setstateSet a new object state or create default state.
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOGetGET /api/v1/production/CO/SubCategoryCOGet new
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOIdDeleteDELETE /api/v1/production/CO/SubCategoryCO/0Delete
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOIdGetGET /api/v1/production/CO/SubCategoryCO/0Get by ID
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOIdPatchPATCH /api/v1/production/CO/SubCategoryCO/0Update partial
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOIdPutPUT /api/v1/production/CO/SubCategoryCO/0Update
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOPostPOST /api/v1/production/CO/SubCategoryCOCreate
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOValidatePostPOST /api/v1/production/CO/SubCategoryCO/validateValidate
SubCategoryCOApiApiV1EnvironmentCOSubCategoryCOValidatePropertiesPostPOST /api/v1/production/CO/SubCategoryCO/validatePropertiesValidation of one on more properties of Type
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOGetGET /api/v1/production/CO/UnitOfMeasureCOGet new
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOIdDeleteDELETE /api/v1/production/CO/UnitOfMeasureCO/0Delete
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOIdGetGET /api/v1/production/CO/UnitOfMeasureCO/0Get by ID
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOIdPatchPATCH /api/v1/production/CO/UnitOfMeasureCO/0Update partial
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOIdPutPUT /api/v1/production/CO/UnitOfMeasureCO/0Update
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOPostPOST /api/v1/production/CO/UnitOfMeasureCOCreate
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOValidatePostPOST /api/v1/production/CO/UnitOfMeasureCO/validateValidate
UnitOfMeasureCOApiApiV1EnvironmentCOUnitOfMeasureCOValidatePropertiesPostPOST /api/v1/production/CO/UnitOfMeasureCO/validatePropertiesValidation of one on more properties of Type
VatCodeCOApiApiV1EnvironmentCOVatCodeCOGetGET /api/v1/production/CO/VatCodeCOGet new
VatCodeCOApiApiV1EnvironmentCOVatCodeCOIdDeleteDELETE /api/v1/production/CO/VatCodeCO/0Delete
VatCodeCOApiApiV1EnvironmentCOVatCodeCOIdGetGET /api/v1/production/CO/VatCodeCO/0Get by ID
VatCodeCOApiApiV1EnvironmentCOVatCodeCOIdPatchPATCH /api/v1/production/CO/VatCodeCO/0Update partial
VatCodeCOApiApiV1EnvironmentCOVatCodeCOIdPutPUT /api/v1/production/CO/VatCodeCO/0Update
VatCodeCOApiApiV1EnvironmentCOVatCodeCOIdVerificaMovimentazioneProgressiviPostPOST /api/v1/production/CO/VatCodeCO/0/verifica_movimentazione_progressiviCheck Progressive Handling
VatCodeCOApiApiV1EnvironmentCOVatCodeCOPostPOST /api/v1/production/CO/VatCodeCOCreate
VatCodeCOApiApiV1EnvironmentCOVatCodeCOValidatePostPOST /api/v1/production/CO/VatCodeCO/validateValidate
VatCodeCOApiApiV1EnvironmentCOVatCodeCOValidatePropertiesPostPOST /api/v1/production/CO/VatCodeCO/validatePropertiesValidation of one on more properties of Type
VatCodeCOApiApiV1EnvironmentCOVatCodeCOVatCodeDuplicationPostPOST /api/v1/production/CO/VatCodeCO/VatCodeDuplicationDuplication of VatCode
ZoneCOApiApiV1EnvironmentCOZoneCOGetGET /api/v1/production/CO/ZoneCOGet new
ZoneCOApiApiV1EnvironmentCOZoneCOIdDeleteDELETE /api/v1/production/CO/ZoneCO/0Delete
ZoneCOApiApiV1EnvironmentCOZoneCOIdGetGET /api/v1/production/CO/ZoneCO/0Get by ID
ZoneCOApiApiV1EnvironmentCOZoneCOIdPatchPATCH /api/v1/production/CO/ZoneCO/0Update partial
ZoneCOApiApiV1EnvironmentCOZoneCOIdPutPUT /api/v1/production/CO/ZoneCO/0Update
ZoneCOApiApiV1EnvironmentCOZoneCOPostPOST /api/v1/production/CO/ZoneCOCreate
ZoneCOApiApiV1EnvironmentCOZoneCOValidatePostPOST /api/v1/production/CO/ZoneCO/validateValidate
ZoneCOApiApiV1EnvironmentCOZoneCOValidatePropertiesPostPOST /api/v1/production/CO/ZoneCO/validatePropertiesValidation of one on more properties of Type

Documentation for Models

Documentation for Authorization

Basic

  • Type: HTTP basic authentication

Bearer