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

Public Member Functions | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteReturnsEntityAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteReturnsEntityWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. More... | |
| System.Threading.Tasks.Task< ReturnsEntity > | GetReturnsEntityAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetReturnsEntity: Get returns entity. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReturnsEntity > > | GetReturnsEntityWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetReturnsEntity: Get returns entity. More... | |
| System.Threading.Tasks.Task< ResourceListOfReturnsEntity > | ListReturnsEntitiesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListReturnsEntities: List returns entities. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfReturnsEntity > > | ListReturnsEntitiesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListReturnsEntities: List returns entities. More... | |
| System.Threading.Tasks.Task< ReturnsEntity > | UpsertReturnsEntityAsync (ReturnsEntity returnsEntity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReturnsEntity > > | UpsertReturnsEntityWithHttpInfoAsync (ReturnsEntity returnsEntity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IAggregatedReturnsApiAsync.DeleteReturnsEntityAsync | ( | string | scope, |
| string | code, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity.
Delete returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregatedReturnsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IAggregatedReturnsApiAsync.DeleteReturnsEntityWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity.
Delete returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregatedReturnsApi.
| System.Threading.Tasks.Task<ReturnsEntity> Lusid.Sdk.Api.IAggregatedReturnsApiAsync.GetReturnsEntityAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetReturnsEntity: Get returns entity.
Get returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| asAt | The asAt datetime at which to retrieve the returns entity. 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.AggregatedReturnsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ReturnsEntity> > Lusid.Sdk.Api.IAggregatedReturnsApiAsync.GetReturnsEntityWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetReturnsEntity: Get returns entity.
Get returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| asAt | The asAt datetime at which to retrieve the returns entity. 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.AggregatedReturnsApi.
| System.Threading.Tasks.Task<ResourceListOfReturnsEntity> Lusid.Sdk.Api.IAggregatedReturnsApiAsync.ListReturnsEntitiesAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] ListReturnsEntities: List returns entities.
List returns entities.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the relation definitions. Defaults to return the latest version of each 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.AggregatedReturnsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfReturnsEntity> > Lusid.Sdk.Api.IAggregatedReturnsApiAsync.ListReturnsEntitiesWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?), |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] ListReturnsEntities: List returns entities.
List returns entities.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the relation definitions. Defaults to return the latest version of each 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.AggregatedReturnsApi.
| System.Threading.Tasks.Task<ReturnsEntity> Lusid.Sdk.Api.IAggregatedReturnsApiAsync.UpsertReturnsEntityAsync | ( | ReturnsEntity | returnsEntity, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity.
Upsert returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| returnsEntity | Definition of the returns entity. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregatedReturnsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ReturnsEntity> > Lusid.Sdk.Api.IAggregatedReturnsApiAsync.UpsertReturnsEntityWithHttpInfoAsync | ( | ReturnsEntity | returnsEntity, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity.
Upsert returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| returnsEntity | Definition of the returns entity. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregatedReturnsApi.