LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
System.Threading.Tasks.Task< ChartOfAccounts > | CreateChartOfAccountsAsync (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > > | CreateChartOfAccountsWithHttpInfoAsync (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts More... | |
System.Threading.Tasks.Task< CleardownModuleResponse > | CreateCleardownModuleAsync (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | CreateCleardownModuleWithHttpInfoAsync (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module More... | |
System.Threading.Tasks.Task< GeneralLedgerProfileResponse > | CreateGeneralLedgerProfileAsync (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > > | CreateGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. More... | |
System.Threading.Tasks.Task< PostingModuleResponse > | CreatePostingModuleAsync (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | CreatePostingModuleWithHttpInfoAsync (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module More... | |
System.Threading.Tasks.Task< DeleteAccountsResponse > | DeleteAccountsAsync (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeleteAccountsResponse > > | DeleteAccountsWithHttpInfoAsync (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteChartOfAccountsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteChartOfAccountsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteCleardownModuleAsync (string scope, string code, string cleardownModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteGeneralLedgerProfileAsync (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePostingModuleAsync (string scope, string code, string postingModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. More... | |
System.Threading.Tasks.Task< Account > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccount: Get Account More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Account > > | GetAccountWithHttpInfoAsync (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccount: Get Account More... | |
System.Threading.Tasks.Task< AccountProperties > | GetAccountPropertiesAsync (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccountProperties: Get Account properties More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AccountProperties > > | GetAccountPropertiesWithHttpInfoAsync (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccountProperties: Get Account properties More... | |
System.Threading.Tasks.Task< ChartOfAccounts > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > > | GetChartOfAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts More... | |
System.Threading.Tasks.Task< ChartOfAccountsProperties > | GetChartOfAccountsPropertiesAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccountsProperties > > | GetChartOfAccountsPropertiesWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties More... | |
System.Threading.Tasks.Task< CleardownModuleResponse > | GetCleardownModuleAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | GetCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module More... | |
System.Threading.Tasks.Task< GeneralLedgerProfileResponse > | GetGeneralLedgerProfileAsync (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > > | GetGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. More... | |
System.Threading.Tasks.Task< PostingModuleResponse > | GetPostingModuleAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | GetPostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module More... | |
System.Threading.Tasks.Task< PagedResourceListOfAccount > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAccounts: List Accounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAccount > > | ListAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAccounts: List Accounts More... | |
System.Threading.Tasks.Task< PagedResourceListOfChartOfAccounts > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfChartOfAccounts > > | ListChartsOfAccountsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts More... | |
System.Threading.Tasks.Task< PagedResourceListOfCleardownModuleRule > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCleardownModuleRule > > | ListCleardownModuleRulesWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules More... | |
System.Threading.Tasks.Task< PagedResourceListOfCleardownModuleResponse > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCleardownModuleResponse > > | ListCleardownModulesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules More... | |
System.Threading.Tasks.Task< PagedResourceListOfGeneralLedgerProfileResponse > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGeneralLedgerProfileResponse > > | ListGeneralLedgerProfilesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. More... | |
System.Threading.Tasks.Task< PagedResourceListOfPostingModuleRule > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPostingModuleRule > > | ListPostingModuleRulesWithHttpInfoAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules More... | |
System.Threading.Tasks.Task< PagedResourceListOfPostingModuleResponse > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPostingModuleResponse > > | ListPostingModulesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules More... | |
System.Threading.Tasks.Task< ChartOfAccounts > | PatchChartOfAccountsAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > > | PatchChartOfAccountsWithHttpInfoAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts. More... | |
System.Threading.Tasks.Task< CleardownModuleResponse > | PatchCleardownModuleAsync (string scope, string code, string cleardownModuleCode, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchCleardownModule: Patch a Cleardown Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | PatchCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchCleardownModule: Patch a Cleardown Module More... | |
System.Threading.Tasks.Task< PostingModuleResponse > | PatchPostingModuleAsync (string scope, string code, string postingModuleCode, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchPostingModule: Patch a Posting Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | PatchPostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchPostingModule: Patch a Posting Module More... | |
System.Threading.Tasks.Task< CleardownModuleResponse > | SetCleardownModuleDetailsAsync (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | SetCleardownModuleDetailsWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module More... | |
System.Threading.Tasks.Task< CleardownModuleRulesUpdatedResponse > | SetCleardownModuleRulesAsync (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleRulesUpdatedResponse > > | SetCleardownModuleRulesWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module More... | |
System.Threading.Tasks.Task< GeneralLedgerProfileResponse > | SetGeneralLedgerProfileMappingsAsync (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > > | SetGeneralLedgerProfileMappingsWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. More... | |
System.Threading.Tasks.Task< PostingModuleResponse > | SetPostingModuleDetailsAsync (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | SetPostingModuleDetailsWithHttpInfoAsync (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module More... | |
System.Threading.Tasks.Task< PostingModuleRulesUpdatedResponse > | SetPostingModuleRulesAsync (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleRulesUpdatedResponse > > | SetPostingModuleRulesWithHttpInfoAsync (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module More... | |
System.Threading.Tasks.Task< AccountProperties > | 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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AccountProperties > > | UpsertAccountPropertiesWithHttpInfoAsync (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties More... | |
System.Threading.Tasks.Task< AccountsUpsertResponse > | UpsertAccountsAsync (string scope, string code, List< Account > account, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAccounts: Upsert Accounts More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AccountsUpsertResponse > > | UpsertAccountsWithHttpInfoAsync (string scope, string code, List< Account > account, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAccounts: Upsert Accounts More... | |
System.Threading.Tasks.Task< ChartOfAccountsProperties > | UpsertChartOfAccountsPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccountsProperties > > | UpsertChartOfAccountsPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties More... | |
Represents a collection of functions to interact with the API endpoints
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts
Create the given Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
chartOfAccountsRequest | The definition of the Chart of Accounts. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ChartOfAccounts> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreateChartOfAccountsWithHttpInfoAsync | ( | string | scope, |
ChartOfAccountsRequest | chartOfAccountsRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts
Create the given Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
chartOfAccountsRequest | The definition of the Chart of Accounts. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module
Create the given Cleardown Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleRequest | The definition of the Cleardown Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreateCleardownModuleWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
CleardownModuleRequest | cleardownModuleRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module
Create the given Cleardown Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleRequest | The definition of the Cleardown Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile.
Create the given General Ledger profile.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. |
generalLedgerProfileRequest | The definition of the General Ledger Profile. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GeneralLedgerProfileResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreateGeneralLedgerProfileWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
GeneralLedgerProfileRequest | generalLedgerProfileRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile.
Create the given General Ledger profile.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. |
generalLedgerProfileRequest | The definition of the General Ledger Profile. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module
Create the given Posting Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleRequest | The definition of the Posting Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.CreatePostingModuleWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
PostingModuleRequest | postingModuleRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module
Create the given Posting Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleRequest | The definition of the Posting Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
requestBody | The codes of the accounts to delete. |
deleteMode | The delete mode to use (defaults to 'Soft'). (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
requestBody | The codes of the accounts to delete. |
deleteMode | The delete mode to use (defaults to 'Soft'). (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts
Delete the given Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to be deleted. |
code | The code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteChartOfAccountsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts
Delete the given Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to be deleted. |
code | The code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module.
Delete the given Cleardown Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be deleted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteCleardownModuleWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | cleardownModuleCode, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module.
Delete the given Cleardown Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be deleted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile.
Delete the given General Ledger Profile.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts for the General Ledger Profile. |
code | The code of the Chart of Accounts for the General Ledger Profile. |
generalLedgerProfileCode | The Code of the General Ledger Profile. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeleteGeneralLedgerProfileWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | generalLedgerProfileCode, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile.
Delete the given General Ledger Profile.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts for the General Ledger Profile. |
code | The code of the Chart of Accounts for the General Ledger Profile. |
generalLedgerProfileCode | The Code of the General Ledger Profile. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module.
Delete the given Posting Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be deleted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.DeletePostingModuleWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | postingModuleCode, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module.
Delete the given Posting Module.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be deleted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetAccount: Get Account
Retrieve the definition of a particular Account which is part of a Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
accountCode | The code of the Account. |
effectiveAt | The effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified. (optional) |
propertyKeys | A list of property keys from the 'Account' domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example 'Account/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<AccountProperties> Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetAccountPropertiesAsync | ( | string | scope, |
string | code, | ||
string | accountCode, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetAccountProperties: Get Account properties
Get all the properties of a single account.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to update or insert the properties onto. |
code | The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts. |
accountCode | The unique ID of the account to get properties for. |
effectiveAt | The effective datetime or cut label at which to list the Account's properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the Account's properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<AccountProperties> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetAccountPropertiesWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | accountCode, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetAccountProperties: Get Account properties
Get all the properties of a single account.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to update or insert the properties onto. |
code | The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts. |
accountCode | The unique ID of the account to get properties for. |
effectiveAt | The effective datetime or cut label at which to list the Account's properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the Account's properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetAccount: Get Account
Retrieve the definition of a particular Account which is part of a Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
accountCode | The code of the Account. |
effectiveAt | The effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified. (optional) |
propertyKeys | A list of property keys from the 'Account' domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example 'Account/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts
Retrieve the definition of a particular Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
effectiveAt | The 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) |
asAt | The 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) |
propertyKeys | A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<ChartOfAccountsProperties> Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetChartOfAccountsPropertiesAsync | ( | string | scope, |
string | code, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties
Get all the properties of a single chart of accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the chart of accounts to list the properties for. |
code | The code of the chart of accounts to list the properties for. Together with the scope this uniquely identifies the chart of accounts. |
effectiveAt | The effective datetime or cut label at which to list the chart of accounts' properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the chart of accounts' properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ChartOfAccountsProperties> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.GetChartOfAccountsPropertiesWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties
Get all the properties of a single chart of accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the chart of accounts to list the properties for. |
code | The code of the chart of accounts to list the properties for. Together with the scope this uniquely identifies the chart of accounts. |
effectiveAt | The effective datetime or cut label at which to list the chart of accounts' properties. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the chart of accounts' properties. Defaults to return the latest version of each property if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts
Retrieve the definition of a particular Chart of Accounts.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
effectiveAt | The 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) |
asAt | The 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) |
propertyKeys | A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module
Retrieve the definition of a Cleardown Module complete with its rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module. |
asAt | The asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module
Retrieve the definition of a Cleardown Module complete with its rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module. |
asAt | The asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile.
Get the given General Ledger Profile.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts for the General Ledger Profile. |
code | The code of the Chart of Accounts for the General Ledger Profile. |
generalLedgerProfileCode | The General Ledger Profile Code of the General Ledger Profile. |
asAt | The 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) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile.
Get the given General Ledger Profile.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts for the General Ledger Profile. |
code | The code of the Chart of Accounts for the General Ledger Profile. |
generalLedgerProfileCode | The General Ledger Profile Code of the General Ledger Profile. |
asAt | The 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) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module
Retrieve the definition of a Posting Module complete with its rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module. |
asAt | The asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module
Retrieve the definition of a Posting Module complete with its rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module. |
asAt | The asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListAccounts: List Accounts
List the accounts in a Chart of Accounts
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
effectiveAt | The 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) |
asAt | The asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Account type, specify "code eq '001'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
propertyKeys | A list of property keys from the 'Account' domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example 'Account/system/Name'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListAccounts: List Accounts
List the accounts in a Chart of Accounts
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
effectiveAt | The 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) |
asAt | The asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Account type, specify "code eq '001'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
propertyKeys | A list of property keys from the 'Account' domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example 'Account/system/Name'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts
List all the Charts of Accounts matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The 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) |
asAt | The 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) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Chart of Accounts type, specify "id.Code eq '001'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
propertyKeys | A list of property keys from the 'ChartOfAccounts' domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts
List all the Charts of Accounts matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The 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) |
asAt | The 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) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Chart of Accounts type, specify "id.Code eq '001'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
propertyKeys | A list of property keys from the 'ChartOfAccounts' domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules
List the Rules in a Cleardown Module
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the cleardown module. |
asAt | The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the rule id, specify "ruleId eq 'rule 1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules
List the Rules in a Cleardown Module
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the cleardown module. |
asAt | The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the rule id, specify "ruleId eq 'rule 1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules
List all the Cleardown Modules matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
asAt | The asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Cleardown Module status, specify "status eq 'Active'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules
List all the Cleardown Modules matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
asAt | The asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Cleardown Module status, specify "status eq 'Active'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles.
List all the General Ledger profiles matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts |
code | The code of the Chart of Accounts |
asAt | The 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) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the General Ledger profiles type, specify "type eq 'PeriodBoundary'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles.
List all the General Ledger profiles matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts |
code | The code of the Chart of Accounts |
asAt | The 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) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the General Ledger profiles type, specify "type eq 'PeriodBoundary'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules
List the Rules in a Posting Module
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the posting module. |
asAt | The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the rule id, specify "ruleId eq 'rule 1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules
List the Rules in a Posting Module
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the posting module. |
asAt | The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the rule id, specify "ruleId eq 'rule 1'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules
List all the Posting Modules matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
asAt | The asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Posting Module status, specify "status eq 'Active'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules
List all the Posting Modules matching particular criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
asAt | The asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified. (optional) |
page | The 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) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, to filter on the Posting Module status, specify "status eq 'Active'". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<ChartOfAccounts> Lusid.Sdk.Api.IChartOfAccountsApiAsync.PatchChartOfAccountsAsync | ( | string | scope, |
string | code, | ||
List< Operation > | operation, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts.
Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
operation | The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ChartOfAccounts> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.PatchChartOfAccountsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
List< Operation > | operation, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts.
Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
operation | The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<CleardownModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.PatchCleardownModuleAsync | ( | string | scope, |
string | code, | ||
string | cleardownModuleCode, | ||
List< Operation > | operation, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] PatchCleardownModule: Patch a Cleardown Module
Update fields on a Cleardown Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be updated. |
operation | The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CleardownModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.PatchCleardownModuleWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | cleardownModuleCode, | ||
List< Operation > | operation, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] PatchCleardownModule: Patch a Cleardown Module
Update fields on a Cleardown Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be updated. |
operation | The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<PostingModuleResponse> Lusid.Sdk.Api.IChartOfAccountsApiAsync.PatchPostingModuleAsync | ( | string | scope, |
string | code, | ||
string | postingModuleCode, | ||
List< Operation > | operation, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] PatchPostingModule: Patch a Posting Module
Update fields on a Posting Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be updated. |
operation | The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PostingModuleResponse> > Lusid.Sdk.Api.IChartOfAccountsApiAsync.PatchPostingModuleWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | postingModuleCode, | ||
List< Operation > | operation, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] PatchPostingModule: Patch a Posting Module
Update fields on a Posting Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be updated. |
operation | The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module
Update the given Cleardown Module details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be updated. |
cleardownModuleDetails | The new details for the Cleardown Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module
Update the given Cleardown Module details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be updated. |
cleardownModuleDetails | The new details for the Cleardown Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be updated. |
cleardownModuleRule | The new rule set for the Cleardown Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
cleardownModuleCode | The code of the Cleardown Module to be updated. |
cleardownModuleRule | The new rule set for the Cleardown Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings.
Update the given General Ledger profile Mappings.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. |
generalLedgerProfileCode | The code of the General Ledger Profile |
generalLedgerProfileMapping | The 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. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings.
Update the given General Ledger profile Mappings.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. |
generalLedgerProfileCode | The code of the General Ledger Profile |
generalLedgerProfileMapping | The 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. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module
Update the given Posting Module details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be updated. |
postingModuleDetails | The new details for the Posting Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module
Update the given Posting Module details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be updated. |
postingModuleDetails | The new details for the Posting Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be updated. |
postingModuleRule | The new rule set for the Posting Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
postingModuleCode | The code of the Posting Module to be updated. |
postingModuleRule | The new rule set for the Posting Module. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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 'Account'. 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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to update or insert the properties onto. |
code | The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts. |
accountCode | The unique ID of the account to create or update properties for. |
requestBody | The 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. "Account/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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 'Account'. 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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to update or insert the properties onto. |
code | The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts. |
accountCode | The unique ID of the account to create or update properties for. |
requestBody | The 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. "Account/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
account | A list of accounts to be created or updated. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts. |
code | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. |
account | A list of accounts to be created or updated. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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 'ChartOfAccounts'. 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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to update or insert the properties onto. |
code | The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts. |
requestBody | The 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. "ChartOfAccounts/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.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) , |
||
ConfigurationOptions? | opts = null |
||
) |
[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 'ChartOfAccounts'. 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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Chart of Accounts to update or insert the properties onto. |
code | The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts. |
requestBody | The 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. "ChartOfAccounts/Manager/Id". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ChartOfAccountsApi.