Class CostSequencesApi
Represents a collection of functions to interact with the API endpoints
Inheritance
Inherited Members
Namespace: Simplic.Datev.Swagger.Api
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
public class CostSequencesApi : ICostSequencesApi, IApiAccessor
Constructors
| Improve this Doc View SourceCostSequencesApi(Configuration)
Initializes a new instance of the CostSequencesApi class using Configuration object
Declaration
public CostSequencesApi(Configuration configuration = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Configuration | configuration | An instance of Configuration |
CostSequencesApi(String)
Initializes a new instance of the CostSequencesApi class.
Declaration
public CostSequencesApi(string basePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | basePath |
Properties
| Improve this Doc View SourceConfiguration
Gets or sets the configuration object
Declaration
public Configuration Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Configuration | An instance of the Configuration |
ExceptionFactory
Provides a factory method hook for the creation of exceptions.
Declaration
public ExceptionFactory ExceptionFactory { get; set; }
Property Value
| Type | Description |
|---|---|
| ExceptionFactory |
Methods
| Improve this Doc View SourceAddDefaultHeader(String, String)
Add default header.
Declaration
[Obsolete("AddDefaultHeader is deprecated, please use Configuration.AddDefaultHeader instead.")]
public void AddDefaultHeader(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | Header field name. |
| System.String | value | Header field value. |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGet(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost accounting records from a specific cost sequence Retrieve a list of cost accounting records from a specific cost sequence. The list contains all cost relevant accounting records. Cost accounting records are independent from financial accounting and are processed within cost. They are recorded monthly. A maximum of 99999999 cost accounting records can be created per cost sequence.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost accounting records will be sorted by accounting record ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost accounting records that should be skipped. Example: skip=40 | | top | Number of cost accounting records that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost accounting records:<br> .../cost-accounting-records?top=10 Retrieving of the next 10 cost accounting records:<br> .../cost-accounting-records?top=10&skip=10
Declaration
public List<CostAccountingRecord> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGet(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<CostAccountingRecord> | List<CostAccountingRecord> |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGetAsync(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost accounting records from a specific cost sequence Retrieve a list of cost accounting records from a specific cost sequence. The list contains all cost relevant accounting records. Cost accounting records are independent from financial accounting and are processed within cost. They are recorded monthly. A maximum of 99999999 cost accounting records can be created per cost sequence.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost accounting records will be sorted by accounting record ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost accounting records that should be skipped. Example: skip=40 | | top | Number of cost accounting records that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost accounting records:<br> .../cost-accounting-records?top=10 Retrieving of the next 10 cost accounting records:<br> .../cost-accounting-records?top=10&skip=10
Declaration
public async Task<List<CostAccountingRecord>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGetAsync(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.List<CostAccountingRecord>> | Task of List<CostAccountingRecord> |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGetAsyncWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost accounting records from a specific cost sequence Retrieve a list of cost accounting records from a specific cost sequence. The list contains all cost relevant accounting records. Cost accounting records are independent from financial accounting and are processed within cost. They are recorded monthly. A maximum of 99999999 cost accounting records can be created per cost sequence.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost accounting records will be sorted by accounting record ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost accounting records that should be skipped. Example: skip=40 | | top | Number of cost accounting records that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost accounting records:<br> .../cost-accounting-records?top=10 Retrieving of the next 10 cost accounting records:<br> .../cost-accounting-records?top=10&skip=10
Declaration
public async Task<ApiResponse<List<CostAccountingRecord>>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<System.Collections.Generic.List<CostAccountingRecord>>> | Task of ApiResponse (List<CostAccountingRecord>) |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGetWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost accounting records from a specific cost sequence Retrieve a list of cost accounting records from a specific cost sequence. The list contains all cost relevant accounting records. Cost accounting records are independent from financial accounting and are processed within cost. They are recorded monthly. A maximum of 99999999 cost accounting records can be created per cost sequence.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost accounting records will be sorted by accounting record ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost accounting records that should be skipped. Example: skip=40 | | top | Number of cost accounting records that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost accounting records:<br> .../cost-accounting-records?top=10 Retrieving of the next 10 cost accounting records:<br> .../cost-accounting-records?top=10&skip=10
Declaration
public ApiResponse<List<CostAccountingRecord>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsGetWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| ApiResponse<System.Collections.Generic.List<CostAccountingRecord>> | ApiResponse of List<CostAccountingRecord> |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPost(String, String, String, String, CostAccountingRecord)
Create a cost accounting record in a specific cost sequence Create a cost accounting record in a specific cost sequence.<br> The cost accounting record transferred is provided in the already exisiting cost sequence.<br><br> Volume limit for accounting sequences The maximum number of transaction records that can be written per accounting sequence depends on the infrastructure used by the client (e.g. hardware, network, etc.).<br><br> Date specification with time zone The given time zone in the cost accounting record should correspond to the time zone set on the server, since otherwise dates may be deferred. As a rule, the given time zone is the Central European time zone (CET/CEST).<br><br> It is recommended that the time is set in this specific format 00:00:00.000 (hh:mm:ss.f).<br> Example: 2016-12-30T00:00:00.000+01:00<br> If 23:59.59.999 is specified as the exact date and time, depending on the database field, the next day may be displayed due to rounding differences. For example: JSON = 2016-01-01T23:59:59.999+01:00 (01.01.2016) | database = 2016-01-02T00:00.000 +01.00 (02.01.2016)<br><br> See also the official site of Microsoft:<br> English article: https://technet.microsoft.com/en-us/library/ms187819.aspx <br> German article: https://technet.microsoft.com/de-de/library/ms187819.aspx <br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public ErrorMessage ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPost(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostAccountingRecord costAccountingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostAccountingRecord | costAccountingRecord | KOST-Stapel |
Returns
| Type | Description |
|---|---|
| ErrorMessage | ErrorMessage |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPostAsync(String, String, String, String, CostAccountingRecord)
Create a cost accounting record in a specific cost sequence Create a cost accounting record in a specific cost sequence.<br> The cost accounting record transferred is provided in the already exisiting cost sequence.<br><br> Volume limit for accounting sequences The maximum number of transaction records that can be written per accounting sequence depends on the infrastructure used by the client (e.g. hardware, network, etc.).<br><br> Date specification with time zone The given time zone in the cost accounting record should correspond to the time zone set on the server, since otherwise dates may be deferred. As a rule, the given time zone is the Central European time zone (CET/CEST).<br><br> It is recommended that the time is set in this specific format 00:00:00.000 (hh:mm:ss.f).<br> Example: 2016-12-30T00:00:00.000+01:00<br> If 23:59.59.999 is specified as the exact date and time, depending on the database field, the next day may be displayed due to rounding differences. For example: JSON = 2016-01-01T23:59:59.999+01:00 (01.01.2016) | database = 2016-01-02T00:00.000 +01.00 (02.01.2016)<br><br> See also the official site of Microsoft:<br> English article: https://technet.microsoft.com/en-us/library/ms187819.aspx <br> German article: https://technet.microsoft.com/de-de/library/ms187819.aspx <br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public async Task<ErrorMessage> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPostAsync(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostAccountingRecord costAccountingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostAccountingRecord | costAccountingRecord | KOST-Stapel |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ErrorMessage> | Task of ErrorMessage |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPostAsyncWithHttpInfo(String, String, String, String, CostAccountingRecord)
Create a cost accounting record in a specific cost sequence Create a cost accounting record in a specific cost sequence.<br> The cost accounting record transferred is provided in the already exisiting cost sequence.<br><br> Volume limit for accounting sequences The maximum number of transaction records that can be written per accounting sequence depends on the infrastructure used by the client (e.g. hardware, network, etc.).<br><br> Date specification with time zone The given time zone in the cost accounting record should correspond to the time zone set on the server, since otherwise dates may be deferred. As a rule, the given time zone is the Central European time zone (CET/CEST).<br><br> It is recommended that the time is set in this specific format 00:00:00.000 (hh:mm:ss.f).<br> Example: 2016-12-30T00:00:00.000+01:00<br> If 23:59.59.999 is specified as the exact date and time, depending on the database field, the next day may be displayed due to rounding differences. For example: JSON = 2016-01-01T23:59:59.999+01:00 (01.01.2016) | database = 2016-01-02T00:00.000 +01.00 (02.01.2016)<br><br> See also the official site of Microsoft:<br> English article: https://technet.microsoft.com/en-us/library/ms187819.aspx <br> German article: https://technet.microsoft.com/de-de/library/ms187819.aspx <br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public async Task<ApiResponse<ErrorMessage>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPostAsyncWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostAccountingRecord costAccountingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostAccountingRecord | costAccountingRecord | KOST-Stapel |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<ErrorMessage>> | Task of ApiResponse (ErrorMessage) |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPostWithHttpInfo(String, String, String, String, CostAccountingRecord)
Create a cost accounting record in a specific cost sequence Create a cost accounting record in a specific cost sequence.<br> The cost accounting record transferred is provided in the already exisiting cost sequence.<br><br> Volume limit for accounting sequences The maximum number of transaction records that can be written per accounting sequence depends on the infrastructure used by the client (e.g. hardware, network, etc.).<br><br> Date specification with time zone The given time zone in the cost accounting record should correspond to the time zone set on the server, since otherwise dates may be deferred. As a rule, the given time zone is the Central European time zone (CET/CEST).<br><br> It is recommended that the time is set in this specific format 00:00:00.000 (hh:mm:ss.f).<br> Example: 2016-12-30T00:00:00.000+01:00<br> If 23:59.59.999 is specified as the exact date and time, depending on the database field, the next day may be displayed due to rounding differences. For example: JSON = 2016-01-01T23:59:59.999+01:00 (01.01.2016) | database = 2016-01-02T00:00.000 +01.00 (02.01.2016)<br><br> See also the official site of Microsoft:<br> English article: https://technet.microsoft.com/en-us/library/ms187819.aspx <br> German article: https://technet.microsoft.com/de-de/library/ms187819.aspx <br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public ApiResponse<ErrorMessage> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdCostAccountingRecordsPostWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostAccountingRecord costAccountingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostAccountingRecord | costAccountingRecord | KOST-Stapel |
Returns
| Type | Description |
|---|---|
| ApiResponse<ErrorMessage> | ApiResponse of ErrorMessage |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGet(String, String, String, String, String)
Retrieve a specific cost sequence Retrieve a specific cost sequence without accounting records. Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public CostSequence ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGet(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string select = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
Returns
| Type | Description |
|---|---|
| CostSequence | CostSequence |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGetAsync(String, String, String, String, String)
Retrieve a specific cost sequence Retrieve a specific cost sequence without accounting records. Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public async Task<CostSequence> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGetAsync(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string select = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<CostSequence> | Task of CostSequence |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGetAsyncWithHttpInfo(String, String, String, String, String)
Retrieve a specific cost sequence Retrieve a specific cost sequence without accounting records. Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public async Task<ApiResponse<CostSequence>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string select = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<CostSequence>> | Task of ApiResponse (CostSequence) |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGetWithHttpInfo(String, String, String, String, String)
Retrieve a specific cost sequence Retrieve a specific cost sequence without accounting records. Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public ApiResponse<CostSequence> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdGetWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, string select = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
Returns
| Type | Description |
|---|---|
| ApiResponse<CostSequence> | ApiResponse of CostSequence |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPut(String, String, String, String, CostSequence)
Create a cost sequence Create a cost sequence without accounting records into cost. The cost sequence transferred will be made available for processing in the "Stapelverarbeitung" of cost.<br> The maximum amount of cost sequences is 99999. Cost sequence numbers cannot be created when already assiged in cost.<br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public ErrorMessage ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPut(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostSequence costSequences)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostSequence | costSequences | Cost sequence |
Returns
| Type | Description |
|---|---|
| ErrorMessage | ErrorMessage |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPutAsync(String, String, String, String, CostSequence)
Create a cost sequence Create a cost sequence without accounting records into cost. The cost sequence transferred will be made available for processing in the "Stapelverarbeitung" of cost.<br> The maximum amount of cost sequences is 99999. Cost sequence numbers cannot be created when already assiged in cost.<br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public async Task<ErrorMessage> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPutAsync(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostSequence costSequences)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostSequence | costSequences | Cost sequence |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ErrorMessage> | Task of ErrorMessage |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPutAsyncWithHttpInfo(String, String, String, String, CostSequence)
Create a cost sequence Create a cost sequence without accounting records into cost. The cost sequence transferred will be made available for processing in the "Stapelverarbeitung" of cost.<br> The maximum amount of cost sequences is 99999. Cost sequence numbers cannot be created when already assiged in cost.<br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public async Task<ApiResponse<ErrorMessage>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPutAsyncWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostSequence costSequences)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostSequence | costSequences | Cost sequence |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<ErrorMessage>> | Task of ApiResponse (ErrorMessage) |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPutWithHttpInfo(String, String, String, String, CostSequence)
Create a cost sequence Create a cost sequence without accounting records into cost. The cost sequence transferred will be made available for processing in the "Stapelverarbeitung" of cost.<br> The maximum amount of cost sequences is 99999. Cost sequence numbers cannot be created when already assiged in cost.<br><br> Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637.
Declaration
public ApiResponse<ErrorMessage> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesCostSequenceIdPutWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string costSequenceId, CostSequence costSequences)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | costSequenceId | Cost sequence number |
| CostSequence | costSequences | Cost sequence |
Returns
| Type | Description |
|---|---|
| ApiResponse<ErrorMessage> | ApiResponse of ErrorMessage |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGet(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost sequences Retrieve a list of cost sequences. The maximum amount of cost sequences can be 99999.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost sequences will be sorted by cost sequence ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost sequences that should be skipped. Example: skip=40 | | top | Number of cost sequences that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost sequences:<br> .../cost-sequences?top=10 Retrieving of the next 10 cost sequences:<br> .../cost-sequences?top=10&skip=10
Declaration
public List<CostSequence> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGet(string clientId, string fiscalYearId, string costSystemId, string select = null, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<CostSequence> | List<CostSequence> |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGetAsync(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost sequences Retrieve a list of cost sequences. The maximum amount of cost sequences can be 99999.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost sequences will be sorted by cost sequence ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost sequences that should be skipped. Example: skip=40 | | top | Number of cost sequences that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost sequences:<br> .../cost-sequences?top=10 Retrieving of the next 10 cost sequences:<br> .../cost-sequences?top=10&skip=10
Declaration
public async Task<List<CostSequence>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGetAsync(string clientId, string fiscalYearId, string costSystemId, string select = null, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.List<CostSequence>> | Task of List<CostSequence> |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGetAsyncWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost sequences Retrieve a list of cost sequences. The maximum amount of cost sequences can be 99999.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost sequences will be sorted by cost sequence ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost sequences that should be skipped. Example: skip=40 | | top | Number of cost sequences that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost sequences:<br> .../cost-sequences?top=10 Retrieving of the next 10 cost sequences:<br> .../cost-sequences?top=10&skip=10
Declaration
public async Task<ApiResponse<List<CostSequence>>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string select = null, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<System.Collections.Generic.List<CostSequence>>> | Task of ApiResponse (List<CostSequence>) |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGetWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of cost sequences Retrieve a list of cost sequences. The maximum amount of cost sequences can be 99999.<br><br> Paging When accessing large quantities of data, it may happen that these cannot be delivered in a single request. In this case, paging has to be used in order to reduce the amount of data in a single request. Please use top and skip for this purpose. The cost sequences will be sorted by cost sequence ID. |Parameter|Description | |:- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | skip | Number of cost sequences that should be skipped. Example: skip=40 | | top | Number of cost sequences that should be read as a result of the request.Example: top=20 | Use multiple data paths It is necessary to know the correct data path to address the correct data stock. If the correct data path cannot be determined in DATEVconnect, the desired data path can be defined by a configuration file to resolve this data path collision. Further information is provided in Info Database, document 1071637. URI examples Retrieving of the first 10 cost sequences:<br> .../cost-sequences?top=10 Retrieving of the next 10 cost sequences:<br> .../cost-sequences?top=10&skip=10
Declaration
public ApiResponse<List<CostSequence>> ClientsClientIdFiscalYearsFiscalYearIdCostSystemsCostSystemIdCostSequencesGetWithHttpInfo(string clientId, string fiscalYearId, string costSystemId, string select = null, string skip = null, int? top = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | costSystemId | Cost system number |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | skip | States how many elements in the total number of items should be skipped. Example: skip=10 (optional) |
| System.Nullable<System.Int32> | top | States the maximum number of elements that should be contained within the total. Example: top=10 (optional) |
Returns
| Type | Description |
|---|---|
| ApiResponse<System.Collections.Generic.List<CostSequence>> | ApiResponse of List<CostSequence> |
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
DefaultHeader()
Gets the default header.
Declaration
[Obsolete("DefaultHeader is deprecated, please use Configuration.DefaultHeader instead.")]
public IDictionary<string, string> DefaultHeader()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> | Dictionary of HTTP header |
GetBasePath()
Gets the base path of the API client.
Declaration
public string GetBasePath()
Returns
| Type | Description |
|---|---|
| System.String | The base path |
SetBasePath(String)
Sets the base path of the API client.
Declaration
[Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClient = new ApiClient(\"http://new-path\")' instead.")]
public void SetBasePath(string basePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | basePath |