Method | Description | |
---|---|---|
Delete ( |
Delete a fiscal year.
|
|
Delete ( string fiscalYearId ) : void |
Delete a fiscal year.
|
|
FiscalYearResource ( ApiClient client, |
Instantiates a new FiscalYearResource object.
|
|
FiscalYearResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic |
Instantiates a new FiscalYearResource object.
|
|
GetCollectionUrl ( ) : string |
Url for the fiscal year collection resource.
|
|
GetUrl ( string fiscalYearId ) : string |
Url for the fiscal year resource.
|
|
List ( ) : List |
List all fiscal years for a company
|
public Delete ( |
||
year | Identifier for fiscal year. | |
return | void |
public Delete ( string fiscalYearId ) : void | ||
fiscalYearId | string | Identifier for fiscal year. |
return | void |
public FiscalYearResource ( ApiClient client, |
||
client | ApiClient | REST client |
company | Company | |
return | System.Collections.Generic |
public FiscalYearResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic | ||
client | ApiClient | REST client |
businessIdentityCode | string | Business identity code for company. |
return | System.Collections.Generic |
public GetUrl ( string fiscalYearId ) : string | ||
fiscalYearId | string | Identifier for fiscal year. |
return | string |