Creates a TenantApplication.
| Name | Description | Additional information |
|---|---|---|
| tenantApplicationRepresentation |
Define this parameter in the request body. |
{
"tenantId": "50fe2e37-2ab6-40b2-988b-fac95f8c7417",
"applicationId": "ae34025f-59af-42a2-90fb-ca150c717493",
"licenseKey": "sample string 3",
"isLicenseKeyActive": true,
"totalLicenses": 5,
"applicationLookupKey": "sample string 6",
"createdDateUtc": "2025-10-14T01:29:11.8683483+00:00",
"updatedDateUtc": "2025-10-14T01:29:11.8683483+00:00"
}
<TenantApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2025-10-14T01:29:11.8683483+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-14T01:29:11.8683483+00:00</UpdatedDateUtc> <ApplicationId>ae34025f-59af-42a2-90fb-ca150c717493</ApplicationId> <ApplicationLookupKey>sample string 6</ApplicationLookupKey> <IsLicenseKeyActive>true</IsLicenseKeyActive> <LicenseKey>sample string 3</LicenseKey> <TenantId>50fe2e37-2ab6-40b2-988b-fac95f8c7417</TenantId> <TotalLicenses>5</TotalLicenses> </TenantApplicationRepresentation>
Sample not available.