LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ChartOfAccountsApi () | |
Initializes a new instance of the ChartOfAccountsApi class. More... | |
ChartOfAccountsApi (string basePath) | |
Initializes a new instance of the ChartOfAccountsApi class. More... | |
ChartOfAccountsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the ChartOfAccountsApi class using Configuration object More... | |
ChartOfAccountsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the ChartOfAccountsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
ChartOfAccounts | CreateChartOfAccounts (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts. More... | |
Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > | CreateChartOfAccountsWithHttpInfo (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts. More... | |
async 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 Create the given Chart of Accounts. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > > | CreateChartOfAccountsWithHttpInfoAsync (string scope, ChartOfAccountsRequest chartOfAccountsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts Create the given Chart of Accounts. More... | |
CleardownModuleResponse | CreateCleardownModule (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module. More... | |
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > | CreateCleardownModuleWithHttpInfo (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module. More... | |
async 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 Create the given Cleardown Module. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | CreateCleardownModuleWithHttpInfoAsync (string scope, string code, CleardownModuleRequest cleardownModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module Create the given Cleardown Module. More... | |
GeneralLedgerProfileResponse | CreateGeneralLedgerProfile (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile. More... | |
Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > | CreateGeneralLedgerProfileWithHttpInfo (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile. More... | |
async 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. Create the given General Ledger profile. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > > | CreateGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, GeneralLedgerProfileRequest generalLedgerProfileRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. Create the given General Ledger profile. More... | |
PostingModuleResponse | CreatePostingModule (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module. More... | |
Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > | CreatePostingModuleWithHttpInfo (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module. More... | |
async 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 Create the given Posting Module. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | CreatePostingModuleWithHttpInfoAsync (string scope, string code, PostingModuleRequest postingModuleRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreatePostingModule: Create a Posting Module Create the given Posting Module. More... | |
DeleteAccountsResponse | DeleteAccounts (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< DeleteAccountsResponse > | DeleteAccountsWithHttpInfo (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, 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. More... | |
async 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 Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeleteAccountsResponse > > | DeleteAccountsWithHttpInfoAsync (string scope, string code, List< string > requestBody, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), 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. More... | |
DeletedEntityResponse | DeleteChartOfAccounts (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteChartOfAccountsWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts. More... | |
async 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 Delete the given Chart of Accounts. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteChartOfAccountsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts Delete the given Chart of Accounts. More... | |
DeletedEntityResponse | DeleteCleardownModule (string scope, string code, string cleardownModuleCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module. More... | |
async 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. Delete the given Cleardown Module. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. Delete the given Cleardown Module. More... | |
DeletedEntityResponse | DeleteGeneralLedgerProfile (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteGeneralLedgerProfileWithHttpInfo (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile. More... | |
async 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. Delete the given General Ledger Profile. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. Delete the given General Ledger Profile. More... | |
DeletedEntityResponse | DeletePostingModule (string scope, string code, string postingModuleCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module. More... | |
async 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. Delete the given Posting Module. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. Delete the given Posting Module. More... | |
Account | GetAccount (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts. More... | |
Lusid.Sdk.Client.ApiResponse< Account > | GetAccountWithHttpInfo (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts. More... | |
async System.Threading.Tasks.Task< 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 Retrieve the definition of a particular Account which is part of a Chart of Accounts. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Account > > | GetAccountWithHttpInfoAsync (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccount: Get Account Retrieve the definition of a particular Account which is part of a Chart of Accounts. More... | |
AccountProperties | GetAccountProperties (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccountProperties: Get Account properties Get all the properties of a single account. More... | |
Lusid.Sdk.Client.ApiResponse< AccountProperties > | GetAccountPropertiesWithHttpInfo (string scope, string code, string accountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAccountProperties: Get Account properties Get all the properties of a single account. More... | |
async 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 Get all the properties of a single account. More... | |
async 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 Get all the properties of a single account. More... | |
ChartOfAccounts | GetChartOfAccounts (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts. More... | |
Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > | GetChartOfAccountsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts. More... | |
async 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 Retrieve the definition of a particular Chart of Accounts. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > > | GetChartOfAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts Retrieve the definition of a particular Chart of Accounts. More... | |
ChartOfAccountsProperties | GetChartOfAccountsProperties (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties Get all the properties of a single chart of accounts. More... | |
Lusid.Sdk.Client.ApiResponse< ChartOfAccountsProperties > | GetChartOfAccountsPropertiesWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties Get all the properties of a single chart of accounts. More... | |
async 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 Get all the properties of a single chart of accounts. More... | |
async 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 Get all the properties of a single chart of accounts. More... | |
CleardownModuleResponse | GetCleardownModule (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules. More... | |
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > | GetCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules. More... | |
async 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 Retrieve the definition of a Cleardown Module complete with its rules. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | GetCleardownModuleWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module Retrieve the definition of a Cleardown Module complete with its rules. More... | |
GeneralLedgerProfileResponse | GetGeneralLedgerProfile (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile. More... | |
Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > | GetGeneralLedgerProfileWithHttpInfo (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile. More... | |
async 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. Get the given General Ledger Profile. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > > | GetGeneralLedgerProfileWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. Get the given General Ledger Profile. More... | |
PostingModuleResponse | GetPostingModule (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules. More... | |
Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > | GetPostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules. More... | |
async 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 Retrieve the definition of a Posting Module complete with its rules. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | GetPostingModuleWithHttpInfoAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetPostingModule: Get a Posting Module Retrieve the definition of a Posting Module complete with its rules. More... | |
PagedResourceListOfAccount | ListAccounts (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAccount > | ListAccountsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts More... | |
async 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 List the accounts in a Chart of Accounts More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAccount > > | ListAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAccounts: List Accounts List the accounts in a Chart of Accounts More... | |
PagedResourceListOfChartOfAccounts | ListChartsOfAccounts (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfChartOfAccounts > | ListChartsOfAccountsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria. More... | |
async 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 List all the Charts of Accounts matching particular criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfChartOfAccounts > > | ListChartsOfAccountsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts List all the Charts of Accounts matching particular criteria. More... | |
PagedResourceListOfCleardownModuleRule | ListCleardownModuleRules (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCleardownModuleRule > | ListCleardownModuleRulesWithHttpInfo (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module More... | |
async 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 List the Rules in a Cleardown Module More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCleardownModuleRule > > | ListCleardownModuleRulesWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules List the Rules in a Cleardown Module More... | |
PagedResourceListOfCleardownModuleResponse | ListCleardownModules (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCleardownModuleResponse > | ListCleardownModulesWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria. More... | |
async 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 List all the Cleardown Modules matching particular criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCleardownModuleResponse > > | ListCleardownModulesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules List all the Cleardown Modules matching particular criteria. More... | |
PagedResourceListOfGeneralLedgerProfileResponse | ListGeneralLedgerProfiles (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGeneralLedgerProfileResponse > | ListGeneralLedgerProfilesWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria. More... | |
async 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. List all the General Ledger profiles matching particular criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGeneralLedgerProfileResponse > > | ListGeneralLedgerProfilesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. List all the General Ledger profiles matching particular criteria. More... | |
PagedResourceListOfPostingModuleRule | ListPostingModuleRules (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPostingModuleRule > | ListPostingModuleRulesWithHttpInfo (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module More... | |
async 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 List the Rules in a Posting Module More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPostingModuleRule > > | ListPostingModuleRulesWithHttpInfoAsync (string scope, string code, string postingModuleCode, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules List the Rules in a Posting Module More... | |
PagedResourceListOfPostingModuleResponse | ListPostingModules (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPostingModuleResponse > | ListPostingModulesWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria. More... | |
async 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 List all the Posting Modules matching particular criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPostingModuleResponse > > | ListPostingModulesWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListPostingModules: List Posting Modules List all the Posting Modules matching particular criteria. More... | |
ChartOfAccounts | PatchChartOfAccounts (string scope, string code, List< Operation > operation, int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< ChartOfAccounts > | PatchChartOfAccountsWithHttpInfo (string scope, string code, List< Operation > operation, int operationIndex=0, 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. More... | |
async 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. Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description. More... | |
async 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. Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description. More... | |
CleardownModuleResponse | PatchCleardownModule (string scope, string code, string cleardownModuleCode, List< Operation > operation, int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > | PatchCleardownModuleWithHttpInfo (string scope, string code, string cleardownModuleCode, List< Operation > operation, int operationIndex=0, 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. More... | |
async 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 Update fields on a Cleardown Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. More... | |
async 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 Update fields on a Cleardown Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. More... | |
PostingModuleResponse | PatchPostingModule (string scope, string code, string postingModuleCode, List< Operation > operation, int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > | PatchPostingModuleWithHttpInfo (string scope, string code, string postingModuleCode, List< Operation > operation, int operationIndex=0, 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. More... | |
async 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 Update fields on a Posting Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. More... | |
async 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 Update fields on a Posting Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. More... | |
CleardownModuleResponse | SetCleardownModuleDetails (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details. More... | |
Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > | SetCleardownModuleDetailsWithHttpInfo (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details. More... | |
async 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 Update the given Cleardown Module details. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleResponse > > | SetCleardownModuleDetailsWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, CleardownModuleDetails cleardownModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module Update the given Cleardown Module details. More... | |
CleardownModuleRulesUpdatedResponse | SetCleardownModuleRules (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< CleardownModuleRulesUpdatedResponse > | SetCleardownModuleRulesWithHttpInfo (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, 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. More... | |
async 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 Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CleardownModuleRulesUpdatedResponse > > | SetCleardownModuleRulesWithHttpInfoAsync (string scope, string code, string cleardownModuleCode, List< CleardownModuleRule > cleardownModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), 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. More... | |
GeneralLedgerProfileResponse | SetGeneralLedgerProfileMappings (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings. More... | |
Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > | SetGeneralLedgerProfileMappingsWithHttpInfo (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings. More... | |
async 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. Update the given General Ledger profile Mappings. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GeneralLedgerProfileResponse > > | SetGeneralLedgerProfileMappingsWithHttpInfoAsync (string scope, string code, string generalLedgerProfileCode, List< GeneralLedgerProfileMapping > generalLedgerProfileMapping, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. Update the given General Ledger profile Mappings. More... | |
PostingModuleResponse | SetPostingModuleDetails (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details. More... | |
Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > | SetPostingModuleDetailsWithHttpInfo (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details. More... | |
async 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 Update the given Posting Module details. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleResponse > > | SetPostingModuleDetailsWithHttpInfoAsync (string scope, string code, string postingModuleCode, PostingModuleDetails postingModuleDetails, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module Update the given Posting Module details. More... | |
PostingModuleRulesUpdatedResponse | SetPostingModuleRules (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< PostingModuleRulesUpdatedResponse > | SetPostingModuleRulesWithHttpInfo (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, 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. More... | |
async 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 Set the given Posting Modules rules, this will replace the existing set of rules for the posting module. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PostingModuleRulesUpdatedResponse > > | SetPostingModuleRulesWithHttpInfoAsync (string scope, string code, string postingModuleCode, List< PostingModuleRule > postingModuleRule, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), 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. More... | |
AccountProperties | UpsertAccountProperties (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< AccountProperties > | UpsertAccountPropertiesWithHttpInfo (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, 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. More... | |
async 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 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. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AccountProperties > > | UpsertAccountPropertiesWithHttpInfoAsync (string scope, string code, string accountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), 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. More... | |
AccountsUpsertResponse | UpsertAccounts (string scope, string code, List< Account > account, int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< AccountsUpsertResponse > | UpsertAccountsWithHttpInfo (string scope, string code, List< Account > account, int operationIndex=0, 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. More... | |
async 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 Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AccountsUpsertResponse > > | UpsertAccountsWithHttpInfoAsync (string scope, string code, List< Account > account, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), 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. More... | |
ChartOfAccountsProperties | UpsertChartOfAccountsProperties (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, 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. More... | |
Lusid.Sdk.Client.ApiResponse< ChartOfAccountsProperties > | UpsertChartOfAccountsPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, 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. More... | |
async 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 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. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ChartOfAccountsProperties > > | UpsertChartOfAccountsPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), 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. More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the ChartOfAccountsApi class.
|
inline |
Initializes a new instance of the ChartOfAccountsApi class.
|
inline |
Initializes a new instance of the ChartOfAccountsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ChartOfAccountsApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module Set the given Posting Modules rules, this will replace the existing set of rules for the posting module.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.
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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] UpsertAccounts: Upsert Accounts Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000.
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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiSync.
|
inline |
[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain '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. |
Implements Lusid.Sdk.Api.IChartOfAccountsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.