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

Public Member Functions | |
| CutLabelDefinition | CreateCutLabelDefinition (CreateCutLabelDefinitionRequest? createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateCutLabelDefinition: Create a Cut Label More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | CreateCutLabelDefinitionWithHttpInfo (CreateCutLabelDefinitionRequest? createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateCutLabelDefinition: Create a Cut Label More... | |
| DateTimeOffset | DeleteCutLabelDefinition (string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteCutLabelDefinition: Delete a Cut Label More... | |
| Lusid.Sdk.Client.ApiResponse< DateTimeOffset > | DeleteCutLabelDefinitionWithHttpInfo (string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteCutLabelDefinition: Delete a Cut Label More... | |
| CutLabelDefinition | GetCutLabelDefinition (string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCutLabelDefinition: Get a Cut Label More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | GetCutLabelDefinitionWithHttpInfo (string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCutLabelDefinition: Get a Cut Label More... | |
| PagedResourceListOfCutLabelDefinition | ListCutLabelDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListCutLabelDefinitions: List Existing Cut Labels More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCutLabelDefinition > | ListCutLabelDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListCutLabelDefinitions: List Existing Cut Labels More... | |
| CutLabelDefinition | UpdateCutLabelDefinition (string code, UpdateCutLabelDefinitionRequest? updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpdateCutLabelDefinition: Update a Cut Label More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | UpdateCutLabelDefinitionWithHttpInfo (string code, UpdateCutLabelDefinitionRequest? updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpdateCutLabelDefinition: Update a Cut Label More... | |
Represents a collection of functions to interact with the API endpoints
| CutLabelDefinition Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.CreateCutLabelDefinition | ( | CreateCutLabelDefinitionRequest? | createCutLabelDefinitionRequest = default(CreateCutLabelDefinitionRequest?), |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
CreateCutLabelDefinition: Create a Cut Label
Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| Lusid.Sdk.Client.ApiResponse<CutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.CreateCutLabelDefinitionWithHttpInfo | ( | CreateCutLabelDefinitionRequest? | createCutLabelDefinitionRequest = default(CreateCutLabelDefinitionRequest?), |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
CreateCutLabelDefinition: Create a Cut Label
Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| DateTimeOffset Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.DeleteCutLabelDefinition | ( | string | code, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
DeleteCutLabelDefinition: Delete a Cut Label
Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| Lusid.Sdk.Client.ApiResponse<DateTimeOffset> Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.DeleteCutLabelDefinitionWithHttpInfo | ( | string | code, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
DeleteCutLabelDefinition: Delete a Cut Label
Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| CutLabelDefinition Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.GetCutLabelDefinition | ( | string | code, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetCutLabelDefinition: Get a Cut Label
Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| Lusid.Sdk.Client.ApiResponse<CutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.GetCutLabelDefinitionWithHttpInfo | ( | string | code, |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
GetCutLabelDefinition: Get a Cut Label
Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| PagedResourceListOfCutLabelDefinition Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.ListCutLabelDefinitions | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| List< string >? | sortBy = default(List< string >?), |
||
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| string? | page = default(string?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
ListCutLabelDefinitions: List Existing Cut Labels
List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.ListCutLabelDefinitionsWithHttpInfo | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| List< string >? | sortBy = default(List< string >?), |
||
| int? | limit = default(int?), |
||
| string? | filter = default(string?), |
||
| string? | page = default(string?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
ListCutLabelDefinitions: List Existing Cut Labels
List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| CutLabelDefinition Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.UpdateCutLabelDefinition | ( | string | code, |
| UpdateCutLabelDefinitionRequest? | updateCutLabelDefinitionRequest = default(UpdateCutLabelDefinitionRequest?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
UpdateCutLabelDefinition: Update a Cut Label
Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| Lusid.Sdk.Client.ApiResponse<CutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.UpdateCutLabelDefinitionWithHttpInfo | ( | string | code, |
| UpdateCutLabelDefinitionRequest? | updateCutLabelDefinitionRequest = default(UpdateCutLabelDefinitionRequest?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
UpdateCutLabelDefinition: Update a Cut Label
Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.