LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
CompleteRelation | CreateRelation (string scope, string code, CreateRelationRequest createRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelation: Create Relation More... | |
Lusid.Sdk.Client.ApiResponse< CompleteRelation > | CreateRelationWithHttpInfo (string scope, string code, CreateRelationRequest createRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelation: Create Relation More... | |
DeletedEntityResponse | DeleteRelation (string scope, string code, DeleteRelationRequest deleteRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelation: Delete a relation More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteRelationWithHttpInfo (string scope, string code, DeleteRelationRequest deleteRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelation: Delete a relation More... | |
Represents a collection of functions to interact with the API endpoints
CompleteRelation Lusid.Sdk.Api.IRelationsApiSync.CreateRelation | ( | string | scope, |
string | code, | ||
CreateRelationRequest | createRelationRequest, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateRelation: Create Relation
Create a relation between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
createRelationRequest | The details of the relation to create. |
effectiveAt | The effective datetime or cut label at which the relation should be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationsApi.
Lusid.Sdk.Client.ApiResponse<CompleteRelation> Lusid.Sdk.Api.IRelationsApiSync.CreateRelationWithHttpInfo | ( | string | scope, |
string | code, | ||
CreateRelationRequest | createRelationRequest, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateRelation: Create Relation
Create a relation between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
createRelationRequest | The details of the relation to create. |
effectiveAt | The effective datetime or cut label at which the relation should be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationsApi.
DeletedEntityResponse Lusid.Sdk.Api.IRelationsApiSync.DeleteRelation | ( | string | scope, |
string | code, | ||
DeleteRelationRequest | deleteRelationRequest, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteRelation: Delete a relation
Delete a relation between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
deleteRelationRequest | The details of the relation to delete. |
effectiveAt | The effective datetime or cut label at which the relation should the deletion be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationsApi.
Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IRelationsApiSync.DeleteRelationWithHttpInfo | ( | string | scope, |
string | code, | ||
DeleteRelationRequest | deleteRelationRequest, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteRelation: Delete a relation
Delete a relation between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
deleteRelationRequest | The details of the relation to delete. |
effectiveAt | The effective datetime or cut label at which the relation should the deletion be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationsApi.