|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints 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
| TransactionSetConfigurationData Lusid.Sdk.Api.ISystemConfigurationApiSync.CreateConfigurationTransactionType | ( | TransactionConfigurationDataRequest | transactionConfigurationDataRequest = default(TransactionConfigurationDataRequest) | ) |
[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) |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
| ApiResponse<TransactionSetConfigurationData> Lusid.Sdk.Api.ISystemConfigurationApiSync.CreateConfigurationTransactionTypeWithHttpInfo | ( | TransactionConfigurationDataRequest | transactionConfigurationDataRequest = default(TransactionConfigurationDataRequest) | ) |
[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) |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
| TransactionSetConfigurationData Lusid.Sdk.Api.ISystemConfigurationApiSync.ListConfigurationTransactionTypes | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) | ) |
[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) |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
| ApiResponse<TransactionSetConfigurationData> Lusid.Sdk.Api.ISystemConfigurationApiSync.ListConfigurationTransactionTypesWithHttpInfo | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) | ) |
[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) |
Implemented in Lusid.Sdk.Api.SystemConfigurationApi.
1.8.13