|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| System.Threading.Tasks.Task< BatchUpdateUserReviewForComparisonResultResponse > | 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) |
| [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< GroupReconciliationComparisonRuleset > | CreateComparisonRulesetAsync (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 More... | |
| 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 More... | |
| System.Threading.Tasks.Task< GroupReconciliationDefinition > | CreateGroupReconciliationDefinitionAsync (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition More... | |
| 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 More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteComparisonRulesetAsync (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 More... | |
| 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 More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteGroupReconciliationDefinitionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition More... | |
| 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 More... | |
| System.Threading.Tasks.Task< GroupReconciliationComparisonResult > | 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) |
| [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< GroupReconciliationComparisonRuleset > | GetComparisonRulesetAsync (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. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< GroupReconciliationDefinition > | 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) |
| [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition More... | |
| 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 More... | |
| System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationComparisonResult > | 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) |
| [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationComparisonRuleset > | 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) |
| [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets More... | |
| 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 More... | |
| System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationDefinition > | 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) |
| [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions More... | |
| 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 More... | |
| System.Threading.Tasks.Task< GroupReconciliationRunResponse > | 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) |
| [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation More... | |
| 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 More... | |
| System.Threading.Tasks.Task< GroupReconciliationComparisonRuleset > | UpdateComparisonRulesetAsync (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 More... | |
| 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 More... | |
| System.Threading.Tasks.Task< GroupReconciliationDefinition > | UpdateGroupReconciliationDefinitionAsync (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 More... | |
| 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 More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<BatchUpdateUserReviewForComparisonResultResponse> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[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't passed validation or are not related to the definition will be returned with respectful error details.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Shared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults. |
| code | GroupReconciliationDefinitionId code. |
| batchUpdateUserReviewForComparisonResultRequest | A 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. |
| successMode | Defines 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. "Partial" (default) | "Atomic". (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<BatchUpdateUserReviewForComparisonResultResponse> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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't passed validation or are not related to the definition will be returned with respectful error details.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Shared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults. |
| code | GroupReconciliationDefinitionId code. |
| batchUpdateUserReviewForComparisonResultRequest | A 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. |
| successMode | Defines 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. "Partial" (default) | "Atomic". (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.CreateComparisonRulesetAsync | ( | 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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationComparisonRulesetRequest | The request containing the details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationComparisonRulesetRequest | The request containing the details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationDefinition> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.CreateGroupReconciliationDefinitionAsync | ( | 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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationDefinitionRequest | The definition Group Reconciliation Definition details (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationDefinitionRequest | The definition Group Reconciliation Definition details (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.DeleteComparisonRulesetAsync | ( | 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.DeleteGroupReconciliationDefinitionAsync | ( | 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to delete. |
| code | The code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to delete. |
| code | The code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationComparisonResult> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison result and its related reconciliation definition. |
| code | The code of the reconciliation definition that was used to produce the reconciliation result. |
| resultId | The 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. |
| asAt | The asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonResult> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison result and its related reconciliation definition. |
| code | The code of the reconciliation definition that was used to produce the reconciliation result. |
| resultId | The 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. |
| asAt | The asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.GetComparisonRulesetAsync | ( | 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| asAt | The asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| asAt | The asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationDefinition> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition
Retrieves a Group Reconciliation Definition by scope and code
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to retrieve. |
| code | The code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The 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) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to retrieve. |
| code | The code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The 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) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<PagedResourceListOfGroupReconciliationComparisonResult> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional) |
| page | The 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) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationComparisonResult> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional) |
| page | The 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) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<PagedResourceListOfGroupReconciliationComparisonRuleset> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional) |
| page | The 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) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional) |
| page | The 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) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<PagedResourceListOfGroupReconciliationDefinition> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions
Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The 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) |
| page | The 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) |
| limit | When paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Display Name, use "displayName eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGroupReconciliationDefinition> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The 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) |
| page | The 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) |
| limit | When paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Display Name, use "displayName eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationRunResponse> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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 |
||
| ) |
[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation
Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to use for the reconciliation. |
| code | The code of the group reconciliation definition to use for the reconciliation. |
| groupReconciliationRunRequest | |
| instanceRunType | The run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationRunResponse> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to use for the reconciliation. |
| code | The code of the group reconciliation definition to use for the reconciliation. |
| groupReconciliationRunRequest | |
| instanceRunType | The run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationComparisonRuleset> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.UpdateComparisonRulesetAsync | ( | 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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| updateGroupReconciliationComparisonRulesetRequest | The request containing the updated details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationComparisonRuleset> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| updateGroupReconciliationComparisonRulesetRequest | The request containing the updated details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<GroupReconciliationDefinition> Lusid.Sdk.Api.IGroupReconciliationsApiAsync.UpdateGroupReconciliationDefinitionAsync | ( | 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to update the details for. |
| code | The code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition. |
| updateGroupReconciliationDefinitionRequest | The updated group reconciliation definition. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GroupReconciliationDefinition> > Lusid.Sdk.Api.IGroupReconciliationsApiAsync.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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to update the details for. |
| code | The code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition. |
| updateGroupReconciliationDefinitionRequest | The updated group reconciliation definition. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.GroupReconciliationsApi.