Interface IAccountPostingsApi
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 IAccountPostingsApi : IApiAccessor
Methods
| Improve this Doc View SourceClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGet(String, String, String, String, String)
Retrieve a specific account posting
Declaration
AccountPostings ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGet(string clientId, string fiscalYearId, string accountPostingsId, string select = null, string expand = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | accountPostingsId | ID of an account posting |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| AccountPostings | AccountPostings |
Remarks
Retrieve a specific account posting for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<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.<br><br> URI examples Retrieving a specific account posting:<br> .../account-postings/509_59_1_2_2
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGetAsync(String, String, String, String, String)
Retrieve a specific account posting
Declaration
Task<AccountPostings> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGetAsync(string clientId, string fiscalYearId, string accountPostingsId, string select = null, string expand = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | accountPostingsId | ID of an account posting |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<AccountPostings> | Task of AccountPostings |
Remarks
Retrieve a specific account posting for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<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.<br><br> URI examples Retrieving a specific account posting:<br> .../account-postings/509_59_1_2_2
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGetAsyncWithHttpInfo(String, String, String, String, String)
Retrieve a specific account posting
Declaration
Task<ApiResponse<AccountPostings>> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string accountPostingsId, string select = null, string expand = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | accountPostingsId | ID of an account posting |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<AccountPostings>> | Task of ApiResponse (AccountPostings) |
Remarks
Retrieve a specific account posting for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<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.<br><br> URI examples Retrieving a specific account posting:<br> .../account-postings/509_59_1_2_2
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGetWithHttpInfo(String, String, String, String, String)
Retrieve a specific account posting
Declaration
ApiResponse<AccountPostings> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsAccountPostingsIdGetWithHttpInfo(string clientId, string fiscalYearId, string accountPostingsId, string select = null, string expand = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | ID of central client/company |
| System.String | fiscalYearId | ID of the fiscal year |
| System.String | accountPostingsId | ID of an account posting |
| System.String | select | Comma separated list of properties to which the results will then be limited. Example: select=id (optional) |
| System.String | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| ApiResponse<AccountPostings> | ApiResponse of AccountPostings |
Remarks
Retrieve a specific account posting for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<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.<br><br> URI examples Retrieving a specific account posting:<br> .../account-postings/509_59_1_2_2
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGet(String, String, String, String, String)
Retrieve an account postings list
Declaration
List<AccountPostings> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGet(string clientId, string fiscalYearId, string select = null, string filter = null, string expand = 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 | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<AccountPostings> | List<AccountPostings> |
Remarks
Retrieve an account postings list for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Streaming This resource supports streaming. <br> The use of streaming is recommended as there can be large amounts of data. <br> Limitations to normal requests: <ul> <li>Error messages will not be displayed for the time being</li> </ul> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<br><br> Filter If no further parameters are entered, the list contains its full scope.<br><br> Filter options The number of results can be limited by using the following filters: - account_number - date - accounting_reason Operators Filter option: account_number, date | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | | ge | Greater than or equal | | le | Less than or equal | Filter option: accounting_reason | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | Filter combinations Filters can be combined using the operator "and".<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.<br><br> URI examples Retrieving all account postings:<br> .../account-postings Retrieving all account postings with the account number 20000:<br> .../account-postings?filter=account_number eq 200000000 Retrieving all account postings with account numbers ranging from 20000 to 29999:<br> .../account-postings?filter=account_number ge 200000000 and account_number le 299999999
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGetAsync(String, String, String, String, String)
Retrieve an account postings list
Declaration
Task<List<AccountPostings>> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGetAsync(string clientId, string fiscalYearId, string select = null, string filter = null, string expand = 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 | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.List<AccountPostings>> | Task of List<AccountPostings> |
Remarks
Retrieve an account postings list for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Streaming This resource supports streaming. <br> The use of streaming is recommended as there can be large amounts of data. <br> Limitations to normal requests: <ul> <li>Error messages will not be displayed for the time being</li> </ul> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<br><br> Filter If no further parameters are entered, the list contains its full scope.<br><br> Filter options The number of results can be limited by using the following filters: - account_number - date - accounting_reason Operators Filter option: account_number, date | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | | ge | Greater than or equal | | le | Less than or equal | Filter option: accounting_reason | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | Filter combinations Filters can be combined using the operator "and".<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.<br><br> URI examples Retrieving all account postings:<br> .../account-postings Retrieving all account postings with the account number 20000:<br> .../account-postings?filter=account_number eq 200000000 Retrieving all account postings with account numbers ranging from 20000 to 29999:<br> .../account-postings?filter=account_number ge 200000000 and account_number le 299999999
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGetAsyncWithHttpInfo(String, String, String, String, String)
Retrieve an account postings list
Declaration
Task<ApiResponse<List<AccountPostings>>> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGetAsyncWithHttpInfo(string clientId, string fiscalYearId, string select = null, string filter = null, string expand = 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 | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApiResponse<System.Collections.Generic.List<AccountPostings>>> | Task of ApiResponse (List<AccountPostings>) |
Remarks
Retrieve an account postings list for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Streaming This resource supports streaming. <br> The use of streaming is recommended as there can be large amounts of data. <br> Limitations to normal requests: <ul> <li>Error messages will not be displayed for the time being</li> </ul> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<br><br> Filter If no further parameters are entered, the list contains its full scope.<br><br> Filter options The number of results can be limited by using the following filters: - account_number - date - accounting_reason Operators Filter option: account_number, date | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | | ge | Greater than or equal | | le | Less than or equal | Filter option: accounting_reason | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | Filter combinations Filters can be combined using the operator "and".<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.<br><br> URI examples Retrieving all account postings:<br> .../account-postings Retrieving all account postings with the account number 20000:<br> .../account-postings?filter=account_number eq 200000000 Retrieving all account postings with account numbers ranging from 20000 to 29999:<br> .../account-postings?filter=account_number ge 200000000 and account_number le 299999999
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |
ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGetWithHttpInfo(String, String, String, String, String)
Retrieve an account postings list
Declaration
ApiResponse<List<AccountPostings>> ClientsClientIdFiscalYearsFiscalYearIdAccountPostingsGetWithHttpInfo(string clientId, string fiscalYearId, string select = null, string filter = null, string expand = 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 | expand | Parameter that allows reading a resource with subordinate objects. When specifying "all", all subordinate objects are loaded (no indication corresponds to "none"). Example: expand=all (optional) |
Returns
| Type | Description |
|---|---|
| ApiResponse<System.Collections.Generic.List<AccountPostings>> | ApiResponse of List<AccountPostings> |
Remarks
Retrieve an account postings list for general ledger/subledger accounts for a fiscal year. Postings with error flags or postings that are flagged as posting proposals are not transferred.<br><br> Note: Fee required feature. The reauired license can be ordered in the DATEV shop.<br><br> Streaming This resource supports streaming. <br> The use of streaming is recommended as there can be large amounts of data. <br> Limitations to normal requests: <ul> <li>Error messages will not be displayed for the time being</li> </ul> Retrieving account postings with subordinate objects By including the parameter expand=all in the URI, the full scope of account postings with any existing additional information, advance payment and open item information will be requested.<br> In the standard case, without the expand parameter, the account postings object will be requested without subordinate objects.<br><br> Filter If no further parameters are entered, the list contains its full scope.<br><br> Filter options The number of results can be limited by using the following filters: - account_number - date - accounting_reason Operators Filter option: account_number, date | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | | ge | Greater than or equal | | le | Less than or equal | Filter option: accounting_reason | Operators | Description | |:- -- -- -- -- -:|- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --| | eq | Equal | Filter combinations Filters can be combined using the operator "and".<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.<br><br> URI examples Retrieving all account postings:<br> .../account-postings Retrieving all account postings with the account number 20000:<br> .../account-postings?filter=account_number eq 200000000 Retrieving all account postings with account numbers ranging from 20000 to 29999:<br> .../account-postings?filter=account_number ge 200000000 and account_number le 299999999
Exceptions
| Type | Condition |
|---|---|
| ApiException | Thrown when fails to make API call |