Interface IAccountingStatisticsApi
Represents a collection of functions to interact with the API endpoints
Inherited Members
Namespace: Simplic.Datev.Swagger.Api
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
public interface IAccountingStatisticsApi : IApiAccessor
Methods
| Improve this Doc View SourceClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGet(String, String, String, String, String, Nullable<Int32>)
Retrieve a statistic list of monthly accounting sequence informations
Declaration
List<AccountingStatistics> ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGet(string clientId, string fiscalYearId, string select = null, string filter = 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 | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (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<AccountingStatistics> | List<AccountingStatistics> |
Remarks
The accounting statistics give you an overview of how many accounting records were posted each month. The number of prima nota entries (entered and imported records) and the number of journal entries (processed records) for each month are listed. Up to five journal entries can be generated from one prima nota entry (the entered record and the resulting tax entries, cash discount entries, Factor 2 entries, and so on).
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGetAsync(String, String, String, String, String, Nullable<Int32>)
Retrieve a statistic list of monthly accounting sequence informations
Declaration
Task<List<AccountingStatistics>> ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGetAsync(string clientId, string fiscalYearId, string select = null, string filter = 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 | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (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<AccountingStatistics>> | Task of List<AccountingStatistics> |
Remarks
The accounting statistics give you an overview of how many accounting records were posted each month. The number of prima nota entries (entered and imported records) and the number of journal entries (processed records) for each month are listed. Up to five journal entries can be generated from one prima nota entry (the entered record and the resulting tax entries, cash discount entries, Factor 2 entries, and so on).
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGetAsyncWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a statistic list of monthly accounting sequence informations
Declaration
Task<ApiResponse<List<AccountingStatistics>>> ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string select = null, string filter = 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 | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (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<AccountingStatistics>>> | Task of ApiResponse (List<AccountingStatistics>) |
Remarks
The accounting statistics give you an overview of how many accounting records were posted each month. The number of prima nota entries (entered and imported records) and the number of journal entries (processed records) for each month are listed. Up to five journal entries can be generated from one prima nota entry (the entered record and the resulting tax entries, cash discount entries, Factor 2 entries, and so on).
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGetWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a statistic list of monthly accounting sequence informations
Declaration
ApiResponse<List<AccountingStatistics>> ClientsClientIdFiscalYearsFiscalYearIdAccountingStatisticsGetWithHttpInfo(string clientId, string fiscalYearId, string select = null, string filter = 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 | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (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<AccountingStatistics>> | ApiResponse of List<AccountingStatistics> |
Remarks
The accounting statistics give you an overview of how many accounting records were posted each month. The number of prima nota entries (entered and imported records) and the number of journal entries (processed records) for each month are listed. Up to five journal entries can be generated from one prima nota entry (the entered record and the resulting tax entries, cash discount entries, Factor 2 entries, and so on).
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |