LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.ISystemConfigurationApiAsync Interface Reference

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

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

Public Member Functions

System.Threading.Tasks.Task< TransactionSetConfigurationDataCreateConfigurationTransactionTypeAsync (TransactionConfigurationDataRequest transactionConfigurationDataRequest=default(TransactionConfigurationDataRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Create transaction type More...
 
System.Threading.Tasks.Task< ApiResponse< TransactionSetConfigurationData > > CreateConfigurationTransactionTypeWithHttpInfoAsync (TransactionConfigurationDataRequest transactionConfigurationDataRequest=default(TransactionConfigurationDataRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Create transaction type More...
 
System.Threading.Tasks.Task< TransactionSetConfigurationDataListConfigurationTransactionTypesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] List transaction types More...
 
System.Threading.Tasks.Task< ApiResponse< TransactionSetConfigurationData > > ListConfigurationTransactionTypesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] List transaction types More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
String GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- 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

Member Function Documentation

◆ CreateConfigurationTransactionTypeAsync()

System.Threading.Tasks.Task<TransactionSetConfigurationData> Lusid.Sdk.Api.ISystemConfigurationApiAsync.CreateConfigurationTransactionTypeAsync ( TransactionConfigurationDataRequest  transactionConfigurationDataRequest = default(TransactionConfigurationDataRequest),
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] Create transaction type

Create a new transaction type by specifying a definition and mappings to movements.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
transactionConfigurationDataRequestA transaction type definition. (optional)
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TransactionSetConfigurationData

Implemented in Lusid.Sdk.Api.SystemConfigurationApi.

◆ CreateConfigurationTransactionTypeWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<TransactionSetConfigurationData> > Lusid.Sdk.Api.ISystemConfigurationApiAsync.CreateConfigurationTransactionTypeWithHttpInfoAsync ( TransactionConfigurationDataRequest  transactionConfigurationDataRequest = default(TransactionConfigurationDataRequest),
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] Create transaction type

Create a new transaction type by specifying a definition and mappings to movements.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
transactionConfigurationDataRequestA transaction type definition. (optional)
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TransactionSetConfigurationData)

Implemented in Lusid.Sdk.Api.SystemConfigurationApi.

◆ ListConfigurationTransactionTypesAsync()

System.Threading.Tasks.Task<TransactionSetConfigurationData> Lusid.Sdk.Api.ISystemConfigurationApiAsync.ListConfigurationTransactionTypesAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] List transaction types

Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional)
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TransactionSetConfigurationData

Implemented in Lusid.Sdk.Api.SystemConfigurationApi.

◆ ListConfigurationTransactionTypesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<TransactionSetConfigurationData> > Lusid.Sdk.Api.ISystemConfigurationApiAsync.ListConfigurationTransactionTypesWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] List transaction types

Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional)
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TransactionSetConfigurationData)

Implemented in Lusid.Sdk.Api.SystemConfigurationApi.


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