Méthode | Description | |
---|---|---|
ChartOfAccountsResource ( ApiClient client, |
Instantiates a new KeyFigureDataResource object.
|
|
ChartOfAccountsResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic |
Instantiates a new KeyFigureDataResource object.
|
|
Connect ( string fiscalYearId, string chartOfAccountsId ) : void |
Connects a chart of account to a fiscal year
|
|
Create ( |
Creates a chart of account for the company. If the chart of account id already exists, an exception will be thrown.
|
|
Create ( string id, string json ) : void |
Creates a chart of account for the company. If the chart of account id already exists, an exception will be thrown.
|
|
Delete ( string chartOfAccountsId ) : void |
Deletes a chart of account from the company. The server will return an error if the chart of account is connect to a year.
|
|
Disconnect ( string fiscalYearId ) : void |
Disconnects the custom chart of account from a fiscal year and restore the default one.
|
|
Get ( string id ) : |
Get the chart of account by id
|
|
GetByFiscalYearId ( string fiscalYearId ) : |
Get the chart of account for a particular fiscal year
|
|
GetUrl ( ) : string |
Url for the key figure data resource.
|
|
GetUrlWithChartOfAccountsId ( string chartOfAccountsId ) : string |
Url for the key figure data resource.
|
|
GetUrlWithFiscalYearId ( string fiscalYearId ) : string |
Url for the key figure data resource.
|
|
GetUrlWithFiscalYearIdAndChartOfAccountsId ( string fiscalYearId, string chartOfAccountsId ) : string |
Url for the key figure data resource.
|
|
List ( ) : List |
Lists all chart of accounts for the company
|
|
Update ( |
Updates a chart of account. If the chart of account doesn't exists it will be created.
|
|
Update ( string id, string json ) : void |
Updates a chart of account. If the chart of account doesn't exists it will be created.
|
public ChartOfAccountsResource ( ApiClient client, |
||
client | ApiClient | REST client |
company | Company | |
Résultat | System.Collections.Generic |
public ChartOfAccountsResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic | ||
client | ApiClient | REST client |
businessIdentityCode | string | Business identity code for company. |
Résultat | System.Collections.Generic |
public Connect ( string fiscalYearId, string chartOfAccountsId ) : void | ||
fiscalYearId | string | The id of the fiscal year |
chartOfAccountsId | string | The id of the chart of account |
Résultat | void |
public Create ( |
||
chartOfAccounts | The chart of account to upload | |
Résultat | void |
public Create ( string id, string json ) : void | ||
id | string | The id of the chart of account, must match the id in the json data |
json | string | JSON representation of the chart of account |
Résultat | void |
public Delete ( string chartOfAccountsId ) : void | ||
chartOfAccountsId | string | The id of the chart of account to be deleted |
Résultat | void |
public Disconnect ( string fiscalYearId ) : void | ||
fiscalYearId | string | The id of the fiscal year |
Résultat | void |
public Get ( string id ) : |
||
id | string | The id of the chart of account |
Résultat |
public GetByFiscalYearId ( string fiscalYearId ) : |
||
fiscalYearId | string | The id of the fiscal year |
Résultat |
public GetUrlWithChartOfAccountsId ( string chartOfAccountsId ) : string | ||
chartOfAccountsId | string | |
Résultat | string |
public GetUrlWithFiscalYearId ( string fiscalYearId ) : string | ||
fiscalYearId | string | |
Résultat | string |
public GetUrlWithFiscalYearIdAndChartOfAccountsId ( string fiscalYearId, string chartOfAccountsId ) : string | ||
fiscalYearId | string | |
chartOfAccountsId | string | |
Résultat | string |
public Update ( |
||
chartOfAccounts | The chart of account to upload | |
Résultat | void |
public Update ( string id, string json ) : void | ||
id | string | The id of the chart of account, must match the id in the json data |
json | string | JSON representation of the chart of account |
Résultat | void |