RelationshipControllerUpdateRelationship Method

POST /Relationship/ Updates (or creates) a relationship on a given structure.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public IActionResult UpdateRelationship(
	[FromBodyAttribute] RelationshipData relationshipData,
	Guid? sessionId = null
)

Parameters

relationshipData
Type: Dundas.BI.WebApi.ModelsRelationshipData
The data that needs to be modified.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A Boolean containing a value indicating whether the operation was successful or not, or a status code indicating the problem.
See Also