TenantControllerCreateTenant Method

POST /Tenant/ Creates a tenant.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public HttpResponseMessage CreateTenant(
	[FromBodyAttribute] TenantData tenantOptions,
	Nullable<Guid> sessionId = null
)

Parameters

tenantOptions
Type: Dundas.BI.WebApi.ModelsTenantData
The tenant information to be created and saved.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A TenantData object, or a status code indicating the problem.
See Also