| ||
| detail: element | attribute | value | ||
XML Example:<tenantTemplate> <dateCreated>xsd:datetime</dateCreated> <tenantId>xsd:int</tenantId> <tenantName>xsd:string</tenantName> </tenantTemplate> | JSON Example:{"tenantTemplate":
{
"dateCreated": Date,
"tenantId": Number,
"tenantName": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| dateCreated | xsd:datetime | false | false | Return the date at which the template was created, or null if there is no template.
| |
| tenantId | xsd:int | false | false | Return the ID of the tenant the template is based on, or null if there is no
template or the tenant ID cannot be determined, for example if the tenant has
been deleted.
| |
| tenantName | xsd:string | false | false | Return the name of the tenant the template is based on, or null if there is no template.
|
| ||
| detail: element | attribute | value | ||