| ||
| detail: element | attribute | value | ||
Class encapsulating data/directive to be used for the creation of a new tenant.
For tenant creation, only name, language, country, and time zone are required in the tenant element.
XML Example:<createTenantRequest> <createOptions>createTenantOptions</createOptions> <sessionId>xsd:string</sessionId> <tenantElement>tenant</tenantElement> </createTenantRequest> | JSON Example:{"createTenantRequest":
{
"createOptions": createTenantOptions,
"sessionId": String,
"tenantElement": tenant,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| createOptions | createTenantOptions | false | false | The options to use when creating the tenant.
| |
| sessionId | xsd:string | false | false | The session identifier, as retrieved from the authenticate API.
| |
| tenantElement | tenant | false | false | The information about the tenant.
|
| ||
| detail: element | attribute | value | ||