LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.ChartOfAccountsApi Class Reference

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

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

Public Member Functions

 ChartOfAccountsApi ()
 Initializes a new instance of the ChartOfAccountsApi class. More...
 
 ChartOfAccountsApi (string basePath)
 Initializes a new instance of the ChartOfAccountsApi class. More...
 
 ChartOfAccountsApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the ChartOfAccountsApi class using Configuration object More...
 
 ChartOfAccountsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the ChartOfAccountsApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
ChartOfAccounts CreateChartOfAccounts (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts. More...
 
Lusid.Sdk.Client.ApiResponse< ChartOfAccountsCreateChartOfAccountsWithHttpInfo (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts. More...
 
async 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 Create the given Chart of Accounts. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Create the given Chart of Accounts. More...
 
CleardownModuleResponse CreateCleardownModule (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module. More...
 
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponseCreateCleardownModuleWithHttpInfo (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module. More...
 
async 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 Create the given Cleardown Module. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Create the given Cleardown Module. More...
 
GeneralLedgerProfileResponse CreateGeneralLedgerProfile (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile. More...
 
Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponseCreateGeneralLedgerProfileWithHttpInfo (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile. More...
 
async 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. Create the given General Ledger profile. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. Create the given General Ledger profile. More...
 
PostingModuleResponse CreatePostingModule (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module. More...
 
Lusid.Sdk.Client.ApiResponse< PostingModuleResponseCreatePostingModuleWithHttpInfo (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0)
 [EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module. More...
 
async 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 Create the given Posting Module. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Create the given 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 Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. More...
 
Lusid.Sdk.Client.ApiResponse< DeleteAccountsResponseDeleteAccountsWithHttpInfo (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0)
 [EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. More...
 
async 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 Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. More...
 
DeletedEntityResponse DeleteChartOfAccounts (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteChartOfAccountsWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts. More...
 
async 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 Delete the given Chart of Accounts. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Delete the given Chart of Accounts. More...
 
DeletedEntityResponse DeleteCleardownModule (string scope, string code, string cleardownModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module. More...
 
async 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. Delete the given Cleardown Module. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. Delete the given Cleardown Module. More...
 
DeletedEntityResponse DeleteGeneralLedgerProfile (string scope, string code, string generalLedgerProfileCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteGeneralLedgerProfileWithHttpInfo (string scope, string code, string generalLedgerProfileCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile. More...
 
async 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. Delete the given General Ledger Profile. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. Delete the given General Ledger Profile. More...
 
DeletedEntityResponse DeletePostingModule (string scope, string code, string postingModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeletePostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, int operationIndex=0)
 [EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module. More...
 
async 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. Delete the given Posting Module. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. Delete the given 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 Retrieve the definition of a particular Account which is part of a Chart of Accounts. More...
 
Lusid.Sdk.Client.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 Retrieve the definition of a particular Account which is part of a Chart of Accounts. More...
 
async 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 Retrieve the definition of a particular Account which is part of a Chart of Accounts. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Retrieve the definition of a particular Account which is part of a Chart of Accounts. 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 Retrieve the definition of a particular Chart of Accounts. More...
 
Lusid.Sdk.Client.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 Retrieve the definition of a particular Chart of Accounts. More...
 
async 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 Retrieve the definition of a particular Chart of Accounts. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Retrieve the definition of a particular Chart of Accounts. More...
 
CleardownModuleResponse GetCleardownModule (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules. More...
 
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponseGetCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules. More...
 
async 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 Retrieve the definition of a Cleardown Module complete with its rules. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Retrieve the definition of a Cleardown Module complete with its rules. More...
 
GeneralLedgerProfileResponse GetGeneralLedgerProfile (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile. More...
 
Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponseGetGeneralLedgerProfileWithHttpInfo (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile. More...
 
async 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. Get the given General Ledger Profile. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. Get the given 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 Retrieve the definition of a Posting Module complete with its rules. More...
 
Lusid.Sdk.Client.ApiResponse< PostingModuleResponseGetPostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules. More...
 
async 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 Retrieve the definition of a Posting Module complete with its rules. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Retrieve the definition of a Posting Module complete with its rules. 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 List the accounts in a Chart of Accounts More...
 
Lusid.Sdk.Client.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 List the accounts in a Chart of Accounts More...
 
async 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 List the accounts in a Chart of Accounts More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 List the accounts in a Chart of 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 List all the Charts of Accounts matching particular criteria. More...
 
Lusid.Sdk.Client.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 List all the Charts of Accounts matching particular criteria. More...
 
async 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 List all the Charts of Accounts matching particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 List all the Charts of Accounts matching particular criteria. 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 List the Rules in a Cleardown Module More...
 
Lusid.Sdk.Client.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 List the Rules in a Cleardown Module More...
 
async 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 List the Rules in a Cleardown Module More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 List the Rules in a Cleardown Module 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 List all the Cleardown Modules matching particular criteria. More...
 
Lusid.Sdk.Client.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 List all the Cleardown Modules matching particular criteria. More...
 
async 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 List all the Cleardown Modules matching particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 List all the Cleardown Modules matching particular criteria. 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. List all the General Ledger profiles matching particular criteria. More...
 
Lusid.Sdk.Client.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. List all the General Ledger profiles matching particular criteria. More...
 
async 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. List all the General Ledger profiles matching particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. List all the General Ledger profiles matching particular criteria. 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 List the Rules in a Posting Module More...
 
Lusid.Sdk.Client.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 List the Rules in a Posting Module More...
 
async 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 List the Rules in a Posting Module More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 List the Rules in a Posting Module 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 List all the Posting Modules matching particular criteria. More...
 
Lusid.Sdk.Client.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 List all the Posting Modules matching particular criteria. More...
 
async 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 List all the Posting Modules matching particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 List all the Posting Modules matching particular criteria. More...
 
CleardownModuleResponse SetCleardownModuleDetails (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details. More...
 
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponseSetCleardownModuleDetailsWithHttpInfo (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details. More...
 
async 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 Update the given Cleardown Module details. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Update the given Cleardown Module details. More...
 
CleardownModuleRulesUpdatedResponse SetCleardownModuleRules (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module. More...
 
Lusid.Sdk.Client.ApiResponse< CleardownModuleRulesUpdatedResponseSetCleardownModuleRulesWithHttpInfo (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module. More...
 
async 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 Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Set the given Cleardown Modules rules, this will replace the existing set of rules for the 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. Update the given General Ledger profile Mappings. More...
 
Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponseSetGeneralLedgerProfileMappingsWithHttpInfo (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0)
 [EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings. More...
 
async 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. Update the given General Ledger profile Mappings. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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. Update the given 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 Update the given Posting Module details. More...
 
Lusid.Sdk.Client.ApiResponse< PostingModuleResponseSetPostingModuleDetailsWithHttpInfo (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details. More...
 
async 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 Update the given Posting Module details. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Update the given Posting Module details. More...
 
PostingModuleRulesUpdatedResponse SetPostingModuleRules (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module. More...
 
Lusid.Sdk.Client.ApiResponse< PostingModuleRulesUpdatedResponseSetPostingModuleRulesWithHttpInfo (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0)
 [EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module. More...
 
async 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 Set the given Posting Modules rules, this will replace the existing set of rules for the posting module. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Set the given Posting Modules rules, this will replace the existing set of rules for the 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 Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
Lusid.Sdk.Client.ApiResponse< AccountPropertiesUpsertAccountPropertiesWithHttpInfo (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async 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 Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
AccountsUpsertResponse UpsertAccounts (string scope, string code, List< Account > account, int operationIndex=0)
 [EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. More...
 
Lusid.Sdk.Client.ApiResponse< AccountsUpsertResponseUpsertAccountsWithHttpInfo (string scope, string code, List< Account > account, int operationIndex=0)
 [EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. More...
 
async 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 Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. 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 Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
Lusid.Sdk.Client.ApiResponse< ChartOfAccountsPropertiesUpsertChartOfAccountsPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async 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 Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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 Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 

Properties

Lusid.Sdk.Client.IAsynchronousClient AsynchronousClient [get, set]
 The client for accessing this underlying API asynchronously. More...
 
Lusid.Sdk.Client.ISynchronousClient Client [get, set]
 The client for accessing this underlying API synchronously. More...
 
Lusid.Sdk.Client.IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
Lusid.Sdk.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. 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

Constructor & Destructor Documentation

◆ ChartOfAccountsApi() [1/4]

Lusid.Sdk.Api.ChartOfAccountsApi.ChartOfAccountsApi ( )
inline

Initializes a new instance of the ChartOfAccountsApi class.

Returns

◆ ChartOfAccountsApi() [2/4]

Lusid.Sdk.Api.ChartOfAccountsApi.ChartOfAccountsApi ( string  basePath)
inline

Initializes a new instance of the ChartOfAccountsApi class.

Returns

◆ ChartOfAccountsApi() [3/4]

Lusid.Sdk.Api.ChartOfAccountsApi.ChartOfAccountsApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the ChartOfAccountsApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ ChartOfAccountsApi() [4/4]

Lusid.Sdk.Api.ChartOfAccountsApi.ChartOfAccountsApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the ChartOfAccountsApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ CreateChartOfAccounts()

ChartOfAccounts Lusid.Sdk.Api.ChartOfAccountsApi.CreateChartOfAccounts ( string  scope,
ChartOfAccountsRequest  chartOfAccountsRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
chartOfAccountsRequestThe definition of the Chart of Accounts.
operationIndexIndex associated with the operation.
Returns
ChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreateChartOfAccountsAsync()

async System.Threading.Tasks.Task<ChartOfAccounts> Lusid.Sdk.Api.ChartOfAccountsApi.CreateChartOfAccountsAsync ( string  scope,
ChartOfAccountsRequest  chartOfAccountsRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
chartOfAccountsRequestThe definition of the Chart of Accounts.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreateChartOfAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ChartOfAccounts> Lusid.Sdk.Api.ChartOfAccountsApi.CreateChartOfAccountsWithHttpInfo ( string  scope,
ChartOfAccountsRequest  chartOfAccountsRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
chartOfAccountsRequestThe definition of the Chart of Accounts.
operationIndexIndex associated with the operation.
Returns
ApiResponse of ChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreateChartOfAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ChartOfAccounts> > Lusid.Sdk.Api.ChartOfAccountsApi.CreateChartOfAccountsWithHttpInfoAsync ( string  scope,
ChartOfAccountsRequest  chartOfAccountsRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
chartOfAccountsRequestThe definition of the Chart of Accounts.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ChartOfAccounts)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreateCleardownModule()

CleardownModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.CreateCleardownModule ( string  scope,
string  code,
CleardownModuleRequest  cleardownModuleRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleRequestThe definition of the Cleardown Module.
operationIndexIndex associated with the operation.
Returns
CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreateCleardownModuleAsync()

async System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.CreateCleardownModuleAsync ( string  scope,
string  code,
CleardownModuleRequest  cleardownModuleRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleRequestThe definition of the Cleardown Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreateCleardownModuleWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.CreateCleardownModuleWithHttpInfo ( string  scope,
string  code,
CleardownModuleRequest  cleardownModuleRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleRequestThe definition of the Cleardown Module.
operationIndexIndex associated with the operation.
Returns
ApiResponse of CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreateCleardownModuleWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.CreateCleardownModuleWithHttpInfoAsync ( string  scope,
string  code,
CleardownModuleRequest  cleardownModuleRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleRequestThe definition of the Cleardown Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (CleardownModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreateGeneralLedgerProfile()

GeneralLedgerProfileResponse Lusid.Sdk.Api.ChartOfAccountsApi.CreateGeneralLedgerProfile ( string  scope,
string  code,
GeneralLedgerProfileRequest  generalLedgerProfileRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileRequestThe definition of the General Ledger Profile.
operationIndexIndex associated with the operation.
Returns
GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreateGeneralLedgerProfileAsync()

async System.Threading.Tasks.Task<GeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.CreateGeneralLedgerProfileAsync ( string  scope,
string  code,
GeneralLedgerProfileRequest  generalLedgerProfileRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileRequestThe definition of the General Ledger Profile.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreateGeneralLedgerProfileWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.CreateGeneralLedgerProfileWithHttpInfo ( string  scope,
string  code,
GeneralLedgerProfileRequest  generalLedgerProfileRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileRequestThe definition of the General Ledger Profile.
operationIndexIndex associated with the operation.
Returns
ApiResponse of GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreateGeneralLedgerProfileWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.CreateGeneralLedgerProfileWithHttpInfoAsync ( string  scope,
string  code,
GeneralLedgerProfileRequest  generalLedgerProfileRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileRequestThe definition of the General Ledger Profile.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (GeneralLedgerProfileResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreatePostingModule()

PostingModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.CreatePostingModule ( string  scope,
string  code,
PostingModuleRequest  postingModuleRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleRequestThe definition of the Posting Module.
operationIndexIndex associated with the operation.
Returns
PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreatePostingModuleAsync()

async System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.CreatePostingModuleAsync ( string  scope,
string  code,
PostingModuleRequest  postingModuleRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleRequestThe definition of the Posting Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ CreatePostingModuleWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.CreatePostingModuleWithHttpInfo ( string  scope,
string  code,
PostingModuleRequest  postingModuleRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleRequestThe definition of the Posting Module.
operationIndexIndex associated with the operation.
Returns
ApiResponse of PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ CreatePostingModuleWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.CreatePostingModuleWithHttpInfoAsync ( string  scope,
string  code,
PostingModuleRequest  postingModuleRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleRequestThe definition of the Posting Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PostingModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteAccounts()

DeleteAccountsResponse Lusid.Sdk.Api.ChartOfAccountsApi.DeleteAccounts ( string  scope,
string  code,
List< string >  requestBody,
string?  deleteMode = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe codes of the accounts to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
operationIndexIndex associated with the operation.
Returns
DeleteAccountsResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteAccountsAsync()

async System.Threading.Tasks.Task<DeleteAccountsResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteAccountsAsync ( string  scope,
string  code,
List< string >  requestBody,
string?  deleteMode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe codes of the accounts to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeleteAccountsResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeleteAccountsResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteAccountsWithHttpInfo ( string  scope,
string  code,
List< string >  requestBody,
string?  deleteMode = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe codes of the accounts to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeleteAccountsResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeleteAccountsResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.DeleteAccountsWithHttpInfoAsync ( string  scope,
string  code,
List< string >  requestBody,
string?  deleteMode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe codes of the accounts to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeleteAccountsResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteChartOfAccounts()

DeletedEntityResponse Lusid.Sdk.Api.ChartOfAccountsApi.DeleteChartOfAccounts ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to be deleted.
codeThe code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteChartOfAccountsAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteChartOfAccountsAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to be deleted.
codeThe code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteChartOfAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteChartOfAccountsWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to be deleted.
codeThe code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteChartOfAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.DeleteChartOfAccountsWithHttpInfoAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to be deleted.
codeThe code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteCleardownModule()

DeletedEntityResponse Lusid.Sdk.Api.ChartOfAccountsApi.DeleteCleardownModule ( string  scope,
string  code,
string  cleardownModuleCode,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be deleted.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteCleardownModuleAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteCleardownModuleAsync ( string  scope,
string  code,
string  cleardownModuleCode,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be deleted.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteCleardownModuleWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteCleardownModuleWithHttpInfo ( string  scope,
string  code,
string  cleardownModuleCode,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be deleted.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteCleardownModuleWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.DeleteCleardownModuleWithHttpInfoAsync ( string  scope,
string  code,
string  cleardownModuleCode,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be deleted.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteGeneralLedgerProfile()

DeletedEntityResponse Lusid.Sdk.Api.ChartOfAccountsApi.DeleteGeneralLedgerProfile ( string  scope,
string  code,
string  generalLedgerProfileCode,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe Code of the General Ledger Profile.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteGeneralLedgerProfileAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteGeneralLedgerProfileAsync ( string  scope,
string  code,
string  generalLedgerProfileCode,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe Code of the General Ledger Profile.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeleteGeneralLedgerProfileWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeleteGeneralLedgerProfileWithHttpInfo ( string  scope,
string  code,
string  generalLedgerProfileCode,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe Code of the General Ledger Profile.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeleteGeneralLedgerProfileWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.DeleteGeneralLedgerProfileWithHttpInfoAsync ( string  scope,
string  code,
string  generalLedgerProfileCode,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe Code of the General Ledger Profile.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeletePostingModule()

DeletedEntityResponse Lusid.Sdk.Api.ChartOfAccountsApi.DeletePostingModule ( string  scope,
string  code,
string  postingModuleCode,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be deleted.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeletePostingModuleAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeletePostingModuleAsync ( string  scope,
string  code,
string  postingModuleCode,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be deleted.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ DeletePostingModuleWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ChartOfAccountsApi.DeletePostingModuleWithHttpInfo ( string  scope,
string  code,
string  postingModuleCode,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be deleted.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ DeletePostingModuleWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.DeletePostingModuleWithHttpInfoAsync ( string  scope,
string  code,
string  postingModuleCode,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be deleted.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetAccount()

Account Lusid.Sdk.Api.ChartOfAccountsApi.GetAccount ( string  scope,
string  code,
string  accountCode,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe code of the Account.
effectiveAtThe effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example &#39;Account/Manager/Id&#39;. If not provided will return all the entitled properties for that Account. (optional)
operationIndexIndex associated with the operation.
Returns
Account

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetAccountAsync()

async System.Threading.Tasks.Task<Account> Lusid.Sdk.Api.ChartOfAccountsApi.GetAccountAsync ( 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) 
)
inline

[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe code of the Account.
effectiveAtThe effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example &#39;Account/Manager/Id&#39;. If not provided will return all the entitled properties for that Account. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Account

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetAccountWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Account> Lusid.Sdk.Api.ChartOfAccountsApi.GetAccountWithHttpInfo ( string  scope,
string  code,
string  accountCode,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe code of the Account.
effectiveAtThe effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example &#39;Account/Manager/Id&#39;. If not provided will return all the entitled properties for that Account. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of Account

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetAccountWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Account> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe code of the Account.
effectiveAtThe effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example &#39;Account/Manager/Id&#39;. If not provided will return all the entitled properties for that Account. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Account)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.ChartOfAccountsApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetChartOfAccounts()

ChartOfAccounts Lusid.Sdk.Api.ChartOfAccountsApi.GetChartOfAccounts ( string  scope,
string  code,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. If no properties are specified, then no properties will be returned. (optional)
operationIndexIndex associated with the operation.
Returns
ChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetChartOfAccountsAsync()

async System.Threading.Tasks.Task<ChartOfAccounts> Lusid.Sdk.Api.ChartOfAccountsApi.GetChartOfAccountsAsync ( 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) 
)
inline

[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. If no properties are specified, then no properties will be returned. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetChartOfAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ChartOfAccounts> Lusid.Sdk.Api.ChartOfAccountsApi.GetChartOfAccountsWithHttpInfo ( string  scope,
string  code,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. If no properties are specified, then no properties will be returned. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetChartOfAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ChartOfAccounts> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. If no properties are specified, then no properties will be returned. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ChartOfAccounts)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetCleardownModule()

CleardownModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.GetCleardownModule ( string  scope,
string  code,
string  cleardownModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module.
asAtThe asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetCleardownModuleAsync()

async System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.GetCleardownModuleAsync ( string  scope,
string  code,
string  cleardownModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module.
asAtThe asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetCleardownModuleWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.GetCleardownModuleWithHttpInfo ( string  scope,
string  code,
string  cleardownModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module.
asAtThe asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetCleardownModuleWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.GetCleardownModuleWithHttpInfoAsync ( string  scope,
string  code,
string  cleardownModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module.
asAtThe asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (CleardownModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetGeneralLedgerProfile()

GeneralLedgerProfileResponse Lusid.Sdk.Api.ChartOfAccountsApi.GetGeneralLedgerProfile ( string  scope,
string  code,
string  generalLedgerProfileCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe General Ledger Profile Code of the General Ledger Profile.
asAtThe asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetGeneralLedgerProfileAsync()

async System.Threading.Tasks.Task<GeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.GetGeneralLedgerProfileAsync ( string  scope,
string  code,
string  generalLedgerProfileCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe General Ledger Profile Code of the General Ledger Profile.
asAtThe asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetGeneralLedgerProfileWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.GetGeneralLedgerProfileWithHttpInfo ( string  scope,
string  code,
string  generalLedgerProfileCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe General Ledger Profile Code of the General Ledger Profile.
asAtThe asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetGeneralLedgerProfileWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.GetGeneralLedgerProfileWithHttpInfoAsync ( string  scope,
string  code,
string  generalLedgerProfileCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts for the General Ledger Profile.
codeThe code of the Chart of Accounts for the General Ledger Profile.
generalLedgerProfileCodeThe General Ledger Profile Code of the General Ledger Profile.
asAtThe asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (GeneralLedgerProfileResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetPostingModule()

PostingModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.GetPostingModule ( string  scope,
string  code,
string  postingModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module.
asAtThe asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetPostingModuleAsync()

async System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.GetPostingModuleAsync ( string  scope,
string  code,
string  postingModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module.
asAtThe asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ GetPostingModuleWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.GetPostingModuleWithHttpInfo ( string  scope,
string  code,
string  postingModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module.
asAtThe asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ GetPostingModuleWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.GetPostingModuleWithHttpInfoAsync ( string  scope,
string  code,
string  postingModuleCode,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module.
asAtThe asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PostingModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListAccounts()

PagedResourceListOfAccount Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Account type, specify &quot;code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example &#39;Account/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfAccount

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListAccountsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfAccount> Lusid.Sdk.Api.ChartOfAccountsApi.ListAccountsAsync ( 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) 
)
inline

[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Account type, specify &quot;code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example &#39;Account/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfAccount

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfAccount> Lusid.Sdk.Api.ChartOfAccountsApi.ListAccountsWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Account type, specify &quot;code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example &#39;Account/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfAccount

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfAccount> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Account type, specify &quot;code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
propertyKeysA list of property keys from the &#39;Account&#39; domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example &#39;Account/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfAccount)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListChartsOfAccounts()

PagedResourceListOfChartOfAccounts Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Chart of Accounts type, specify &quot;id.Code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListChartsOfAccountsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfChartOfAccounts> Lusid.Sdk.Api.ChartOfAccountsApi.ListChartsOfAccountsAsync ( 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) 
)
inline

[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Chart of Accounts type, specify &quot;id.Code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListChartsOfAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfChartOfAccounts> Lusid.Sdk.Api.ChartOfAccountsApi.ListChartsOfAccountsWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Chart of Accounts type, specify &quot;id.Code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfChartOfAccounts

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListChartsOfAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfChartOfAccounts> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified. (optional)
pageThe pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Chart of Accounts type, specify &quot;id.Code eq &#39;001&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
propertyKeysA list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfChartOfAccounts)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListCleardownModuleRules()

PagedResourceListOfCleardownModuleRule Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the cleardown module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing cleardown module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfCleardownModuleRule

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListCleardownModuleRulesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfCleardownModuleRule> Lusid.Sdk.Api.ChartOfAccountsApi.ListCleardownModuleRulesAsync ( 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) 
)
inline

[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the cleardown module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing cleardown module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfCleardownModuleRule

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListCleardownModuleRulesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCleardownModuleRule> Lusid.Sdk.Api.ChartOfAccountsApi.ListCleardownModuleRulesWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the cleardown module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing cleardown module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfCleardownModuleRule

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListCleardownModuleRulesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCleardownModuleRule> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the cleardown module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing cleardown module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfCleardownModuleRule)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListCleardownModules()

PagedResourceListOfCleardownModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified. (optional)
pageThe pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Cleardown Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfCleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListCleardownModulesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfCleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.ListCleardownModulesAsync ( 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) 
)
inline

[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified. (optional)
pageThe pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Cleardown Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfCleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListCleardownModulesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.ListCleardownModulesWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified. (optional)
pageThe pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Cleardown Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfCleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListCleardownModulesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCleardownModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified. (optional)
pageThe pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Cleardown Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfCleardownModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListGeneralLedgerProfiles()

PagedResourceListOfGeneralLedgerProfileResponse Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts
codeThe code of the Chart of Accounts
asAtThe asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified. (optional)
pageThe pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the General Ledger profiles type, specify &quot;type eq &#39;PeriodBoundary&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfGeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListGeneralLedgerProfilesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfGeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.ListGeneralLedgerProfilesAsync ( 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) 
)
inline

[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts
codeThe code of the Chart of Accounts
asAtThe asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified. (optional)
pageThe pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the General Ledger profiles type, specify &quot;type eq &#39;PeriodBoundary&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfGeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListGeneralLedgerProfilesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.ListGeneralLedgerProfilesWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts
codeThe code of the Chart of Accounts
asAtThe asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified. (optional)
pageThe pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the General Ledger profiles type, specify &quot;type eq &#39;PeriodBoundary&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfGeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListGeneralLedgerProfilesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGeneralLedgerProfileResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts
codeThe code of the Chart of Accounts
asAtThe asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified. (optional)
pageThe pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the General Ledger profiles type, specify &quot;type eq &#39;PeriodBoundary&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfGeneralLedgerProfileResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListPostingModuleRules()

PagedResourceListOfPostingModuleRule Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the posting module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing posting module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfPostingModuleRule

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListPostingModuleRulesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfPostingModuleRule> Lusid.Sdk.Api.ChartOfAccountsApi.ListPostingModuleRulesAsync ( 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) 
)
inline

[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the posting module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing posting module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfPostingModuleRule

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListPostingModuleRulesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPostingModuleRule> Lusid.Sdk.Api.ChartOfAccountsApi.ListPostingModuleRulesWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the posting module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing posting module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfPostingModuleRule

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListPostingModuleRulesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPostingModuleRule> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the posting module.
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
pageThe pagination token to use to continue listing posting module rules; this value is returned from the previous call. If a pagination token is provided, the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the rule id, specify &quot;ruleId eq &#39;rule 1&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfPostingModuleRule)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListPostingModules()

PagedResourceListOfPostingModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.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 
)
inline

[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified. (optional)
pageThe pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Posting Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfPostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListPostingModulesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfPostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.ListPostingModulesAsync ( 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) 
)
inline

[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified. (optional)
pageThe pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Posting Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfPostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ ListPostingModulesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.ListPostingModulesWithHttpInfo ( 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 
)
inline

[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified. (optional)
pageThe pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Posting Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfPostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ ListPostingModulesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfPostingModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
asAtThe asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified. (optional)
pageThe pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the Posting Module status, specify &quot;status eq &#39;Active&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfPostingModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetCleardownModuleDetails()

CleardownModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleDetails ( string  scope,
string  code,
string  cleardownModuleCode,
CleardownModuleDetails  cleardownModuleDetails,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleDetailsThe new details for the Cleardown Module.
operationIndexIndex associated with the operation.
Returns
CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetCleardownModuleDetailsAsync()

async System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleDetailsAsync ( string  scope,
string  code,
string  cleardownModuleCode,
CleardownModuleDetails  cleardownModuleDetails,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleDetailsThe new details for the Cleardown Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetCleardownModuleDetailsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleDetailsWithHttpInfo ( string  scope,
string  code,
string  cleardownModuleCode,
CleardownModuleDetails  cleardownModuleDetails,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleDetailsThe new details for the Cleardown Module.
operationIndexIndex associated with the operation.
Returns
ApiResponse of CleardownModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetCleardownModuleDetailsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleDetailsWithHttpInfoAsync ( string  scope,
string  code,
string  cleardownModuleCode,
CleardownModuleDetails  cleardownModuleDetails,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleDetailsThe new details for the Cleardown Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (CleardownModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetCleardownModuleRules()

CleardownModuleRulesUpdatedResponse Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleRules ( string  scope,
string  code,
string  cleardownModuleCode,
List< CleardownModuleRule cleardownModuleRule,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleRuleThe new rule set for the Cleardown Module.
operationIndexIndex associated with the operation.
Returns
CleardownModuleRulesUpdatedResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetCleardownModuleRulesAsync()

async System.Threading.Tasks.Task<CleardownModuleRulesUpdatedResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleRulesAsync ( string  scope,
string  code,
string  cleardownModuleCode,
List< CleardownModuleRule cleardownModuleRule,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleRuleThe new rule set for the Cleardown Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of CleardownModuleRulesUpdatedResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetCleardownModuleRulesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<CleardownModuleRulesUpdatedResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleRulesWithHttpInfo ( string  scope,
string  code,
string  cleardownModuleCode,
List< CleardownModuleRule cleardownModuleRule,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleRuleThe new rule set for the Cleardown Module.
operationIndexIndex associated with the operation.
Returns
ApiResponse of CleardownModuleRulesUpdatedResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetCleardownModuleRulesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CleardownModuleRulesUpdatedResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.SetCleardownModuleRulesWithHttpInfoAsync ( string  scope,
string  code,
string  cleardownModuleCode,
List< CleardownModuleRule cleardownModuleRule,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
cleardownModuleCodeThe code of the Cleardown Module to be updated.
cleardownModuleRuleThe new rule set for the Cleardown Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (CleardownModuleRulesUpdatedResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetGeneralLedgerProfileMappings()

GeneralLedgerProfileResponse Lusid.Sdk.Api.ChartOfAccountsApi.SetGeneralLedgerProfileMappings ( string  scope,
string  code,
string  generalLedgerProfileCode,
List< GeneralLedgerProfileMapping generalLedgerProfileMapping,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileCodeThe code of the General Ledger Profile
generalLedgerProfileMappingThe updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.
operationIndexIndex associated with the operation.
Returns
GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetGeneralLedgerProfileMappingsAsync()

async System.Threading.Tasks.Task<GeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetGeneralLedgerProfileMappingsAsync ( string  scope,
string  code,
string  generalLedgerProfileCode,
List< GeneralLedgerProfileMapping generalLedgerProfileMapping,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileCodeThe code of the General Ledger Profile
generalLedgerProfileMappingThe updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetGeneralLedgerProfileMappingsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetGeneralLedgerProfileMappingsWithHttpInfo ( string  scope,
string  code,
string  generalLedgerProfileCode,
List< GeneralLedgerProfileMapping generalLedgerProfileMapping,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileCodeThe code of the General Ledger Profile
generalLedgerProfileMappingThe updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.
operationIndexIndex associated with the operation.
Returns
ApiResponse of GeneralLedgerProfileResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetGeneralLedgerProfileMappingsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.SetGeneralLedgerProfileMappingsWithHttpInfoAsync ( string  scope,
string  code,
string  generalLedgerProfileCode,
List< GeneralLedgerProfileMapping generalLedgerProfileMapping,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts.
generalLedgerProfileCodeThe code of the General Ledger Profile
generalLedgerProfileMappingThe updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (GeneralLedgerProfileResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetPostingModuleDetails()

PostingModuleResponse Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleDetails ( string  scope,
string  code,
string  postingModuleCode,
PostingModuleDetails  postingModuleDetails,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleDetailsThe new details for the Posting Module.
operationIndexIndex associated with the operation.
Returns
PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetPostingModuleDetailsAsync()

async System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleDetailsAsync ( string  scope,
string  code,
string  postingModuleCode,
PostingModuleDetails  postingModuleDetails,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleDetailsThe new details for the Posting Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetPostingModuleDetailsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleDetailsWithHttpInfo ( string  scope,
string  code,
string  postingModuleCode,
PostingModuleDetails  postingModuleDetails,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleDetailsThe new details for the Posting Module.
operationIndexIndex associated with the operation.
Returns
ApiResponse of PostingModuleResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetPostingModuleDetailsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleDetailsWithHttpInfoAsync ( string  scope,
string  code,
string  postingModuleCode,
PostingModuleDetails  postingModuleDetails,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleDetailsThe new details for the Posting Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PostingModuleResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetPostingModuleRules()

PostingModuleRulesUpdatedResponse Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleRules ( string  scope,
string  code,
string  postingModuleCode,
List< PostingModuleRule postingModuleRule,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleRuleThe new rule set for the Posting Module.
operationIndexIndex associated with the operation.
Returns
PostingModuleRulesUpdatedResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetPostingModuleRulesAsync()

async System.Threading.Tasks.Task<PostingModuleRulesUpdatedResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleRulesAsync ( string  scope,
string  code,
string  postingModuleCode,
List< PostingModuleRule postingModuleRule,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleRuleThe new rule set for the Posting Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PostingModuleRulesUpdatedResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ SetPostingModuleRulesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PostingModuleRulesUpdatedResponse> Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleRulesWithHttpInfo ( string  scope,
string  code,
string  postingModuleCode,
List< PostingModuleRule postingModuleRule,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleRuleThe new rule set for the Posting Module.
operationIndexIndex associated with the operation.
Returns
ApiResponse of PostingModuleRulesUpdatedResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ SetPostingModuleRulesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PostingModuleRulesUpdatedResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.SetPostingModuleRulesWithHttpInfoAsync ( string  scope,
string  code,
string  postingModuleCode,
List< PostingModuleRule postingModuleRule,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
postingModuleCodeThe code of the Posting Module to be updated.
postingModuleRuleThe new rule set for the Posting Module.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PostingModuleRulesUpdatedResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ UpsertAccountProperties()

AccountProperties Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccountProperties ( string  scope,
string  code,
string  accountCode,
Dictionary< string, Property >?  requestBody = default(Dictionary<string, Property>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe unique ID of the account to create or update properties for.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;Account/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
AccountProperties

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ UpsertAccountPropertiesAsync()

async System.Threading.Tasks.Task<AccountProperties> Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccountPropertiesAsync ( 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) 
)
inline

[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe unique ID of the account to create or update properties for.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;Account/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of AccountProperties

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ UpsertAccountPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<AccountProperties> Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccountPropertiesWithHttpInfo ( string  scope,
string  code,
string  accountCode,
Dictionary< string, Property >?  requestBody = default(Dictionary<string, Property>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe unique ID of the account to create or update properties for.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;Account/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of AccountProperties

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ UpsertAccountPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<AccountProperties> > Lusid.Sdk.Api.ChartOfAccountsApi.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) 
)
inline

[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;Account&#39;. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
accountCodeThe unique ID of the account to create or update properties for.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;Account/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (AccountProperties)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ UpsertAccounts()

AccountsUpsertResponse Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccounts ( string  scope,
string  code,
List< Account account,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountA list of accounts to be created or updated.
operationIndexIndex associated with the operation.
Returns
AccountsUpsertResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ UpsertAccountsAsync()

async System.Threading.Tasks.Task<AccountsUpsertResponse> Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccountsAsync ( string  scope,
string  code,
List< Account account,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountA list of accounts to be created or updated.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of AccountsUpsertResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ UpsertAccountsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<AccountsUpsertResponse> Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccountsWithHttpInfo ( string  scope,
string  code,
List< Account account,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountA list of accounts to be created or updated.
operationIndexIndex associated with the operation.
Returns
ApiResponse of AccountsUpsertResponse

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ UpsertAccountsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<AccountsUpsertResponse> > Lusid.Sdk.Api.ChartOfAccountsApi.UpsertAccountsWithHttpInfoAsync ( string  scope,
string  code,
List< Account account,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts.
codeThe code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
accountA list of accounts to be created or updated.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (AccountsUpsertResponse)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ UpsertChartOfAccountsProperties()

ChartOfAccountsProperties Lusid.Sdk.Api.ChartOfAccountsApi.UpsertChartOfAccountsProperties ( string  scope,
string  code,
Dictionary< string, Property >?  requestBody = default(Dictionary<string, Property>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;ChartOfAccounts/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ChartOfAccountsProperties

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ UpsertChartOfAccountsPropertiesAsync()

async System.Threading.Tasks.Task<ChartOfAccountsProperties> Lusid.Sdk.Api.ChartOfAccountsApi.UpsertChartOfAccountsPropertiesAsync ( string  scope,
string  code,
Dictionary< string, Property >?  requestBody = default(Dictionary<string, Property>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;ChartOfAccounts/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ChartOfAccountsProperties

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

◆ UpsertChartOfAccountsPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ChartOfAccountsProperties> Lusid.Sdk.Api.ChartOfAccountsApi.UpsertChartOfAccountsPropertiesWithHttpInfo ( string  scope,
string  code,
Dictionary< string, Property >?  requestBody = default(Dictionary<string, Property>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;ChartOfAccounts/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ChartOfAccountsProperties

Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.

◆ UpsertChartOfAccountsPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ChartOfAccountsProperties> > Lusid.Sdk.Api.ChartOfAccountsApi.UpsertChartOfAccountsPropertiesWithHttpInfoAsync ( string  scope,
string  code,
Dictionary< string, Property >?  requestBody = default(Dictionary<string, Property>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain &#39;ChartOfAccounts&#39;. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Chart of Accounts to update or insert the properties onto.
codeThe code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.
requestBodyThe properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. &quot;ChartOfAccounts/Manager/Id&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ChartOfAccountsProperties)

Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.ChartOfAccountsApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.ChartOfAccountsApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.ChartOfAccountsApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.ChartOfAccountsApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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