| ||
| detail: element | attribute | value | ||
XML Example:<createTenantResponse> <tenantID>xsd:int</tenantID> </createTenantResponse> | JSON Example:{"createTenantResponse":
{
"tenantID": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| tenantID | xsd:int | false | false | Return the ID of the newly created tenant
|
| ||
| detail: element | attribute | value | ||