PUT License/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

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-12-14T07:45:32.6313054+00:00",
  "Status": true,
  "License": "sample string 4",
  "PartitionKey": "sample string 5",
  "RowKey": "sample string 6",
  "Timestamp": "2025-12-14T07:45:32.6313054+00:00",
  "ETag": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.