LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ConventionsApi () | |
Initializes a new instance of the ConventionsApi class. More... | |
ConventionsApi (string basePath) | |
Initializes a new instance of the ConventionsApi class. More... | |
ConventionsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the ConventionsApi class using Configuration object More... | |
ConventionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the ConventionsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
AnnulSingleStructuredDataResponse | DeleteCdsFlowConventions (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response. More... | |
Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > | DeleteCdsFlowConventionsWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response. More... | |
async System.Threading.Tasks.Task< AnnulSingleStructuredDataResponse > | DeleteCdsFlowConventionsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > | DeleteCdsFlowConventionsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response. More... | |
AnnulSingleStructuredDataResponse | DeleteFlowConventions (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response. More... | |
Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > | DeleteFlowConventionsWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response. More... | |
async System.Threading.Tasks.Task< AnnulSingleStructuredDataResponse > | DeleteFlowConventionsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > | DeleteFlowConventionsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response. More... | |
AnnulSingleStructuredDataResponse | DeleteIndexConvention (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response. More... | |
Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > | DeleteIndexConventionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response. More... | |
async System.Threading.Tasks.Task< AnnulSingleStructuredDataResponse > | DeleteIndexConventionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > | DeleteIndexConventionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response. More... | |
GetCdsFlowConventionsResponse | GetCdsFlowConventions (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
Lusid.Sdk.Client.ApiResponse< GetCdsFlowConventionsResponse > | GetCdsFlowConventionsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
async System.Threading.Tasks.Task< GetCdsFlowConventionsResponse > | GetCdsFlowConventionsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetCdsFlowConventionsResponse > > | GetCdsFlowConventionsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
GetFlowConventionsResponse | GetFlowConventions (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
Lusid.Sdk.Client.ApiResponse< GetFlowConventionsResponse > | GetFlowConventionsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
async System.Threading.Tasks.Task< GetFlowConventionsResponse > | GetFlowConventionsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetFlowConventionsResponse > > | GetFlowConventionsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
GetIndexConventionResponse | GetIndexConvention (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
Lusid.Sdk.Client.ApiResponse< GetIndexConventionResponse > | GetIndexConventionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
async System.Threading.Tasks.Task< GetIndexConventionResponse > | GetIndexConventionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetIndexConventionResponse > > | GetIndexConventionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures). More... | |
ResourceListOfGetCdsFlowConventionsResponse | ListCdsFlowConventions (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetCdsFlowConventionsResponse > | ListCdsFlowConventionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time More... | |
async System.Threading.Tasks.Task< ResourceListOfGetCdsFlowConventionsResponse > | ListCdsFlowConventionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetCdsFlowConventionsResponse > > | ListCdsFlowConventionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time More... | |
ResourceListOfGetFlowConventionsResponse | ListFlowConventions (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetFlowConventionsResponse > | ListFlowConventionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time More... | |
async System.Threading.Tasks.Task< ResourceListOfGetFlowConventionsResponse > | ListFlowConventionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetFlowConventionsResponse > > | ListFlowConventionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time More... | |
ResourceListOfGetIndexConventionResponse | ListIndexConvention (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetIndexConventionResponse > | ListIndexConventionWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time More... | |
async System.Threading.Tasks.Task< ResourceListOfGetIndexConventionResponse > | ListIndexConventionAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetIndexConventionResponse > > | ListIndexConventionWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time More... | |
UpsertSingleStructuredDataResponse | UpsertCdsFlowConventions (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertCdsFlowConventionsWithHttpInfo (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertCdsFlowConventionsAsync (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertCdsFlowConventionsWithHttpInfoAsync (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
UpsertSingleStructuredDataResponse | UpsertFlowConventions (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertFlowConventionsWithHttpInfo (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertFlowConventionsAsync (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertFlowConventionsWithHttpInfoAsync (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
UpsertSingleStructuredDataResponse | UpsertIndexConvention (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertIndexConventionWithHttpInfo (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertIndexConventionAsync (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertIndexConventionWithHttpInfoAsync (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the ConventionsApi class.
|
inline |
Initializes a new instance of the ConventionsApi class.
|
inline |
Initializes a new instance of the ConventionsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ConventionsApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to delete. |
code | The CDS Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to delete. |
code | The CDS Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to delete. |
code | The CDS Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. Delete the specified CDS Flow Conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to delete. |
code | The CDS Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to delete. |
code | The Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to delete. |
code | The Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to delete. |
code | The Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. Delete the specified conventions 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to delete. |
code | The Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to delete. |
code | The Index Convention to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to delete. |
code | The Index Convention to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to delete. |
code | The Index Convention to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. Delete the specified Index Convention 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. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to delete. |
code | The Index Convention to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to retrieve. |
code | The name of the CDS Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the CDS Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to retrieve. |
code | The name of the CDS Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the CDS Flow Conventions. 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. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to retrieve. |
code | The name of the CDS Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the CDS Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to retrieve. |
code | The name of the CDS Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the CDS Flow Conventions. 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. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to retrieve. |
code | The name of the Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to retrieve. |
code | The name of the Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Flow Conventions. 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. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to retrieve. |
code | The name of the Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] GetFlowConventions: Get Flow Conventions Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to retrieve. |
code | The name of the Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Flow Conventions. 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. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to retrieve. |
code | The name of the Index Convention to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Index Convention. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to retrieve. |
code | The name of the Index Convention to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Index Convention. 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. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to retrieve. |
code | The name of the Index Convention to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Index Convention. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] GetIndexConvention: Get Index Convention Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to retrieve. |
code | The name of the Index Convention to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Index Convention. 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. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions List the set of CDS Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] ListFlowConventions: List the set of Flow Conventions List the set of Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] ListIndexConvention: List the set of Index Conventions List the set of Index Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertCdsFlowConventionsRequest | The CDS Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertCdsFlowConventionsRequest | The CDS Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertCdsFlowConventionsRequest | The CDS Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertCdsFlowConventionsRequest | The CDS Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertFlowConventionsRequest | The Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertFlowConventionsRequest | The Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertFlowConventionsRequest | The Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertFlowConventionsRequest | The Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertIndexConventionRequest | The Index Conventions to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertIndexConventionRequest | The Index Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
inline |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertIndexConventionRequest | The Index Conventions to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiSync.
|
inline |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertIndexConventionRequest | The Index Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConventionsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.