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

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

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

Public Member Functions

CustomEntityType CreateCustomEntityType (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More...
 
ApiResponse< CustomEntityTypeCreateCustomEntityTypeWithHttpInfo (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More...
 
CustomEntityType GetCustomEntityType (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More...
 
ApiResponse< CustomEntityTypeGetCustomEntityTypeWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More...
 
PagedResourceListOfCustomEntityType ListCustomEntityTypes (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More...
 
ApiResponse< PagedResourceListOfCustomEntityTypeListCustomEntityTypesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More...
 
CustomEntityType UpdateCustomEntityType (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More...
 
ApiResponse< CustomEntityTypeUpdateCustomEntityTypeWithHttpInfo (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. 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

◆ CreateCustomEntityType()

CustomEntityType Lusid.Sdk.Api.ICustomEntityTypesApiSync.CreateCustomEntityType ( CreateCustomEntityTypeRequest  createCustomEntityTypeRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type.

The API will return a Bad Request if the Custom Entity Type already exists.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createCustomEntityTypeRequestThe payload containing the description of the Custom Entity Type.
operationIndexIndex associated with the operation.
Returns
CustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ CreateCustomEntityTypeWithHttpInfo()

ApiResponse<CustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiSync.CreateCustomEntityTypeWithHttpInfo ( CreateCustomEntityTypeRequest  createCustomEntityTypeRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type.

The API will return a Bad Request if the Custom Entity Type already exists.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createCustomEntityTypeRequestThe payload containing the description of the Custom Entity Type.
operationIndexIndex associated with the operation.
Returns
ApiResponse of CustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ GetCustomEntityType()

CustomEntityType Lusid.Sdk.Api.ICustomEntityTypesApiSync.GetCustomEntityType ( string  entityType,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type.

Retrieve a specific Custom Entity Type at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe identifier for the Custom Entity Type, derived from the &quot;entityTypeName&quot; provided on creation.
asAtThe AsAt datetime at which to retrieve the definition. (optional)
operationIndexIndex associated with the operation.
Returns
CustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ GetCustomEntityTypeWithHttpInfo()

ApiResponse<CustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiSync.GetCustomEntityTypeWithHttpInfo ( string  entityType,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type.

Retrieve a specific Custom Entity Type at a point in AsAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe identifier for the Custom Entity Type, derived from the &quot;entityTypeName&quot; provided on creation.
asAtThe AsAt datetime at which to retrieve the definition. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of CustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ ListCustomEntityTypes()

PagedResourceListOfCustomEntityType Lusid.Sdk.Api.ICustomEntityTypesApiSync.ListCustomEntityTypes ( DateTimeOffset?  asAt = default(DateTimeOffset?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List< string >?),
string?  page = default(string?),
int  operationIndex = 0 
)

[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types.

List all Custom Entity Types matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list the entities. Defaults to returning the latest version of each Custom Entity Type if not specified. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
pageThe pagination token to use to continue listing entities; this value is returned from the previous call. If a pagination token is provided, the filter, limit, sortBy, and asAt fields must not have changed since the original request. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfCustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ ListCustomEntityTypesWithHttpInfo()

ApiResponse<PagedResourceListOfCustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiSync.ListCustomEntityTypesWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List< string >?),
string?  page = default(string?),
int  operationIndex = 0 
)

[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types.

List all Custom Entity Types matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list the entities. Defaults to returning the latest version of each Custom Entity Type if not specified. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
pageThe pagination token to use to continue listing entities; this value is returned from the previous call. If a pagination token is provided, the filter, limit, sortBy, and asAt fields must not have changed since the original request. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfCustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ UpdateCustomEntityType()

CustomEntityType Lusid.Sdk.Api.ICustomEntityTypesApiSync.UpdateCustomEntityType ( string  entityType,
UpdateCustomEntityTypeRequest  updateCustomEntityTypeRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type.

The API will return a Bad Request if the Custom Entity Type does not exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe identifier for the Custom Entity Type, derived from the &quot;entityTypeName&quot; provided on creation.
updateCustomEntityTypeRequestThe payload containing the description of the Custom Entity Type.
operationIndexIndex associated with the operation.
Returns
CustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.

◆ UpdateCustomEntityTypeWithHttpInfo()

ApiResponse<CustomEntityType> Lusid.Sdk.Api.ICustomEntityTypesApiSync.UpdateCustomEntityTypeWithHttpInfo ( string  entityType,
UpdateCustomEntityTypeRequest  updateCustomEntityTypeRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type.

The API will return a Bad Request if the Custom Entity Type does not exist.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe identifier for the Custom Entity Type, derived from the &quot;entityTypeName&quot; provided on creation.
updateCustomEntityTypeRequestThe payload containing the description of the Custom Entity Type.
operationIndexIndex associated with the operation.
Returns
ApiResponse of CustomEntityType

Implemented in Lusid.Sdk.Api.CustomEntityTypesApi.


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