TenantInfoDto
Tenant information for proposal acceptance
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Tenant name |
Tenant name | ||
| logoUrl | string | Logo URL (SAS URL from blob storage) |
Logo URL (SAS URL from blob storage) | ||
JSON Example
{
"name": "string",
"logoUrl": "string"
}