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

Public Member Functions | |
| AnnulSingleStructuredDataResponse | DeleteAddressKeyAlias (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteAddressKeyAlias: Delete an Address Key Alias, assuming that it is present. More... | |
| Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > | DeleteAddressKeyAliasWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteAddressKeyAlias: Delete an Address Key Alias, assuming that it is present. More... | |
| GetAddressKeyAliasResponse | GetAddressKeyAlias (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetAddressKeyAlias: Get Address Key Alias More... | |
| Lusid.Sdk.Client.ApiResponse< GetAddressKeyAliasResponse > | GetAddressKeyAliasWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetAddressKeyAlias: Get Address Key Alias More... | |
| PagedResourceListOfGetAddressKeyAliasResponse | ListAddressKeyAliases (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListAddressKeyAliases: List the set of Address Key Aliases More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGetAddressKeyAliasResponse > | ListAddressKeyAliasesWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListAddressKeyAliases: List the set of Address Key Aliases More... | |
| UpsertSingleStructuredDataResponse | UpsertAddressKeyAlias (UpsertAddressKeyAliasRequest upsertAddressKeyAliasRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertAddressKeyAlias: Upsert an Address Key Alias. This creates or updates the alias in LUSID. More... | |
| Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertAddressKeyAliasWithHttpInfo (UpsertAddressKeyAliasRequest upsertAddressKeyAliasRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertAddressKeyAlias: Upsert an Address Key Alias. This creates or updates the alias in LUSID. More... | |
Represents a collection of functions to interact with the API endpoints
| AnnulSingleStructuredDataResponse Lusid.Sdk.Api.IAddressKeyAliasApiSync.DeleteAddressKeyAlias | ( | string | scope, |
| string | code, | ||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteAddressKeyAlias: Delete an Address Key Alias, assuming that it is present.
Delete the specified Address Key Alias from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the Address Key Alias to delete. |
| code | The Address Key Alias to delete. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| Lusid.Sdk.Client.ApiResponse<AnnulSingleStructuredDataResponse> Lusid.Sdk.Api.IAddressKeyAliasApiSync.DeleteAddressKeyAliasWithHttpInfo | ( | string | scope, |
| string | code, | ||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteAddressKeyAlias: Delete an Address Key Alias, assuming that it is present.
Delete the specified Address Key Alias from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the Address Key Alias to delete. |
| code | The Address Key Alias to delete. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| GetAddressKeyAliasResponse Lusid.Sdk.Api.IAddressKeyAliasApiSync.GetAddressKeyAlias | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetAddressKeyAlias: Get Address Key Alias
Get an Address Key Alias from a single scope. The response will return either the alias that has been stored, or a failure explaining why the request was unsuccessful.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the Address Key Alias to retrieve. |
| code | The code of the alias to retrieve. |
| asAt | The asAt datetime at which to retrieve the alias. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| Lusid.Sdk.Client.ApiResponse<GetAddressKeyAliasResponse> Lusid.Sdk.Api.IAddressKeyAliasApiSync.GetAddressKeyAliasWithHttpInfo | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetAddressKeyAlias: Get Address Key Alias
Get an Address Key Alias from a single scope. The response will return either the alias that has been stored, or a failure explaining why the request was unsuccessful.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the Address Key Alias to retrieve. |
| code | The code of the alias to retrieve. |
| asAt | The asAt datetime at which to retrieve the alias. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| PagedResourceListOfGetAddressKeyAliasResponse Lusid.Sdk.Api.IAddressKeyAliasApiSync.ListAddressKeyAliases | ( | string | scope, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | filter = default(string?), |
||
| int? | limit = default(int?), |
||
| string? | page = default(string?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] ListAddressKeyAliases: List the set of Address Key Aliases
List the set of address key aliases at the specified date/time and scope.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope to list aliases for. |
| asAt | The asAt datetime at which to list the aliases. Defaults to latest if not specified. (optional) |
| filter | Expression to filter the result set. (optional) |
| limit | Maximum number of results to return. Defaults to 100. (optional) |
| page | Pagination token from a previous result to fetch the next page. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| Lusid.Sdk.Client.ApiResponse<PagedResourceListOfGetAddressKeyAliasResponse> Lusid.Sdk.Api.IAddressKeyAliasApiSync.ListAddressKeyAliasesWithHttpInfo | ( | string | scope, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| string? | filter = default(string?), |
||
| int? | limit = default(int?), |
||
| string? | page = default(string?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] ListAddressKeyAliases: List the set of Address Key Aliases
List the set of address key aliases at the specified date/time and scope.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope to list aliases for. |
| asAt | The asAt datetime at which to list the aliases. Defaults to latest if not specified. (optional) |
| filter | Expression to filter the result set. (optional) |
| limit | Maximum number of results to return. Defaults to 100. (optional) |
| page | Pagination token from a previous result to fetch the next page. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| UpsertSingleStructuredDataResponse Lusid.Sdk.Api.IAddressKeyAliasApiSync.UpsertAddressKeyAlias | ( | UpsertAddressKeyAliasRequest | upsertAddressKeyAliasRequest, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpsertAddressKeyAlias: Upsert an Address Key Alias. This creates or updates the alias in LUSID.
Update or insert one Address Key Alias. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted alias or failure message if unsuccessful.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertAddressKeyAliasRequest | The Address Key Alias to update or insert |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.
| Lusid.Sdk.Client.ApiResponse<UpsertSingleStructuredDataResponse> Lusid.Sdk.Api.IAddressKeyAliasApiSync.UpsertAddressKeyAliasWithHttpInfo | ( | UpsertAddressKeyAliasRequest | upsertAddressKeyAliasRequest, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpsertAddressKeyAlias: Upsert an Address Key Alias. This creates or updates the alias in LUSID.
Update or insert one Address Key Alias. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted alias or failure message if unsuccessful.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertAddressKeyAliasRequest | The Address Key Alias to update or insert |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AddressKeyAliasApi.