Interface IStocktakingDataApi
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 IStocktakingDataApi : IApiAccessor
Methods
| Improve this Doc View SourceClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGet(String, String, String, String, String, Nullable<Int32>)
Stocktaking data to an inventory in the asset accounting
Declaration
List<StocktakingRecord> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGet(string clientId, string fiscalYearId, string assetId, 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 | assetId | ID consisting of the area and the asset-id |
| 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<StocktakingRecord> | List<StocktakingRecord> |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data for an asset are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGetAsync(String, String, String, String, String, Nullable<Int32>)
Stocktaking data to an inventory in the asset accounting
Declaration
Task<List<StocktakingRecord>> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGetAsync(string clientId, string fiscalYearId, string assetId, 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 | assetId | ID consisting of the area and the asset-id |
| 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<StocktakingRecord>> | Task of List<StocktakingRecord> |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data for an asset are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGetAsyncWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Stocktaking data to an inventory in the asset accounting
Declaration
Task<ApiResponse<List<StocktakingRecord>>> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string assetId, 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 | assetId | ID consisting of the area and the asset-id |
| 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<StocktakingRecord>>> | Task of ApiResponse (List<StocktakingRecord>) |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data for an asset are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGetWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Stocktaking data to an inventory in the asset accounting
Declaration
ApiResponse<List<StocktakingRecord>> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingGetWithHttpInfo(string clientId, string fiscalYearId, string assetId, 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 | assetId | ID consisting of the area and the asset-id |
| 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<StocktakingRecord>> | ApiResponse of List<StocktakingRecord> |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data for an asset are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPut(String, String, String, StocktakingRecord)
Update a list of stocktaking data in the asset accounting
Declaration
ErrorMessage ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPut(string clientId, string fiscalYearId, string assetId, StocktakingRecord stocktakingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | assetId | ID consisting of the area and the asset-id |
| StocktakingRecord | stocktakingRecord | Stocktaking data |
Returns
| Type | Description |
|---|---|
| ErrorMessage | ErrorMessage |
Remarks
Update the inventory data of a client/company and a specific fiscal year. The data can, for example, be determined in the context of a stocktaking. The data of an asset will be updated.<br> The asset to be updated is identified using the combination of the two properties "asset_number" and "inventory_number".<br><br> Important When updating inventory data, you must specify an area. This must be provided unchanged from the retrieval of one or several inventories.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPutAsync(String, String, String, StocktakingRecord)
Update a list of stocktaking data in the asset accounting
Declaration
Task<ErrorMessage> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPutAsync(string clientId, string fiscalYearId, string assetId, StocktakingRecord stocktakingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | assetId | ID consisting of the area and the asset-id |
| StocktakingRecord | stocktakingRecord | Stocktaking data |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ErrorMessage> | Task of ErrorMessage |
Remarks
Update the inventory data of a client/company and a specific fiscal year. The data can, for example, be determined in the context of a stocktaking. The data of an asset will be updated.<br> The asset to be updated is identified using the combination of the two properties "asset_number" and "inventory_number".<br><br> Important When updating inventory data, you must specify an area. This must be provided unchanged from the retrieval of one or several inventories.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPutAsyncWithHttpInfo(String, String, String, StocktakingRecord)
Update a list of stocktaking data in the asset accounting
Declaration
Task<ApiResponse<ErrorMessage>> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPutAsyncWithHttpInfo(string clientId, string fiscalYearId, string assetId, StocktakingRecord stocktakingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | assetId | ID consisting of the area and the asset-id |
| StocktakingRecord | stocktakingRecord | Stocktaking data |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<ErrorMessage>> | Task of ApiResponse (ErrorMessage) |
Remarks
Update the inventory data of a client/company and a specific fiscal year. The data can, for example, be determined in the context of a stocktaking. The data of an asset will be updated.<br> The asset to be updated is identified using the combination of the two properties "asset_number" and "inventory_number".<br><br> Important When updating inventory data, you must specify an area. This must be provided unchanged from the retrieval of one or several inventories.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPutWithHttpInfo(String, String, String, StocktakingRecord)
Update a list of stocktaking data in the asset accounting
Declaration
ApiResponse<ErrorMessage> ClientsClientIdFiscalYearsFiscalYearIdAssetsAssetIdStocktakingPutWithHttpInfo(string clientId, string fiscalYearId, string assetId, StocktakingRecord stocktakingRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | assetId | ID consisting of the area and the asset-id |
| StocktakingRecord | stocktakingRecord | Stocktaking data |
Returns
| Type | Description |
|---|---|
| ApiResponse<ErrorMessage> | ApiResponse of ErrorMessage |
Remarks
Update the inventory data of a client/company and a specific fiscal year. The data can, for example, be determined in the context of a stocktaking. The data of an asset will be updated.<br> The asset to be updated is identified using the combination of the two properties "asset_number" and "inventory_number".<br><br> Important When updating inventory data, you must specify an area. This must be provided unchanged from the retrieval of one or several inventories.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGet(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of stocktaking data in the asset accounting
Declaration
List<StocktakingRecord> ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGet(string clientId, string fiscalYearId, string filter = null, 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 | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (optional) |
| 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<StocktakingRecord> | List<StocktakingRecord> |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data of a fiscal-year are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGetAsync(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of stocktaking data in the asset accounting
Declaration
Task<List<StocktakingRecord>> ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGetAsync(string clientId, string fiscalYearId, string filter = null, 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 | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (optional) |
| 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<StocktakingRecord>> | Task of List<StocktakingRecord> |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data of a fiscal-year are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGetAsyncWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of stocktaking data in the asset accounting
Declaration
Task<ApiResponse<List<StocktakingRecord>>> ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string filter = null, 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 | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (optional) |
| 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<StocktakingRecord>>> | Task of ApiResponse (List<StocktakingRecord>) |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data of a fiscal-year are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGetWithHttpInfo(String, String, String, String, String, Nullable<Int32>)
Retrieve a list of stocktaking data in the asset accounting
Declaration
ApiResponse<List<StocktakingRecord>> ClientsClientIdFiscalYearsFiscalYearIdAssetsStocktakingsGetWithHttpInfo(string clientId, string fiscalYearId, string filter = null, 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 | filter | Entering a filter expression influences the number of results. Example: filter=is_abc eq true and xy_number eq 10000 (optional) |
| 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<StocktakingRecord>> | ApiResponse of List<StocktakingRecord> |
Remarks
Retrieve the inventory data of a client/company and a specific fiscal year. The data can thus, for example, be used as part of a stocktaking. The stocktaking data of a fiscal-year are displayed.<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.
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |