POST License

Request Information

URI Parameters

None.

Body Parameters

LicenseEntity
NameDescriptionTypeAdditional information
Email

string

None.

ValidTill

date

None.

Status

boolean

None.

License

string

None.

PartitionKey

string

None.

RowKey

string

None.

Timestamp

date

None.

ETag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "ValidTill": "2025-06-06T18:42:02.217234+00:00",
  "Status": true,
  "License": "sample string 4",
  "PartitionKey": "sample string 5",
  "RowKey": "sample string 6",
  "Timestamp": "2025-06-06T18:42:02.2328638+00:00",
  "ETag": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.