LUSID C# SDK
List of all members
Lusid.Sdk.Api.IChartOfAccountsApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IChartOfAccountsApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IChartOfAccountsApiSync
ChartOfAccounts CreateChartOfAccounts (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts More...
 
ApiResponse< ChartOfAccountsCreateChartOfAccountsWithHttpInfo (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts More...
 
CleardownModuleResponse CreateCleardownModule (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module More...
 
ApiResponse< CleardownModuleResponseCreateCleardownModuleWithHttpInfo (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module More...
 
GeneralLedgerProfileResponse CreateGeneralLedgerProfile (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. More...
 
ApiResponse< GeneralLedgerProfileResponseCreateGeneralLedgerProfileWithHttpInfo (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. More...
 
PostingModuleResponse CreatePostingModule (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreatePostingModule: Create a Posting Module More...
 
ApiResponse< PostingModuleResponseCreatePostingModuleWithHttpInfo (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreatePostingModule: Create a Posting Module More...
 
DeleteAccountsResponse DeleteAccounts (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0)
 [EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts More...
 
ApiResponse< DeleteAccountsResponseDeleteAccountsWithHttpInfo (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0)
 [EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts More...
 
DeletedEntityResponse DeleteChartOfAccounts (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts More...
 
ApiResponse< DeletedEntityResponseDeleteChartOfAccountsWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts More...
 
DeletedEntityResponse DeleteCleardownModule (string scope, string code, string cleardownModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. More...
 
ApiResponse< DeletedEntityResponseDeleteCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. More...
 
DeletedEntityResponse DeleteGeneralLedgerProfile (string scope, string code, string generalLedgerProfileCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. More...
 
ApiResponse< DeletedEntityResponseDeleteGeneralLedgerProfileWithHttpInfo (string scope, string code, string generalLedgerProfileCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. More...
 
DeletedEntityResponse DeletePostingModule (string scope, string code, string postingModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. More...
 
ApiResponse< DeletedEntityResponseDeletePostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. More...
 
Account GetAccount (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetAccount: Get Account More...
 
ApiResponse< AccountGetAccountWithHttpInfo (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetAccount: Get Account More...
 
ChartOfAccounts GetChartOfAccounts (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts More...
 
ApiResponse< ChartOfAccountsGetChartOfAccountsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts More...
 
CleardownModuleResponse GetCleardownModule (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module More...
 
ApiResponse< CleardownModuleResponseGetCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module More...
 
GeneralLedgerProfileResponse GetGeneralLedgerProfile (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. More...
 
ApiResponse< GeneralLedgerProfileResponseGetGeneralLedgerProfileWithHttpInfo (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. More...
 
PostingModuleResponse GetPostingModule (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetPostingModule: Get a Posting Module More...
 
ApiResponse< PostingModuleResponseGetPostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetPostingModule: Get a Posting Module More...
 
PagedResourceListOfAccount ListAccounts (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListAccounts: List Accounts More...
 
ApiResponse< PagedResourceListOfAccountListAccountsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListAccounts: List Accounts More...
 
PagedResourceListOfChartOfAccounts ListChartsOfAccounts (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts More...
 
ApiResponse< PagedResourceListOfChartOfAccountsListChartsOfAccountsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts More...
 
PagedResourceListOfCleardownModuleRule ListCleardownModuleRules (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules More...
 
ApiResponse< PagedResourceListOfCleardownModuleRuleListCleardownModuleRulesWithHttpInfo (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules More...
 
PagedResourceListOfCleardownModuleResponse ListCleardownModules (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListCleardownModules: List Cleardown Modules More...
 
ApiResponse< PagedResourceListOfCleardownModuleResponseListCleardownModulesWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListCleardownModules: List Cleardown Modules More...
 
PagedResourceListOfGeneralLedgerProfileResponse ListGeneralLedgerProfiles (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. More...
 
ApiResponse< PagedResourceListOfGeneralLedgerProfileResponseListGeneralLedgerProfilesWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. More...
 
PagedResourceListOfPostingModuleRule ListPostingModuleRules (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules More...
 
ApiResponse< PagedResourceListOfPostingModuleRuleListPostingModuleRulesWithHttpInfo (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules More...
 
PagedResourceListOfPostingModuleResponse ListPostingModules (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListPostingModules: List Posting Modules More...
 
ApiResponse< PagedResourceListOfPostingModuleResponseListPostingModulesWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListPostingModules: List Posting Modules More...
 
CleardownModuleResponse SetCleardownModuleDetails (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module More...
 
ApiResponse< CleardownModuleResponseSetCleardownModuleDetailsWithHttpInfo (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module More...
 
CleardownModuleRulesUpdatedResponse SetCleardownModuleRules (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module More...
 
ApiResponse< CleardownModuleRulesUpdatedResponseSetCleardownModuleRulesWithHttpInfo (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module More...
 
GeneralLedgerProfileResponse SetGeneralLedgerProfileMappings (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0)
 [EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. More...
 
ApiResponse< GeneralLedgerProfileResponseSetGeneralLedgerProfileMappingsWithHttpInfo (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0)
 [EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. More...
 
PostingModuleResponse SetPostingModuleDetails (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module More...
 
ApiResponse< PostingModuleResponseSetPostingModuleDetailsWithHttpInfo (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module More...
 
PostingModuleRulesUpdatedResponse SetPostingModuleRules (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module More...
 
ApiResponse< PostingModuleRulesUpdatedResponseSetPostingModuleRulesWithHttpInfo (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module More...
 
AccountProperties UpsertAccountProperties (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertAccountProperties: Upsert account properties More...
 
ApiResponse< AccountPropertiesUpsertAccountPropertiesWithHttpInfo (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertAccountProperties: Upsert account properties More...
 
AccountsUpsertResponse UpsertAccounts (string scope, string code, List< Account > account, int operationIndex=0)
 [EXPERIMENTAL] UpsertAccounts: Upsert Accounts More...
 
ApiResponse< AccountsUpsertResponseUpsertAccountsWithHttpInfo (string scope, string code, List< Account > account, int operationIndex=0)
 [EXPERIMENTAL] UpsertAccounts: Upsert Accounts More...
 
ChartOfAccountsProperties UpsertChartOfAccountsProperties (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties More...
 
ApiResponse< ChartOfAccountsPropertiesUpsertChartOfAccountsPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IChartOfAccountsApiAsync
System.Threading.Tasks.Task< ChartOfAccountsCreateChartOfAccountsAsync (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts More...
 
System.Threading.Tasks.Task< ApiResponse< ChartOfAccounts > > CreateChartOfAccountsWithHttpInfoAsync (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts More...
 
System.Threading.Tasks.Task< CleardownModuleResponseCreateCleardownModuleAsync (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module More...
 
System.Threading.Tasks.Task< ApiResponse< CleardownModuleResponse > > CreateCleardownModuleWithHttpInfoAsync (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module More...
 
System.Threading.Tasks.Task< GeneralLedgerProfileResponseCreateGeneralLedgerProfileAsync (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. More...
 
System.Threading.Tasks.Task< ApiResponse< GeneralLedgerProfileResponse > > CreateGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. More...
 
System.Threading.Tasks.Task< PostingModuleResponseCreatePostingModuleAsync (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreatePostingModule: Create a Posting Module More...
 
System.Threading.Tasks.Task< ApiResponse< PostingModuleResponse > > CreatePostingModuleWithHttpInfoAsync (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreatePostingModule: Create a Posting Module More...
 
System.Threading.Tasks.Task< DeleteAccountsResponseDeleteAccountsAsync (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts More...
 
System.Threading.Tasks.Task< ApiResponse< DeleteAccountsResponse > > DeleteAccountsWithHttpInfoAsync (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteChartOfAccountsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteChartOfAccountsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteCleardownModuleAsync (string scope, string code, string cleardownModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteGeneralLedgerProfileAsync (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeletePostingModuleAsync (string scope, string code, string postingModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeletePostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. More...
 
System.Threading.Tasks.Task< AccountGetAccountAsync (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetAccount: Get Account More...
 
System.Threading.Tasks.Task< ApiResponse< Account > > GetAccountWithHttpInfoAsync (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetAccount: Get Account More...
 
System.Threading.Tasks.Task< ChartOfAccountsGetChartOfAccountsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts More...
 
System.Threading.Tasks.Task< ApiResponse< ChartOfAccounts > > GetChartOfAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts More...
 
System.Threading.Tasks.Task< CleardownModuleResponseGetCleardownModuleAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module More...
 
System.Threading.Tasks.Task< ApiResponse< CleardownModuleResponse > > GetCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module More...
 
System.Threading.Tasks.Task< GeneralLedgerProfileResponseGetGeneralLedgerProfileAsync (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. More...
 
System.Threading.Tasks.Task< ApiResponse< GeneralLedgerProfileResponse > > GetGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. More...
 
System.Threading.Tasks.Task< PostingModuleResponseGetPostingModuleAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetPostingModule: Get a Posting Module More...
 
System.Threading.Tasks.Task< ApiResponse< PostingModuleResponse > > GetPostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetPostingModule: Get a Posting Module More...
 
System.Threading.Tasks.Task< PagedResourceListOfAccountListAccountsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListAccounts: List Accounts More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfAccount > > ListAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListAccounts: List Accounts More...
 
System.Threading.Tasks.Task< PagedResourceListOfChartOfAccountsListChartsOfAccountsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfChartOfAccounts > > ListChartsOfAccountsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts More...
 
System.Threading.Tasks.Task< PagedResourceListOfCleardownModuleRuleListCleardownModuleRulesAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfCleardownModuleRule > > ListCleardownModuleRulesWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules More...
 
System.Threading.Tasks.Task< PagedResourceListOfCleardownModuleResponseListCleardownModulesAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListCleardownModules: List Cleardown Modules More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfCleardownModuleResponse > > ListCleardownModulesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListCleardownModules: List Cleardown Modules More...
 
System.Threading.Tasks.Task< PagedResourceListOfGeneralLedgerProfileResponseListGeneralLedgerProfilesAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfGeneralLedgerProfileResponse > > ListGeneralLedgerProfilesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. More...
 
System.Threading.Tasks.Task< PagedResourceListOfPostingModuleRuleListPostingModuleRulesAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfPostingModuleRule > > ListPostingModuleRulesWithHttpInfoAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules More...
 
System.Threading.Tasks.Task< PagedResourceListOfPostingModuleResponseListPostingModulesAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListPostingModules: List Posting Modules More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfPostingModuleResponse > > ListPostingModulesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListPostingModules: List Posting Modules More...
 
System.Threading.Tasks.Task< CleardownModuleResponseSetCleardownModuleDetailsAsync (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module More...
 
System.Threading.Tasks.Task< ApiResponse< CleardownModuleResponse > > SetCleardownModuleDetailsWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module More...
 
System.Threading.Tasks.Task< CleardownModuleRulesUpdatedResponseSetCleardownModuleRulesAsync (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module More...
 
System.Threading.Tasks.Task< ApiResponse< CleardownModuleRulesUpdatedResponse > > SetCleardownModuleRulesWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module More...
 
System.Threading.Tasks.Task< GeneralLedgerProfileResponseSetGeneralLedgerProfileMappingsAsync (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. More...
 
System.Threading.Tasks.Task< ApiResponse< GeneralLedgerProfileResponse > > SetGeneralLedgerProfileMappingsWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. More...
 
System.Threading.Tasks.Task< PostingModuleResponseSetPostingModuleDetailsAsync (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module More...
 
System.Threading.Tasks.Task< ApiResponse< PostingModuleResponse > > SetPostingModuleDetailsWithHttpInfoAsync (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module More...
 
System.Threading.Tasks.Task< PostingModuleRulesUpdatedResponseSetPostingModuleRulesAsync (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module More...
 
System.Threading.Tasks.Task< ApiResponse< PostingModuleRulesUpdatedResponse > > SetPostingModuleRulesWithHttpInfoAsync (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module More...
 
System.Threading.Tasks.Task< AccountPropertiesUpsertAccountPropertiesAsync (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertAccountProperties: Upsert account properties More...
 
System.Threading.Tasks.Task< ApiResponse< AccountProperties > > UpsertAccountPropertiesWithHttpInfoAsync (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertAccountProperties: Upsert account properties More...
 
System.Threading.Tasks.Task< AccountsUpsertResponseUpsertAccountsAsync (string scope, string code, List< Account > account, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertAccounts: Upsert Accounts More...
 
System.Threading.Tasks.Task< ApiResponse< AccountsUpsertResponse > > UpsertAccountsWithHttpInfoAsync (string scope, string code, List< Account > account, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertAccounts: Upsert Accounts More...
 
System.Threading.Tasks.Task< ChartOfAccountsPropertiesUpsertChartOfAccountsPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties More...
 
System.Threading.Tasks.Task< ApiResponse< ChartOfAccountsProperties > > UpsertChartOfAccountsPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: