This method is used to update tenant relation between the given parent and child tenant with the given relationship id
Namespace: CelloSaaS.ServiceContracts.TenantManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
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
Exception | Condition |
---|---|
System ArgumentNullException | Throws Argument Null Exception. If any mandatory argument is null or empty. |
CelloSaaS.ServiceContracts.TenantManagement TenantRelationException | Throws Tenant Relation Exception |
See Also