POST api/EntreeAPIV2/CreateLicence

Create licence

Request Information

URI Parameters

None.

Body Parameters

Licence Model

LicenceModel
NameDescriptionTypeAdditional information
PartnerId

integer

None.

PartnerToken

string

None.

CustomerId

string

None.

TenantName

string

None.

SiteName

string

None.

CompanyName

string

None.

ContactName

string

None.

ContactEmail

string

None.

StartDate

date

None.

EndDate

date

None.

UserAmount

integer

None.

LicenceType

LicenceType

None.

Activated

boolean

None.

ContentProviderIds

Collection of integer

None.

GuidianceApiKey

string

None.

GuidianceEnvironmentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PartnerId": 1,
  "PartnerToken": "sample string 2",
  "CustomerId": "sample string 3",
  "TenantName": "sample string 4",
  "SiteName": "sample string 5",
  "CompanyName": "sample string 6",
  "ContactName": "sample string 7",
  "ContactEmail": "sample string 8",
  "StartDate": "2025-12-14T15:15:55.8269894+00:00",
  "EndDate": "2025-12-14T15:15:55.8269894+00:00",
  "UserAmount": 11,
  "LicenceType": 0,
  "Activated": true,
  "ContentProviderIds": [
    1,
    2
  ],
  "GuidianceApiKey": "sample string 13",
  "GuidianceEnvironmentId": 14
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.