LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IChartOfAccountsApiAsync Interface Reference

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

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

Public Member Functions

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

Additional Inherited Members

- 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

Member Function Documentation

◆ CreateChartOfAccountsAsync()

System.Threading.Tasks.Task<ChartOfAccounts> Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreateChartOfAccountsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreateChartOfAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<ChartOfAccounts> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreateCleardownModuleAsync()

System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreateCleardownModuleAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreateCleardownModuleWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreateGeneralLedgerProfileAsync()

System.Threading.Tasks.Task<GeneralLedgerProfileResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreateGeneralLedgerProfileAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreateGeneralLedgerProfileWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreatePostingModuleAsync()

System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreatePostingModuleAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ CreatePostingModuleWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteAccountsAsync()

System.Threading.Tasks.Task<DeleteAccountsResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteAccountsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<DeleteAccountsResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteChartOfAccountsAsync()

System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteChartOfAccountsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteChartOfAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteCleardownModuleAsync()

System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteCleardownModuleAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteCleardownModuleWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteGeneralLedgerProfileAsync()

System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteGeneralLedgerProfileAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeleteGeneralLedgerProfileWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeletePostingModuleAsync()

System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeletePostingModuleAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ DeletePostingModuleWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetAccountAsync()

System.Threading.Tasks.Task<Account> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetAccountWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<Account> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetChartOfAccountsAsync()

System.Threading.Tasks.Task<ChartOfAccounts> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetChartOfAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<ChartOfAccounts> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetCleardownModuleAsync()

System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetCleardownModuleAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetCleardownModuleWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetGeneralLedgerProfileAsync()

System.Threading.Tasks.Task<GeneralLedgerProfileResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetGeneralLedgerProfileAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetGeneralLedgerProfileWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetPostingModuleAsync()

System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetPostingModuleAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ GetPostingModuleWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListAccountsAsync()

System.Threading.Tasks.Task<PagedResourceListOfAccount> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfAccount> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListChartsOfAccountsAsync()

System.Threading.Tasks.Task<PagedResourceListOfChartOfAccounts> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListChartsOfAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfChartOfAccounts> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListCleardownModuleRulesAsync()

System.Threading.Tasks.Task<PagedResourceListOfCleardownModuleRule> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListCleardownModuleRulesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfCleardownModuleRule> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListCleardownModulesAsync()

System.Threading.Tasks.Task<PagedResourceListOfCleardownModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListCleardownModulesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfCleardownModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListGeneralLedgerProfilesAsync()

System.Threading.Tasks.Task<PagedResourceListOfGeneralLedgerProfileResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListGeneralLedgerProfilesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfGeneralLedgerProfileResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListPostingModuleRulesAsync()

System.Threading.Tasks.Task<PagedResourceListOfPostingModuleRule> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListPostingModuleRulesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfPostingModuleRule> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListPostingModulesAsync()

System.Threading.Tasks.Task<PagedResourceListOfPostingModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ ListPostingModulesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfPostingModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetCleardownModuleDetailsAsync()

System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.SetCleardownModuleDetailsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetCleardownModuleDetailsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetCleardownModuleRulesAsync()

System.Threading.Tasks.Task<CleardownModuleRulesUpdatedResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.SetCleardownModuleRulesAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetCleardownModuleRulesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<CleardownModuleRulesUpdatedResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetGeneralLedgerProfileMappingsAsync()

System.Threading.Tasks.Task<GeneralLedgerProfileResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.SetGeneralLedgerProfileMappingsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetGeneralLedgerProfileMappingsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetPostingModuleDetailsAsync()

System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.SetPostingModuleDetailsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetPostingModuleDetailsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetPostingModuleRulesAsync()

System.Threading.Tasks.Task<PostingModuleRulesUpdatedResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.SetPostingModuleRulesAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ SetPostingModuleRulesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PostingModuleRulesUpdatedResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ UpsertAccountPropertiesAsync()

System.Threading.Tasks.Task<AccountProperties> Lusid.Sdk.Api.IChartOfAccountsApiAsync.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) 
)

[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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ UpsertAccountPropertiesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<AccountProperties> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ UpsertAccountsAsync()

System.Threading.Tasks.Task<AccountsUpsertResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.UpsertAccountsAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ UpsertAccountsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<AccountsUpsertResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ UpsertChartOfAccountsPropertiesAsync()

System.Threading.Tasks.Task<ChartOfAccountsProperties> Lusid.Sdk.Api.IChartOfAccountsApiAsync.UpsertChartOfAccountsPropertiesAsync ( 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.

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

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.

◆ UpsertChartOfAccountsPropertiesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<ChartOfAccountsProperties> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.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.

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)

Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.


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