LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IAllocationsApiSync | |
DeletedEntityResponse | DeleteAllocation (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteAllocation: Delete allocation More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteAllocationWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteAllocation: Delete allocation More... | |
Allocation | GetAllocation (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllocation: Get Allocation More... | |
Lusid.Sdk.Client.ApiResponse< Allocation > | GetAllocationWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllocation: Get Allocation More... | |
PagedResourceListOfAllocation | ListAllocations (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListAllocations: List Allocations More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAllocation > | ListAllocationsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListAllocations: List Allocations More... | |
ResourceListOfAllocation | UpsertAllocations (AllocationSetRequest allocationSetRequest, DateTimeOffset? verificationAsAt=default(DateTimeOffset?), bool? retryWithoutChangedEntities=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertAllocations: Upsert Allocations More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfAllocation > | UpsertAllocationsWithHttpInfo (AllocationSetRequest allocationSetRequest, DateTimeOffset? verificationAsAt=default(DateTimeOffset?), bool? retryWithoutChangedEntities=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertAllocations: Upsert Allocations More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IAllocationsApiAsync | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteAllocationAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteAllocation: Delete allocation More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteAllocationWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteAllocation: Delete allocation More... | |
System.Threading.Tasks.Task< Allocation > | GetAllocationAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllocation: Get Allocation More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Allocation > > | GetAllocationWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllocation: Get Allocation More... | |
System.Threading.Tasks.Task< PagedResourceListOfAllocation > | ListAllocationsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListAllocations: List Allocations More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAllocation > > | ListAllocationsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListAllocations: List Allocations More... | |
System.Threading.Tasks.Task< ResourceListOfAllocation > | UpsertAllocationsAsync (AllocationSetRequest allocationSetRequest, DateTimeOffset? verificationAsAt=default(DateTimeOffset?), bool? retryWithoutChangedEntities=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertAllocations: Upsert Allocations More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfAllocation > > | UpsertAllocationsWithHttpInfoAsync (AllocationSetRequest allocationSetRequest, DateTimeOffset? verificationAsAt=default(DateTimeOffset?), bool? retryWithoutChangedEntities=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertAllocations: Upsert Allocations More... | |
Represents a collection of functions to interact with the API endpoints