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

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

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

Public Member Functions

 GroupReconciliationsApi ()
 Initializes a new instance of the GroupReconciliationsApi class. More...
 
 GroupReconciliationsApi (string basePath)
 Initializes a new instance of the GroupReconciliationsApi class. More...
 
 GroupReconciliationsApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the GroupReconciliationsApi class using Configuration object More...
 
 GroupReconciliationsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the GroupReconciliationsApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
BatchUpdateUserReviewForComparisonResultResponse BatchUpdateComparisonResults (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details. More...
 
Lusid.Sdk.Client.ApiResponse< BatchUpdateUserReviewForComparisonResultResponseBatchUpdateComparisonResultsWithHttpInfo (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details. More...
 
async System.Threading.Tasks.Task< BatchUpdateUserReviewForComparisonResultResponseBatchUpdateComparisonResultsAsync (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpdateUserReviewForComparisonResultResponse > > BatchUpdateComparisonResultsWithHttpInfoAsync (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details. More...
 
GroupReconciliationComparisonRuleset CreateComparisonRuleset (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRulesetCreateComparisonRulesetWithHttpInfo (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More...
 
async System.Threading.Tasks.Task< GroupReconciliationComparisonRulesetCreateComparisonRulesetAsync (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > > CreateComparisonRulesetWithHttpInfoAsync (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More...
 
GroupReconciliationDefinition CreateGroupReconciliationDefinition (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinitionCreateGroupReconciliationDefinitionWithHttpInfo (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More...
 
async System.Threading.Tasks.Task< GroupReconciliationDefinitionCreateGroupReconciliationDefinitionAsync (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > > CreateGroupReconciliationDefinitionWithHttpInfoAsync (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More...
 
DeletedEntityResponse DeleteComparisonRuleset (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteComparisonRulesetWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteComparisonRulesetAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteComparisonRulesetWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
DeletedEntityResponse DeleteGroupReconciliationDefinition (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteGroupReconciliationDefinitionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteGroupReconciliationDefinitionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteGroupReconciliationDefinitionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More...
 
GroupReconciliationComparisonResult GetComparisonResult (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonResultGetComparisonResultWithHttpInfo (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More...
 
async System.Threading.Tasks.Task< GroupReconciliationComparisonResultGetComparisonResultAsync (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonResult > > GetComparisonResultWithHttpInfoAsync (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More...
 
GroupReconciliationComparisonRuleset GetComparisonRuleset (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRulesetGetComparisonRulesetWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More...
 
async System.Threading.Tasks.Task< GroupReconciliationComparisonRulesetGetComparisonRulesetAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > > GetComparisonRulesetWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More...
 
GroupReconciliationDefinition GetGroupReconciliationDefinition (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinitionGetGroupReconciliationDefinitionWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More...
 
async System.Threading.Tasks.Task< GroupReconciliationDefinitionGetGroupReconciliationDefinitionAsync (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] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > > GetGroupReconciliationDefinitionWithHttpInfoAsync (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] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More...
 
PagedResourceListOfGroupReconciliationComparisonResult ListComparisonResults (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonResultListComparisonResultsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationComparisonResultListComparisonResultsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonResult > > ListComparisonResultsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More...
 
PagedResourceListOfGroupReconciliationComparisonRuleset ListComparisonRulesets (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonRulesetListComparisonRulesetsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More...
 
async System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationComparisonRulesetListComparisonRulesetsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonRuleset > > ListComparisonRulesetsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More...
 
PagedResourceListOfGroupReconciliationDefinition ListGroupReconciliationDefinitions (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 >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationDefinitionListGroupReconciliationDefinitionsWithHttpInfo (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 >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More...
 
async System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationDefinitionListGroupReconciliationDefinitionsAsync (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 >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationDefinition > > ListGroupReconciliationDefinitionsWithHttpInfoAsync (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 >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More...
 
GroupReconciliationRunResponse RunReconciliation (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationRunResponseRunReconciliationWithHttpInfo (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More...
 
async System.Threading.Tasks.Task< GroupReconciliationRunResponseRunReconciliationAsync (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationRunResponse > > RunReconciliationWithHttpInfoAsync (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More...
 
GroupReconciliationComparisonRuleset UpdateComparisonRuleset (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRulesetUpdateComparisonRulesetWithHttpInfo (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More...
 
async System.Threading.Tasks.Task< GroupReconciliationComparisonRulesetUpdateComparisonRulesetAsync (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > > UpdateComparisonRulesetWithHttpInfoAsync (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More...
 
GroupReconciliationDefinition UpdateGroupReconciliationDefinition (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. More...
 
Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinitionUpdateGroupReconciliationDefinitionWithHttpInfo (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. More...
 
async System.Threading.Tasks.Task< GroupReconciliationDefinitionUpdateGroupReconciliationDefinitionAsync (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > > UpdateGroupReconciliationDefinitionWithHttpInfoAsync (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ GroupReconciliationsApi() [1/4]

Lusid.Sdk.Api.GroupReconciliationsApi.GroupReconciliationsApi ( )
inline

Initializes a new instance of the GroupReconciliationsApi class.

Returns

◆ GroupReconciliationsApi() [2/4]

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

Initializes a new instance of the GroupReconciliationsApi class.

Returns

◆ GroupReconciliationsApi() [3/4]

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

Initializes a new instance of the GroupReconciliationsApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ GroupReconciliationsApi() [4/4]

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

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

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

Member Function Documentation

◆ BatchUpdateComparisonResults()

BatchUpdateUserReviewForComparisonResultResponse Lusid.Sdk.Api.GroupReconciliationsApi.BatchUpdateComparisonResults ( string  scope,
string  code,
List< BatchUpdateUserReviewForComparisonResultRequest batchUpdateUserReviewForComparisonResultRequest,
string?  successMode = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeShared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults.
codeGroupReconciliationDefinitionId code.
batchUpdateUserReviewForComparisonResultRequestA collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp.
successModeDefines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. &quot;Partial&quot; (default) | &quot;Atomic&quot;. (optional, default to "Partial")
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
BatchUpdateUserReviewForComparisonResultResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ BatchUpdateComparisonResultsAsync()

async System.Threading.Tasks.Task<BatchUpdateUserReviewForComparisonResultResponse> Lusid.Sdk.Api.GroupReconciliationsApi.BatchUpdateComparisonResultsAsync ( string  scope,
string  code,
List< BatchUpdateUserReviewForComparisonResultRequest batchUpdateUserReviewForComparisonResultRequest,
string?  successMode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeShared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults.
codeGroupReconciliationDefinitionId code.
batchUpdateUserReviewForComparisonResultRequestA collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp.
successModeDefines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. &quot;Partial&quot; (default) | &quot;Atomic&quot;. (optional, default to "Partial")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of BatchUpdateUserReviewForComparisonResultResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ BatchUpdateComparisonResultsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<BatchUpdateUserReviewForComparisonResultResponse> Lusid.Sdk.Api.GroupReconciliationsApi.BatchUpdateComparisonResultsWithHttpInfo ( string  scope,
string  code,
List< BatchUpdateUserReviewForComparisonResultRequest batchUpdateUserReviewForComparisonResultRequest,
string?  successMode = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeShared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults.
codeGroupReconciliationDefinitionId code.
batchUpdateUserReviewForComparisonResultRequestA collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp.
successModeDefines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. &quot;Partial&quot; (default) | &quot;Atomic&quot;. (optional, default to "Partial")
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of BatchUpdateUserReviewForComparisonResultResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ BatchUpdateComparisonResultsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<BatchUpdateUserReviewForComparisonResultResponse> > Lusid.Sdk.Api.GroupReconciliationsApi.BatchUpdateComparisonResultsWithHttpInfoAsync ( string  scope,
string  code,
List< BatchUpdateUserReviewForComparisonResultRequest batchUpdateUserReviewForComparisonResultRequest,
string?  successMode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven&#39;t passed validation or are not related to the definition will be returned with respectful error details.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeShared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults.
codeGroupReconciliationDefinitionId code.
batchUpdateUserReviewForComparisonResultRequestA collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp.
successModeDefines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. &quot;Partial&quot; (default) | &quot;Atomic&quot;. (optional, default to "Partial")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (BatchUpdateUserReviewForComparisonResultResponse)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ CreateComparisonRuleset()

GroupReconciliationComparisonRuleset Lusid.Sdk.Api.GroupReconciliationsApi.CreateComparisonRuleset ( CreateGroupReconciliationComparisonRulesetRequest createGroupReconciliationComparisonRulesetRequest = default(CreateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationComparisonRulesetRequestThe request containing the details of the ruleset (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ CreateComparisonRulesetAsync()

async System.Threading.Tasks.Task<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.CreateComparisonRulesetAsync ( CreateGroupReconciliationComparisonRulesetRequest createGroupReconciliationComparisonRulesetRequest = default(CreateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationComparisonRulesetRequestThe request containing the details of the ruleset (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ CreateComparisonRulesetWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.CreateComparisonRulesetWithHttpInfo ( CreateGroupReconciliationComparisonRulesetRequest createGroupReconciliationComparisonRulesetRequest = default(CreateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationComparisonRulesetRequestThe request containing the details of the ruleset (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ CreateComparisonRulesetWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.GroupReconciliationsApi.CreateComparisonRulesetWithHttpInfoAsync ( CreateGroupReconciliationComparisonRulesetRequest createGroupReconciliationComparisonRulesetRequest = default(CreateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationComparisonRulesetRequestThe request containing the details of the ruleset (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationComparisonRuleset)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ CreateGroupReconciliationDefinition()

GroupReconciliationDefinition Lusid.Sdk.Api.GroupReconciliationsApi.CreateGroupReconciliationDefinition ( CreateGroupReconciliationDefinitionRequest createGroupReconciliationDefinitionRequest = default(CreateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationDefinitionRequestThe definition Group Reconciliation Definition details (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ CreateGroupReconciliationDefinitionAsync()

async System.Threading.Tasks.Task<GroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.CreateGroupReconciliationDefinitionAsync ( CreateGroupReconciliationDefinitionRequest createGroupReconciliationDefinitionRequest = default(CreateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationDefinitionRequestThe definition Group Reconciliation Definition details (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ CreateGroupReconciliationDefinitionWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.CreateGroupReconciliationDefinitionWithHttpInfo ( CreateGroupReconciliationDefinitionRequest createGroupReconciliationDefinitionRequest = default(CreateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationDefinitionRequestThe definition Group Reconciliation Definition details (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ CreateGroupReconciliationDefinitionWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> > Lusid.Sdk.Api.GroupReconciliationsApi.CreateGroupReconciliationDefinitionWithHttpInfoAsync ( CreateGroupReconciliationDefinitionRequest createGroupReconciliationDefinitionRequest = default(CreateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createGroupReconciliationDefinitionRequestThe definition Group Reconciliation Definition details (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationDefinition)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ DeleteComparisonRuleset()

DeletedEntityResponse Lusid.Sdk.Api.GroupReconciliationsApi.DeleteComparisonRuleset ( string  scope,
string  code,
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ DeleteComparisonRulesetAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.GroupReconciliationsApi.DeleteComparisonRulesetAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ DeleteComparisonRulesetWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.GroupReconciliationsApi.DeleteComparisonRulesetWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ DeleteComparisonRulesetWithHttpInfoAsync()

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

[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ DeleteGroupReconciliationDefinition()

DeletedEntityResponse Lusid.Sdk.Api.GroupReconciliationsApi.DeleteGroupReconciliationDefinition ( string  scope,
string  code,
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to delete.
codeThe code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete.
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ DeleteGroupReconciliationDefinitionAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.GroupReconciliationsApi.DeleteGroupReconciliationDefinitionAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to delete.
codeThe code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ DeleteGroupReconciliationDefinitionWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.GroupReconciliationsApi.DeleteGroupReconciliationDefinitionWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to delete.
codeThe code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete.
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ DeleteGroupReconciliationDefinitionWithHttpInfoAsync()

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

[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to delete.
codeThe code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ GetBasePath()

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

Gets the base path of the API client.

The base path

◆ GetComparisonResult()

GroupReconciliationComparisonResult Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonResult ( string  scope,
string  code,
string  resultId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison result and its related reconciliation definition.
codeThe code of the reconciliation definition that was used to produce the reconciliation result.
resultIdThe code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values.
asAtThe asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationComparisonResult

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ GetComparisonResultAsync()

async System.Threading.Tasks.Task<GroupReconciliationComparisonResult> Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonResultAsync ( string  scope,
string  code,
string  resultId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison result and its related reconciliation definition.
codeThe code of the reconciliation definition that was used to produce the reconciliation result.
resultIdThe code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values.
asAtThe asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationComparisonResult

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ GetComparisonResultWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonResult> Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonResultWithHttpInfo ( string  scope,
string  code,
string  resultId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison result and its related reconciliation definition.
codeThe code of the reconciliation definition that was used to produce the reconciliation result.
resultIdThe code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values.
asAtThe asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationComparisonResult

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ GetComparisonResultWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonResult> > Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonResultWithHttpInfoAsync ( string  scope,
string  code,
string  resultId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison result and its related reconciliation definition.
codeThe code of the reconciliation definition that was used to produce the reconciliation result.
resultIdThe code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values.
asAtThe asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationComparisonResult)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ GetComparisonRuleset()

GroupReconciliationComparisonRuleset Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonRuleset ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
asAtThe asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ GetComparisonRulesetAsync()

async System.Threading.Tasks.Task<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonRulesetAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
asAtThe asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ GetComparisonRulesetWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonRulesetWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
asAtThe asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ GetComparisonRulesetWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.GroupReconciliationsApi.GetComparisonRulesetWithHttpInfoAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
asAtThe asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationComparisonRuleset)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ GetGroupReconciliationDefinition()

GroupReconciliationDefinition Lusid.Sdk.Api.GroupReconciliationsApi.GetGroupReconciliationDefinition ( string  scope,
string  code,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to retrieve.
codeThe code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition.
effectiveAtThe effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ GetGroupReconciliationDefinitionAsync()

async System.Threading.Tasks.Task<GroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.GetGroupReconciliationDefinitionAsync ( 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 
)
inline

[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to retrieve.
codeThe code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition.
effectiveAtThe effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ GetGroupReconciliationDefinitionWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.GetGroupReconciliationDefinitionWithHttpInfo ( string  scope,
string  code,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to retrieve.
codeThe code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition.
effectiveAtThe effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ GetGroupReconciliationDefinitionWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> > Lusid.Sdk.Api.GroupReconciliationsApi.GetGroupReconciliationDefinitionWithHttpInfoAsync ( 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 
)
inline

[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to retrieve.
codeThe code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition.
effectiveAtThe effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationDefinition)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ ListComparisonResults()

PagedResourceListOfGroupReconciliationComparisonResult Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonResults ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional)
pageThe pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
PagedResourceListOfGroupReconciliationComparisonResult

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ ListComparisonResultsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfGroupReconciliationComparisonResult> Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonResultsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional)
pageThe pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of PagedResourceListOfGroupReconciliationComparisonResult

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ ListComparisonResultsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationComparisonResult> Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonResultsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional)
pageThe pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of PagedResourceListOfGroupReconciliationComparisonResult

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ ListComparisonResultsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationComparisonResult> > Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonResultsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional)
pageThe pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (PagedResourceListOfGroupReconciliationComparisonResult)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ ListComparisonRulesets()

PagedResourceListOfGroupReconciliationComparisonRuleset Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonRulesets ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional)
pageThe pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
PagedResourceListOfGroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ ListComparisonRulesetsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfGroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonRulesetsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional)
pageThe pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of PagedResourceListOfGroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ ListComparisonRulesetsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonRulesetsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional)
pageThe pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of PagedResourceListOfGroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ ListComparisonRulesetsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.GroupReconciliationsApi.ListComparisonRulesetsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional)
pageThe pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
limitWhen paginating, limit the number of returned results to this many per page. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (PagedResourceListOfGroupReconciliationComparisonRuleset)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ ListGroupReconciliationDefinitions()

PagedResourceListOfGroupReconciliationDefinition Lusid.Sdk.Api.GroupReconciliationsApi.ListGroupReconciliationDefinitions ( 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>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional)
pageThe pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional)
filterExpression to filter the result set. For example, to filter on the Display Name, use &quot;displayName eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
PagedResourceListOfGroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ ListGroupReconciliationDefinitionsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfGroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.ListGroupReconciliationDefinitionsAsync ( 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>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional)
pageThe pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional)
filterExpression to filter the result set. For example, to filter on the Display Name, use &quot;displayName eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of PagedResourceListOfGroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ ListGroupReconciliationDefinitionsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.ListGroupReconciliationDefinitionsWithHttpInfo ( 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>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional)
pageThe pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional)
filterExpression to filter the result set. For example, to filter on the Display Name, use &quot;displayName eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of PagedResourceListOfGroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ ListGroupReconciliationDefinitionsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationDefinition> > Lusid.Sdk.Api.GroupReconciliationsApi.ListGroupReconciliationDefinitionsWithHttpInfoAsync ( 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>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
effectiveAtThe effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional)
pageThe pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional)
filterExpression to filter the result set. For example, to filter on the Display Name, use &quot;displayName eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (PagedResourceListOfGroupReconciliationDefinition)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ RunReconciliation()

GroupReconciliationRunResponse Lusid.Sdk.Api.GroupReconciliationsApi.RunReconciliation ( string  scope,
string  code,
GroupReconciliationRunRequest  groupReconciliationRunRequest,
string?  instanceRunType = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to use for the reconciliation.
codeThe code of the group reconciliation definition to use for the reconciliation.
groupReconciliationRunRequest
instanceRunTypeThe run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationRunResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ RunReconciliationAsync()

async System.Threading.Tasks.Task<GroupReconciliationRunResponse> Lusid.Sdk.Api.GroupReconciliationsApi.RunReconciliationAsync ( string  scope,
string  code,
GroupReconciliationRunRequest  groupReconciliationRunRequest,
string?  instanceRunType = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to use for the reconciliation.
codeThe code of the group reconciliation definition to use for the reconciliation.
groupReconciliationRunRequest
instanceRunTypeThe run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationRunResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ RunReconciliationWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationRunResponse> Lusid.Sdk.Api.GroupReconciliationsApi.RunReconciliationWithHttpInfo ( string  scope,
string  code,
GroupReconciliationRunRequest  groupReconciliationRunRequest,
string?  instanceRunType = default(string?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to use for the reconciliation.
codeThe code of the group reconciliation definition to use for the reconciliation.
groupReconciliationRunRequest
instanceRunTypeThe run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationRunResponse

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ RunReconciliationWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationRunResponse> > Lusid.Sdk.Api.GroupReconciliationsApi.RunReconciliationWithHttpInfoAsync ( string  scope,
string  code,
GroupReconciliationRunRequest  groupReconciliationRunRequest,
string?  instanceRunType = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to use for the reconciliation.
codeThe code of the group reconciliation definition to use for the reconciliation.
groupReconciliationRunRequest
instanceRunTypeThe run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationRunResponse)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ UpdateComparisonRuleset()

GroupReconciliationComparisonRuleset Lusid.Sdk.Api.GroupReconciliationsApi.UpdateComparisonRuleset ( string  scope,
string  code,
UpdateGroupReconciliationComparisonRulesetRequest updateGroupReconciliationComparisonRulesetRequest = default(UpdateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
updateGroupReconciliationComparisonRulesetRequestThe request containing the updated details of the ruleset (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ UpdateComparisonRulesetAsync()

async System.Threading.Tasks.Task<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.UpdateComparisonRulesetAsync ( string  scope,
string  code,
UpdateGroupReconciliationComparisonRulesetRequest updateGroupReconciliationComparisonRulesetRequest = default(UpdateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
updateGroupReconciliationComparisonRulesetRequestThe request containing the updated details of the ruleset (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ UpdateComparisonRulesetWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.GroupReconciliationsApi.UpdateComparisonRulesetWithHttpInfo ( string  scope,
string  code,
UpdateGroupReconciliationComparisonRulesetRequest updateGroupReconciliationComparisonRulesetRequest = default(UpdateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
updateGroupReconciliationComparisonRulesetRequestThe request containing the updated details of the ruleset (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationComparisonRuleset

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ UpdateComparisonRulesetWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.GroupReconciliationsApi.UpdateComparisonRulesetWithHttpInfoAsync ( string  scope,
string  code,
UpdateGroupReconciliationComparisonRulesetRequest updateGroupReconciliationComparisonRulesetRequest = default(UpdateGroupReconciliationComparisonRulesetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified comparison ruleset.
codeThe code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset.
updateGroupReconciliationComparisonRulesetRequestThe request containing the updated details of the ruleset (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationComparisonRuleset)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ UpdateGroupReconciliationDefinition()

GroupReconciliationDefinition Lusid.Sdk.Api.GroupReconciliationsApi.UpdateGroupReconciliationDefinition ( string  scope,
string  code,
UpdateGroupReconciliationDefinitionRequest updateGroupReconciliationDefinitionRequest = default(UpdateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to update the details for.
codeThe code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition.
updateGroupReconciliationDefinitionRequestThe updated group reconciliation definition. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ UpdateGroupReconciliationDefinitionAsync()

async System.Threading.Tasks.Task<GroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.UpdateGroupReconciliationDefinitionAsync ( string  scope,
string  code,
UpdateGroupReconciliationDefinitionRequest updateGroupReconciliationDefinitionRequest = default(UpdateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to update the details for.
codeThe code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition.
updateGroupReconciliationDefinitionRequestThe updated group reconciliation definition. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

◆ UpdateGroupReconciliationDefinitionWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> Lusid.Sdk.Api.GroupReconciliationsApi.UpdateGroupReconciliationDefinitionWithHttpInfo ( string  scope,
string  code,
UpdateGroupReconciliationDefinitionRequest updateGroupReconciliationDefinitionRequest = default(UpdateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to update the details for.
codeThe code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition.
updateGroupReconciliationDefinitionRequestThe updated group reconciliation definition. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of GroupReconciliationDefinition

Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.

◆ UpdateGroupReconciliationDefinitionWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> > Lusid.Sdk.Api.GroupReconciliationsApi.UpdateGroupReconciliationDefinitionWithHttpInfoAsync ( string  scope,
string  code,
UpdateGroupReconciliationDefinitionRequest updateGroupReconciliationDefinitionRequest = default(UpdateGroupReconciliationDefinitionRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the group reconciliation definition to update the details for.
codeThe code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition.
updateGroupReconciliationDefinitionRequestThe updated group reconciliation definition. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (GroupReconciliationDefinition)

Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.

Property Documentation

◆ AsynchronousClient

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

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.GroupReconciliationsApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

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

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.GroupReconciliationsApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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