TenantCreateRequest
Request DTO for creating a new tenant organization
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the tenant organization |
The name of the tenant organization | ||
| packageCode | string | The code of the package/plan to assign to this tenant |
The code of the package/plan to assign to this tenant | ||
| inviteCode | string | Optional invite code (if the tenant is being created via invitation) |
Optional invite code (if the tenant is being created via invitation) | ||
JSON Example
{
"name": "string",
"packageCode": "string",
"inviteCode": "string"
}