LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
System.Threading.Tasks.Task< Dialect > | GetTranslationDialectAsync (string scope, string vendor, string sourceSystem, string entityType, string serialisationFormat, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetTranslationDialect: Get a dialect. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dialect > > | GetTranslationDialectWithHttpInfoAsync (string scope, string vendor, string sourceSystem, string entityType, string serialisationFormat, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetTranslationDialect: Get a dialect. More... | |
System.Threading.Tasks.Task< TranslationScript > | GetTranslationScriptAsync (string scope, string code, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslationScript > > | GetTranslationScriptWithHttpInfoAsync (string scope, string code, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. More... | |
System.Threading.Tasks.Task< PagedResourceListOfDialectId > | ListDialectIdsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDialectId > > | ListDialectIdsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. More... | |
System.Threading.Tasks.Task< PagedResourceListOfTranslationScriptId > | ListTranslationScriptIdsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTranslationScriptId > > | ListTranslationScriptIdsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. More... | |
System.Threading.Tasks.Task< TranslateEntitiesResponse > | TranslateEntitiesAsync (TranslateEntitiesRequest translateEntitiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslateEntitiesResponse > > | TranslateEntitiesWithHttpInfoAsync (TranslateEntitiesRequest translateEntitiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. More... | |
System.Threading.Tasks.Task< TranslateEntitiesResponse > | TranslateEntitiesInlinedAsync (TranslateEntitiesInlinedRequest translateEntitiesInlinedRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslateEntitiesResponse > > | TranslateEntitiesInlinedWithHttpInfoAsync (TranslateEntitiesInlinedRequest translateEntitiesInlinedRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. More... | |
System.Threading.Tasks.Task< Dialect > | UpsertTranslationDialectAsync (UpsertDialectRequest upsertDialectRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dialect > > | UpsertTranslationDialectWithHttpInfoAsync (UpsertDialectRequest upsertDialectRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. More... | |
System.Threading.Tasks.Task< TranslationScript > | UpsertTranslationScriptAsync (UpsertTranslationScriptRequest upsertTranslationScriptRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslationScript > > | UpsertTranslationScriptWithHttpInfoAsync (UpsertTranslationScriptRequest upsertTranslationScriptRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. More... | |
Represents a collection of functions to interact with the API endpoints
System.Threading.Tasks.Task<Dialect> Lusid.Sdk.Api.IScriptedTranslationApiAsync.GetTranslationDialectAsync | ( | string | scope, |
string | vendor, | ||
string | sourceSystem, | ||
string | entityType, | ||
string | serialisationFormat, | ||
string | version, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetTranslationDialect: Get a dialect.
Get the dialect with the given identifier at the specific asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the dialect. |
vendor | The vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE. |
sourceSystem | The source system of the dialect, the system that understands it. e.g. LUSID, QuantLib. |
entityType | The type of entity this dialect describes e.g. Instrument. |
serialisationFormat | The serialisation format of a document in this dialect. e.g. JSON, XML. |
version | The semantic version of the dialect: MAJOR.MINOR.PATCH. |
asAt | The asAt datetime at which to retrieve the dialect. Defaults to return the latest version of the dialect if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Dialect> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.GetTranslationDialectWithHttpInfoAsync | ( | string | scope, |
string | vendor, | ||
string | sourceSystem, | ||
string | entityType, | ||
string | serialisationFormat, | ||
string | version, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetTranslationDialect: Get a dialect.
Get the dialect with the given identifier at the specific asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the dialect. |
vendor | The vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE. |
sourceSystem | The source system of the dialect, the system that understands it. e.g. LUSID, QuantLib. |
entityType | The type of entity this dialect describes e.g. Instrument. |
serialisationFormat | The serialisation format of a document in this dialect. e.g. JSON, XML. |
version | The semantic version of the dialect: MAJOR.MINOR.PATCH. |
asAt | The asAt datetime at which to retrieve the dialect. Defaults to return the latest version of the dialect if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<TranslationScript> Lusid.Sdk.Api.IScriptedTranslationApiAsync.GetTranslationScriptAsync | ( | string | scope, |
string | code, | ||
string | version, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier.
Retrieves a translation script to be used for translating financial entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the translation script. |
code | Code of the translation script. |
version | Semantic version of the translation script. |
asAt | The asAt datetime at which to retrieve the translation script. Defaults to latest. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslationScript> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.GetTranslationScriptWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
string | version, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier.
Retrieves a translation script to be used for translating financial entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the translation script. |
code | Code of the translation script. |
version | Semantic version of the translation script. |
asAt | The asAt datetime at which to retrieve the translation script. Defaults to latest. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<PagedResourceListOfDialectId> Lusid.Sdk.Api.IScriptedTranslationApiAsync.ListDialectIdsAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | page = default(string?) , |
||
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter.
List the stored dialects' identifiers with pagination and filtering at the specified asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the dialects. Defaults to return the latest version of the dialect if not specified. (optional) |
page | The pagination token to use to continue listing dialect IDs from a previous call to list dialect IDs. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. (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. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfDialectId> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.ListDialectIdsWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | page = default(string?) , |
||
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter.
List the stored dialects' identifiers with pagination and filtering at the specified asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the dialects. Defaults to return the latest version of the dialect if not specified. (optional) |
page | The pagination token to use to continue listing dialect IDs from a previous call to list dialect IDs. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. (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. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<PagedResourceListOfTranslationScriptId> Lusid.Sdk.Api.IScriptedTranslationApiAsync.ListTranslationScriptIdsAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
string? | page = default(string?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers.
List translation script ids.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the script identifiers. Defaults to latest. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, Id.Version.Major eq 1 to list IDs with major version 1 or Id.Scope eq 'my-scripts' to list result only for a particular scope. (optional) |
page | The pagination token to use to continue listing translation script IDs; this value is returned from the previous call. If a pagination token is provided, the filter field must not have changed since the original request. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTranslationScriptId> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.ListTranslationScriptIdsWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
string? | page = default(string?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers.
List translation script ids.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the script identifiers. Defaults to latest. (optional) |
limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the results. For example, Id.Version.Major eq 1 to list IDs with major version 1 or Id.Scope eq 'my-scripts' to list result only for a particular scope. (optional) |
page | The pagination token to use to continue listing translation script IDs; this value is returned from the previous call. If a pagination token is provided, the filter field must not have changed since the original request. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<TranslateEntitiesResponse> Lusid.Sdk.Api.IScriptedTranslationApiAsync.TranslateEntitiesAsync | ( | TranslateEntitiesRequest | translateEntitiesRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script.
Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateEntitiesRequest | The entities to translate, along with identifiers for the script and (optional) dialect to use. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<TranslateEntitiesResponse> Lusid.Sdk.Api.IScriptedTranslationApiAsync.TranslateEntitiesInlinedAsync | ( | TranslateEntitiesInlinedRequest | translateEntitiesInlinedRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script.
Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateEntitiesInlinedRequest | The entities to translate, along with the script to use and an optional schema for validation. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslateEntitiesResponse> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.TranslateEntitiesInlinedWithHttpInfoAsync | ( | TranslateEntitiesInlinedRequest | translateEntitiesInlinedRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script.
Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateEntitiesInlinedRequest | The entities to translate, along with the script to use and an optional schema for validation. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslateEntitiesResponse> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.TranslateEntitiesWithHttpInfoAsync | ( | TranslateEntitiesRequest | translateEntitiesRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script.
Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateEntitiesRequest | The entities to translate, along with identifiers for the script and (optional) dialect to use. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Dialect> Lusid.Sdk.Api.IScriptedTranslationApiAsync.UpsertTranslationDialectAsync | ( | UpsertDialectRequest | upsertDialectRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect.
Upsert the given dialect.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertDialectRequest | The dialect to upsert. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Dialect> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.UpsertTranslationDialectWithHttpInfoAsync | ( | UpsertDialectRequest | upsertDialectRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect.
Upsert the given dialect.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertDialectRequest | The dialect to upsert. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<TranslationScript> Lusid.Sdk.Api.IScriptedTranslationApiAsync.UpsertTranslationScriptAsync | ( | UpsertTranslationScriptRequest | upsertTranslationScriptRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script.
Upserts a translation script to be used for translating financial entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertTranslationScriptRequest | The translation script to be upserted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslationScript> > Lusid.Sdk.Api.IScriptedTranslationApiAsync.UpsertTranslationScriptWithHttpInfoAsync | ( | UpsertTranslationScriptRequest | upsertTranslationScriptRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script.
Upserts a translation script to be used for translating financial entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertTranslationScriptRequest | The translation script to be upserted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ScriptedTranslationApi.