| ||
| detail: element | attribute | value | ||
Provides options for the creation of a new tenant template.
XML Example:<createTenantTemplateRequest> <sessionId>xsd:string</sessionId> <tenantId>xsd:int</tenantId> </createTenantTemplateRequest> | JSON Example:{"createTenantTemplateRequest":
{
"sessionId": String,
"tenantId": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| sessionId | xsd:string | false | false | The session identifier, as retrieved from the authenticate API.
| |
| tenantId | xsd:int | false | false | The identifier of the tenant on which to base the template.
|
| ||
| detail: element | attribute | value | ||