|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| System.Threading.Tasks.Task< TransactionSetConfigurationData > | CreateConfigurationTransactionTypeAsync (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< TransactionSetConfigurationData > | ListConfigurationTransactionTypesAsync (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... | |
Represents a collection of functions to interact with the API endpoints
| 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| transactionConfigurationDataRequest | A transaction type definition. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
| 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| transactionConfigurationDataRequest | A transaction type definition. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
| 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/.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
| 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/.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
1.8.13