ITenantRelationService UpdateTenantRelation Method CelloSaaS API Documentation
This method is used to update tenant relation between the given parent and child tenant with the given relationship id

Namespace: CelloSaaS.ServiceContracts.TenantManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

void UpdateTenantRelation(
	string mappingId,
	string parentTenantCode,
	string childTenantCode,
	string tenantRelationTypeId
)

Parameters

mappingId
Type: System String
mapping table unique id
parentTenantCode
Type: System String
parent tenant id
childTenantCode
Type: System String
child tenant id
tenantRelationTypeId
Type: System String
tenant relation type id
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows Argument Null Exception. If any mandatory argument is null or empty.
CelloSaaS.ServiceContracts.TenantManagement TenantRelationExceptionThrows Tenant Relation Exception
See Also