LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.ReferenceListsApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.ReferenceListsApi:
Inheritance graph
[legend]

Public Member Functions

 ReferenceListsApi ()
 Initializes a new instance of the ReferenceListsApi class. More...
 
 ReferenceListsApi (string basePath)
 Initializes a new instance of the ReferenceListsApi class. More...
 
 ReferenceListsApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the ReferenceListsApi class using Configuration object More...
 
 ReferenceListsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the ReferenceListsApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
DeletedEntityResponse DeleteReferenceList (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteReferenceListWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteReferenceListAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteReferenceListWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance. More...
 
ReferenceListResponse GetReferenceList (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More...
 
Lusid.Sdk.Client.ApiResponse< ReferenceListResponseGetReferenceListWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More...
 
async System.Threading.Tasks.Task< ReferenceListResponseGetReferenceListAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReferenceListResponse > > GetReferenceListWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time. More...
 
PagedResourceListOfReferenceListResponse ListReferenceLists (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfReferenceListResponseListReferenceListsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfReferenceListResponseListReferenceListsAsync (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))
 [EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfReferenceListResponse > > ListReferenceListsWithHttpInfoAsync (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))
 [EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria. More...
 
ReferenceListResponse UpsertReferenceList (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. More...
 
Lusid.Sdk.Client.ApiResponse< ReferenceListResponseUpsertReferenceListWithHttpInfo (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. More...
 
async System.Threading.Tasks.Task< ReferenceListResponseUpsertReferenceListAsync (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReferenceListResponse > > UpsertReferenceListWithHttpInfoAsync (ReferenceListRequest? referenceListRequest=default(ReferenceListRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist. 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...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ ReferenceListsApi() [1/4]

Lusid.Sdk.Api.ReferenceListsApi.ReferenceListsApi ( )
inline

Initializes a new instance of the ReferenceListsApi class.

Returns

◆ ReferenceListsApi() [2/4]

Lusid.Sdk.Api.ReferenceListsApi.ReferenceListsApi ( string  basePath)
inline

Initializes a new instance of the ReferenceListsApi class.

Returns

◆ ReferenceListsApi() [3/4]

Lusid.Sdk.Api.ReferenceListsApi.ReferenceListsApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the ReferenceListsApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ ReferenceListsApi() [4/4]

Lusid.Sdk.Api.ReferenceListsApi.ReferenceListsApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the ReferenceListsApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ DeleteReferenceList()

DeletedEntityResponse Lusid.Sdk.Api.ReferenceListsApi.DeleteReferenceList ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ DeleteReferenceListAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ReferenceListsApi.DeleteReferenceListAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ DeleteReferenceListWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ReferenceListsApi.DeleteReferenceListWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ DeleteReferenceListWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ReferenceListsApi.DeleteReferenceListWithHttpInfoAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteReferenceList: Delete Reference List Delete a Reference List instance.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.ReferenceListsApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetReferenceList()

ReferenceListResponse Lusid.Sdk.Api.ReferenceListsApi.GetReferenceList ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ GetReferenceListAsync()

async System.Threading.Tasks.Task<ReferenceListResponse> Lusid.Sdk.Api.ReferenceListsApi.GetReferenceListAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ GetReferenceListWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ReferenceListResponse> Lusid.Sdk.Api.ReferenceListsApi.GetReferenceListWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ GetReferenceListWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ReferenceListResponse> > Lusid.Sdk.Api.ReferenceListsApi.GetReferenceListWithHttpInfoAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetReferenceList: Get Reference List Retrieve a Reference List instance at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the Reference List belongs.
codeThe Reference List&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the Reference List. Defaults to return the latest version of the Reference List if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ReferenceListResponse)

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ ListReferenceLists()

PagedResourceListOfReferenceListResponse Lusid.Sdk.Api.ReferenceListsApi.ListReferenceLists ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional)
pageThe pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ ListReferenceListsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfReferenceListResponse> Lusid.Sdk.Api.ReferenceListsApi.ListReferenceListsAsync ( 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) 
)
inline

[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional)
pageThe pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ ListReferenceListsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfReferenceListResponse> Lusid.Sdk.Api.ReferenceListsApi.ListReferenceListsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional)
pageThe pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ ListReferenceListsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfReferenceListResponse> > Lusid.Sdk.Api.ReferenceListsApi.ListReferenceListsWithHttpInfoAsync ( 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) 
)
inline

[EARLY ACCESS] ListReferenceLists: List Reference Lists List all the Reference Lists matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list Reference Lists. Defaults to return the latest version of Reference Lists if not specified. (optional)
pageThe pagination token to use to continue listing Reference Lists from a previous call to list Reference Lists. This value is returned from the previous call. If a pagination token is provided, the filter, limit and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfReferenceListResponse)

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ UpsertReferenceList()

ReferenceListResponse Lusid.Sdk.Api.ReferenceListsApi.UpsertReferenceList ( ReferenceListRequest referenceListRequest = default(ReferenceListRequest?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
referenceListRequestThe payload describing the Reference List instance. (optional)
operationIndexIndex associated with the operation.
Returns
ReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ UpsertReferenceListAsync()

async System.Threading.Tasks.Task<ReferenceListResponse> Lusid.Sdk.Api.ReferenceListsApi.UpsertReferenceListAsync ( ReferenceListRequest referenceListRequest = default(ReferenceListRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
referenceListRequestThe payload describing the Reference List instance. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

◆ UpsertReferenceListWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ReferenceListResponse> Lusid.Sdk.Api.ReferenceListsApi.UpsertReferenceListWithHttpInfo ( ReferenceListRequest referenceListRequest = default(ReferenceListRequest?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
referenceListRequestThe payload describing the Reference List instance. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ReferenceListResponse

Implements Lusid.Sdk.Api.IReferenceListsApiSync.

◆ UpsertReferenceListWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ReferenceListResponse> > Lusid.Sdk.Api.ReferenceListsApi.UpsertReferenceListWithHttpInfoAsync ( ReferenceListRequest referenceListRequest = default(ReferenceListRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertReferenceList: Upsert Reference List Insert the Reference List if it does not exist or update the Reference List with the supplied state if it does exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
referenceListRequestThe payload describing the Reference List instance. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ReferenceListResponse)

Implements Lusid.Sdk.Api.IReferenceListsApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.ReferenceListsApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.ReferenceListsApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.ReferenceListsApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.ReferenceListsApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: