POST api/ActivationCode/GenerateCode

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Code": "sample string 2",
  "DateCreated": "2025-04-11T00:32:37.1021896-07:00",
  "IsActive": true,
  "IsUsed": true,
  "CompanyName": "sample string 6",
  "NoOfDays": 7,
  "IsTrial": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.