Méthode | Description | |
---|---|---|
Delete ( string fiscalYearId ) : void |
Deletes all key figure data for a company and a fiscal year.
|
|
GetUrl ( string fiscalYearId ) : string |
Url for the key figure data resource.
|
|
KeyFigureDataResource ( ApiClient client, |
Instantiates a new KeyFigureDataResource object.
|
|
KeyFigureDataResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic |
Instantiates a new KeyFigureDataResource object.
|
|
List ( string fiscalYearId ) : List |
Lists all key figure data for a company and a fiscal year.
|
|
Update ( string fiscalYearId, List |
Updates the key figure data for a company and a fiscal year. If no data exists it will be created.
|
|
Update ( string fiscalYearId, string keyFigureDataJson ) : void |
Updates the key figure data for a company and a fiscal year. If no data exists it will be created.
|
public Delete ( string fiscalYearId ) : void | ||
fiscalYearId | string | Identifier for fiscal year to delete key figure data for. |
Résultat | void |
public GetUrl ( string fiscalYearId ) : string | ||
fiscalYearId | string | Identifier for fiscal year. |
Résultat | string |
public KeyFigureDataResource ( ApiClient client, |
||
client | ApiClient | REST client |
company | Company | |
Résultat | System.Collections.Generic |
public KeyFigureDataResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic | ||
client | ApiClient | REST client |
businessIdentityCode | string | Business identity code for company. |
Résultat | System.Collections.Generic |
public List ( string fiscalYearId ) : List |
||
fiscalYearId | string | Identifier for fiscal year. |
Résultat | List |
public Update ( string fiscalYearId, List |
||
fiscalYearId | string | Identifier for fiscal year. |
keyFigureDatas | List |
The list of key figure data to upload. |
Résultat | void |
public Update ( string fiscalYearId, string keyFigureDataJson ) : void | ||
fiscalYearId | string | Identifier for fiscal year. |
keyFigureDataJson | string | The JSON list of key figure data to upload. |
Résultat | void |