LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
CompleteRelationship | CreateRelationship (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
CreateRelationship: Create Relationship More... | |
Lusid.Sdk.Client.ApiResponse< CompleteRelationship > | CreateRelationshipWithHttpInfo (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
CreateRelationship: Create Relationship More... | |
DeletedEntityResponse | DeleteRelationship (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteRelationship: Delete Relationship More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteRelationshipWithHttpInfo (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteRelationship: Delete Relationship More... | |
Represents a collection of functions to interact with the API endpoints
CompleteRelationship Lusid.Sdk.Api.IRelationshipsApiSync.CreateRelationship | ( | string | scope, |
string | code, | ||
CreateRelationshipRequest | createRelationshipRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
CreateRelationship: Create Relationship
Create a relationship between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship |
code | The code of the relationship |
createRelationshipRequest | The details of the relationship to create. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationshipsApi.
Lusid.Sdk.Client.ApiResponse<CompleteRelationship> Lusid.Sdk.Api.IRelationshipsApiSync.CreateRelationshipWithHttpInfo | ( | string | scope, |
string | code, | ||
CreateRelationshipRequest | createRelationshipRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
CreateRelationship: Create Relationship
Create a relationship between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship |
code | The code of the relationship |
createRelationshipRequest | The details of the relationship to create. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationshipsApi.
DeletedEntityResponse Lusid.Sdk.Api.IRelationshipsApiSync.DeleteRelationship | ( | string | scope, |
string | code, | ||
DeleteRelationshipRequest | deleteRelationshipRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] DeleteRelationship: Delete Relationship
Delete a relationship between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship |
code | The code of the relationship |
deleteRelationshipRequest | The details of the relationship to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationshipsApi.
Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IRelationshipsApiSync.DeleteRelationshipWithHttpInfo | ( | string | scope, |
string | code, | ||
DeleteRelationshipRequest | deleteRelationshipRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] DeleteRelationship: Delete Relationship
Delete a relationship between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship |
code | The code of the relationship |
deleteRelationshipRequest | The details of the relationship to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationshipsApi.