POST api/LicenceLogs

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
licenceLog
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InLicenceLogId": 1,
  "ExLicenceId": 1,
  "ExProductId": 1,
  "ExCompanyId": 1,
  "LogEntry": "sample string 2",
  "CreatedDate": "2026-08-20T17:43:19.8295169+01:00",
  "ClientName": "sample string 3",
  "MachineName": "sample string 4",
  "Domain": "sample string 5"
}

application/xml, text/xml

Sample:
<LicenceLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LicenceService.Models">
  <ClientName>sample string 3</ClientName>
  <CreatedDate>2026-08-20T17:43:19.8295169+01:00</CreatedDate>
  <Domain>sample string 5</Domain>
  <ExCompanyId>1</ExCompanyId>
  <ExLicenceId>1</ExLicenceId>
  <ExProductId>1</ExProductId>
  <InLicenceLogId>1</InLicenceLogId>
  <LogEntry>sample string 2</LogEntry>
  <MachineName>sample string 4</MachineName>
</LicenceLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.