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

Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.ILegalEntitiesApiSync | |
| DeletedEntityResponse | DeleteLegalEntity (string idTypeScope, string idTypeCode, string code) |
| [EARLY ACCESS] Delete Legal Entity More... | |
| ApiResponse< DeletedEntityResponse > | DeleteLegalEntityWithHttpInfo (string idTypeScope, string idTypeCode, string code) |
| [EARLY ACCESS] Delete Legal Entity More... | |
| LegalEntity | GetLegalEntity (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys=default(List< string >), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] Get Legal Entity More... | |
| ApiResponse< LegalEntity > | GetLegalEntityWithHttpInfo (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys=default(List< string >), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] Get Legal Entity More... | |
| PagedResourceListOfLegalEntity | ListLegalEntities (string idTypeScope, string idTypeCode, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? limit=default(int?), string filter=default(string), List< string > propertyKeys=default(List< string >)) |
| [EARLY ACCESS] List Legal Entities More... | |
| ApiResponse< PagedResourceListOfLegalEntity > | ListLegalEntitiesWithHttpInfo (string idTypeScope, string idTypeCode, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? limit=default(int?), string filter=default(string), List< string > propertyKeys=default(List< string >)) |
| [EARLY ACCESS] List Legal Entities More... | |
| LegalEntity | UpsertLegalEntity (UpsertLegalEntityRequest upsertLegalEntityRequest) |
| [EARLY ACCESS] Upsert Legal Entity More... | |
| ApiResponse< LegalEntity > | UpsertLegalEntityWithHttpInfo (UpsertLegalEntityRequest upsertLegalEntityRequest) |
| [EARLY ACCESS] Upsert Legal Entity More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Public Member Functions inherited from Lusid.Sdk.Api.ILegalEntitiesApiAsync | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteLegalEntityAsync (string idTypeScope, string idTypeCode, string code, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Delete Legal Entity More... | |
| System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > | DeleteLegalEntityWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Delete Legal Entity More... | |
| System.Threading.Tasks.Task< LegalEntity > | GetLegalEntityAsync (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys=default(List< string >), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get Legal Entity More... | |
| System.Threading.Tasks.Task< ApiResponse< LegalEntity > > | GetLegalEntityWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys=default(List< string >), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Get Legal Entity More... | |
| System.Threading.Tasks.Task< PagedResourceListOfLegalEntity > | ListLegalEntitiesAsync (string idTypeScope, string idTypeCode, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? limit=default(int?), string filter=default(string), List< string > propertyKeys=default(List< string >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List Legal Entities More... | |
| System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfLegalEntity > > | ListLegalEntitiesWithHttpInfoAsync (string idTypeScope, string idTypeCode, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? limit=default(int?), string filter=default(string), List< string > propertyKeys=default(List< string >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List Legal Entities More... | |
| System.Threading.Tasks.Task< LegalEntity > | UpsertLegalEntityAsync (UpsertLegalEntityRequest upsertLegalEntityRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Upsert Legal Entity More... | |
| System.Threading.Tasks.Task< ApiResponse< LegalEntity > > | UpsertLegalEntityWithHttpInfoAsync (UpsertLegalEntityRequest upsertLegalEntityRequest, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Upsert Legal Entity 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... | |
Represents a collection of functions to interact with the API endpoints
1.8.13