LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ConfigurationRecipeApi () | |
Initializes a new instance of the ConfigurationRecipeApi class. More... | |
ConfigurationRecipeApi (string basePath) | |
Initializes a new instance of the ConfigurationRecipeApi class. More... | |
ConfigurationRecipeApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the ConfigurationRecipeApi class using Configuration object More... | |
ConfigurationRecipeApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the ConfigurationRecipeApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
AnnulSingleStructuredDataResponse | DeleteConfigurationRecipe (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 > | DeleteConfigurationRecipeWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 > | DeleteConfigurationRecipeAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 > > | DeleteConfigurationRecipeWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 | DeleteRecipeComposer (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 > | DeleteRecipeComposerWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 > | DeleteRecipeComposerAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 > > | DeleteRecipeComposerWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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... | |
GetRecipeResponse | GetConfigurationRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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< GetRecipeResponse > | GetConfigurationRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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< GetRecipeResponse > | GetConfigurationRecipeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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< GetRecipeResponse > > | GetConfigurationRecipeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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... | |
GetRecipeResponse | GetDerivedRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned. More... | |
Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > | GetDerivedRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned. More... | |
async System.Threading.Tasks.Task< GetRecipeResponse > | GetDerivedRecipeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > > | GetDerivedRecipeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned. More... | |
GetRecipeComposerResponse | GetRecipeComposer (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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< GetRecipeComposerResponse > | GetRecipeComposerWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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< GetRecipeComposerResponse > | GetRecipeComposerAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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< GetRecipeComposerResponse > > | GetRecipeComposerWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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... | |
GetRecipeResponse | GetRecipeComposerResolvedInline (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe. More... | |
Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > | GetRecipeComposerResolvedInlineWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe. More... | |
async System.Threading.Tasks.Task< GetRecipeResponse > | GetRecipeComposerResolvedInlineAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > > | GetRecipeComposerResolvedInlineWithHttpInfoAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe. More... | |
ResourceListOfGetRecipeResponse | ListConfigurationRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > | ListConfigurationRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers. More... | |
async System.Threading.Tasks.Task< ResourceListOfGetRecipeResponse > | ListConfigurationRecipesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > > | ListConfigurationRecipesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers. More... | |
ResourceListOfGetRecipeResponse | ListDerivedRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > | ListDerivedRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints. More... | |
async System.Threading.Tasks.Task< ResourceListOfGetRecipeResponse > | ListDerivedRecipesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > > | ListDerivedRecipesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints. More... | |
ResourceListOfGetRecipeComposerResponse | ListRecipeComposers (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeComposerResponse > | ListRecipeComposersWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope More... | |
async System.Threading.Tasks.Task< ResourceListOfGetRecipeComposerResponse > | ListRecipeComposersAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeComposerResponse > > | ListRecipeComposersWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope More... | |
UpsertSingleStructuredDataResponse | UpsertConfigurationRecipe (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertConfigurationRecipeWithHttpInfo (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertConfigurationRecipeAsync (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe 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 > > | UpsertConfigurationRecipeWithHttpInfoAsync (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
UpsertSingleStructuredDataResponse | UpsertRecipeComposer (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertRecipeComposerWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer or failure message if unsuccessful It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertRecipeComposerAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer 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 > > | UpsertRecipeComposerWithHttpInfoAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer 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 ConfigurationRecipeApi class.
|
inline |
Initializes a new instance of the ConfigurationRecipeApi class.
|
inline |
Initializes a new instance of the ConfigurationRecipeApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ConfigurationRecipeApi 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 |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 Configuration Recipe to delete. |
code | The Configuration Recipe to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 Configuration Recipe to delete. |
code | The Configuration Recipe to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 Configuration Recipe to delete. |
code | The Configuration Recipe to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. Delete the specified Configuration Recipe 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 Configuration Recipe to delete. |
code | The Configuration Recipe to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 Recipe Composer to delete. |
code | The Recipe Composer to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 Recipe Composer to delete. |
code | The Recipe Composer to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 Recipe Composer to delete. |
code | The Recipe Composer to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. Delete the specified Recipe Composer 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 Recipe Composer to delete. |
code | The Recipe Composer to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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 Configuration Recipe to retrieve. |
code | The name of the recipe to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiSync.
|
inline |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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 Configuration Recipe to retrieve. |
code | The name of the recipe to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiAsync.
|
inline |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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 Configuration Recipe to retrieve. |
code | The name of the recipe to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiSync.
|
inline |
GetConfigurationRecipe: Get Configuration Recipe Get a Configuration Recipe from a single scope. The response will return either the recipe 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 Configuration Recipe to retrieve. |
code | The name of the recipe to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiAsync.
|
inline |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Configuration Recipe or Recipe Composer to return. |
code | The code of the Configuration Recipe or Recipe Composer to return. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiSync.
|
inline |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Configuration Recipe or Recipe Composer to return. |
code | The code of the Configuration Recipe or Recipe Composer to return. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiAsync.
|
inline |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Configuration Recipe or Recipe Composer to return. |
code | The code of the Configuration Recipe or Recipe Composer to return. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiSync.
|
inline |
GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. If scope-code is referring to a Configuration Recipe it is returned, if it refers to Recipe Composer, it is expanded into a Configuration Recipe and returned.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Configuration Recipe or Recipe Composer to return. |
code | The code of the Configuration Recipe or Recipe Composer to return. |
asAt | The asAt datetime at which to retrieve the Configuration Recipe. 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.IConfigurationRecipeApiAsync.
|
inline |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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 Recipe Composer to retrieve. |
code | The name of the Recipe Composer to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Recipe Composer. 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.IConfigurationRecipeApiSync.
|
inline |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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 Recipe Composer to retrieve. |
code | The name of the Recipe Composer to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Recipe Composer. 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.IConfigurationRecipeApiAsync.
|
inline |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertRecipeComposerRequest | Recipe composer used to expand into the Configuration Recipe. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertRecipeComposerRequest | Recipe composer used to expand into the Configuration Recipe. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertRecipeComposerRequest | Recipe composer used to expand into the Configuration Recipe. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. Resolves an inline recipe composer into a ConfigurationRecipe.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertRecipeComposerRequest | Recipe composer used to expand into the Configuration Recipe. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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 Recipe Composer to retrieve. |
code | The name of the Recipe Composer to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Recipe Composer. 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.IConfigurationRecipeApiSync.
|
inline |
GetRecipeComposer: Get Recipe Composer Get a Recipe Composer from a single scope. The response will return either the recipe composer 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 Recipe Composer to retrieve. |
code | The name of the Recipe Composer to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Recipe Composer. 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.IConfigurationRecipeApiAsync.
|
inline |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
ListConfigurationRecipes: List the set of Configuration Recipes List the set of configuration recipes at the specified date/time and scope. Note this only returns recipes stored directly and does not include any recipes expanded from recipe composers.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. This endpoints returns a union of the output of ListConfigurationRecipes and the resolved Recipe Composers from the ListRecipeComposers endpoints.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Configuration Recipes. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Recipes Composers. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Recipes Composers. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Recipes Composers. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
ListRecipeComposers: List the set of Recipe Composers List the set of Recipe Composers at the specified date/time and scope
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the Recipes Composers. Defaults to latest if not specified. (optional) |
filter | Expression to filter the result set, note this functionality is not yet enabled for this endpoint. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiAsync.
|
inline |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe 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 |
upsertRecipeRequest | The Configuration Recipe to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe 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 |
upsertRecipeRequest | The Configuration Recipe 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.IConfigurationRecipeApiAsync.
|
inline |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe 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 |
upsertRecipeRequest | The Configuration Recipe to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. Update or insert one Configuration Recipe 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 Configuration Recipe 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 |
upsertRecipeRequest | The Configuration Recipe 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.IConfigurationRecipeApiAsync.
|
inline |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer 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 |
upsertRecipeComposerRequest | The Recipe Composer to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer 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 |
upsertRecipeComposerRequest | The Recipe Composer 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.IConfigurationRecipeApiAsync.
|
inline |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer 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 |
upsertRecipeComposerRequest | The Recipe Composer to update or insert |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IConfigurationRecipeApiSync.
|
inline |
UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. Update or insert one Recipe Composer 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 Recipe Composer 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 |
upsertRecipeComposerRequest | The Recipe Composer 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.IConfigurationRecipeApiAsync.
|
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.