LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
AnnulSingleStructuredDataResponse | DeleteConfigurationRecipe (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. 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. More... | |
AnnulSingleStructuredDataResponse | DeleteRecipeComposer (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More... | |
Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > | DeleteRecipeComposerWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More... | |
GetRecipeResponse | GetConfigurationRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetConfigurationRecipe: Get Configuration Recipe 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 More... | |
GetRecipeResponse | GetDerivedRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More... | |
Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > | GetDerivedRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More... | |
GetRecipeComposerResponse | GetRecipeComposer (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetRecipeComposer: Get Recipe Composer More... | |
Lusid.Sdk.Client.ApiResponse< GetRecipeComposerResponse > | GetRecipeComposerWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetRecipeComposer: Get Recipe Composer More... | |
GetRecipeResponse | GetRecipeComposerResolvedInline (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More... | |
Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > | GetRecipeComposerResolvedInlineWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More... | |
ResourceListOfGetRecipeResponse | ListConfigurationRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListConfigurationRecipes: List the set of Configuration Recipes 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 More... | |
ResourceListOfGetRecipeResponse | ListDerivedRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > | ListDerivedRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More... | |
ResourceListOfGetRecipeComposerResponse | ListRecipeComposers (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListRecipeComposers: List the set of Recipe Composers More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeComposerResponse > | ListRecipeComposersWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListRecipeComposers: List the set of Recipe Composers More... | |
UpsertSingleStructuredDataResponse | UpsertConfigurationRecipe (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. 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. More... | |
UpsertSingleStructuredDataResponse | UpsertRecipeComposer (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More... | |
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertRecipeComposerWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More... | |
Represents a collection of functions to interact with the API endpoints
AnnulSingleStructuredDataResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.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.
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<AnnulSingleStructuredDataResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.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.
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
AnnulSingleStructuredDataResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.DeleteRecipeComposer | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<AnnulSingleStructuredDataResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.DeleteRecipeComposerWithHttpInfo | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
GetRecipeResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.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).
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<GetRecipeResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.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).
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
GetRecipeResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.GetDerivedRecipe | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<GetRecipeResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.GetDerivedRecipeWithHttpInfo | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
GetRecipeComposerResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.GetRecipeComposer | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
GetRecipeResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.GetRecipeComposerResolvedInline | ( | UpsertRecipeComposerRequest | upsertRecipeComposerRequest, |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<GetRecipeResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.GetRecipeComposerResolvedInlineWithHttpInfo | ( | UpsertRecipeComposerRequest | upsertRecipeComposerRequest, |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<GetRecipeComposerResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.GetRecipeComposerWithHttpInfo | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
ResourceListOfGetRecipeResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.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.
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<ResourceListOfGetRecipeResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.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.
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
ResourceListOfGetRecipeResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.ListDerivedRecipes | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<ResourceListOfGetRecipeResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.ListDerivedRecipesWithHttpInfo | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
ResourceListOfGetRecipeComposerResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.ListRecipeComposers | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<ResourceListOfGetRecipeComposerResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.ListRecipeComposersWithHttpInfo | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
UpsertSingleStructuredDataResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.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).
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<UpsertSingleStructuredDataResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.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).
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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
UpsertSingleStructuredDataResponse Lusid.Sdk.Api.IConfigurationRecipeApiSync.UpsertRecipeComposer | ( | UpsertRecipeComposerRequest | upsertRecipeComposerRequest, |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.
Lusid.Sdk.Client.ApiResponse<UpsertSingleStructuredDataResponse> Lusid.Sdk.Api.IConfigurationRecipeApiSync.UpsertRecipeComposerWithHttpInfo | ( | UpsertRecipeComposerRequest | upsertRecipeComposerRequest, |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
Implemented in Lusid.Sdk.Api.ConfigurationRecipeApi.