POST api/GetLicences

Get documents

Request Information

Payload

NamePayload ParametersAdditional information
Parameters

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Valid": true,
    "CompanyName": "sample string 3",
    "EmployeeLimit": 4,
    "EmployeeCount": 5,
    "EmployeeCountStr": "5",
    "UserLimit": 6,
    "Expiry": "2025-05-30T04:08:59.200874+01:00",
    "ExpiryStr": "2025-05-30.0",
    "ExpiryDisplay": "30/05/2025",
    "LicenceCode": "UA",
    "LicenceProduct": "Performance Review",
    "LicenceType": 0
  },
  {
    "Key": "sample string 1",
    "Valid": true,
    "CompanyName": "sample string 3",
    "EmployeeLimit": 4,
    "EmployeeCount": 5,
    "EmployeeCountStr": "5",
    "UserLimit": 6,
    "Expiry": "2025-05-30T04:08:59.200874+01:00",
    "ExpiryStr": "2025-05-30.0",
    "ExpiryDisplay": "30/05/2025",
    "LicenceCode": "UA",
    "LicenceProduct": "Performance Review",
    "LicenceType": 0
  },
  {
    "Key": "sample string 1",
    "Valid": true,
    "CompanyName": "sample string 3",
    "EmployeeLimit": 4,
    "EmployeeCount": 5,
    "EmployeeCountStr": "5",
    "UserLimit": 6,
    "Expiry": "2025-05-30T04:08:59.200874+01:00",
    "ExpiryStr": "2025-05-30.0",
    "ExpiryDisplay": "30/05/2025",
    "LicenceCode": "UA",
    "LicenceProduct": "Performance Review",
    "LicenceType": 0
  }
]

text/html

Sample:
[{"Key":"sample string 1","Valid":true,"CompanyName":"sample string 3","EmployeeLimit":4,"EmployeeCount":5,"EmployeeCountStr":"5","UserLimit":6,"Expiry":"2025-05-30T04:08:59.200874+01:00","ExpiryStr":"2025-05-30.0","ExpiryDisplay":"30/05/2025","LicenceCode":"UA","LicenceProduct":"Performance Review","LicenceType":0},{"Key":"sample string 1","Valid":true,"CompanyName":"sample string 3","EmployeeLimit":4,"EmployeeCount":5,"EmployeeCountStr":"5","UserLimit":6,"Expiry":"2025-05-30T04:08:59.200874+01:00","ExpiryStr":"2025-05-30.0","ExpiryDisplay":"30/05/2025","LicenceCode":"UA","LicenceProduct":"Performance Review","LicenceType":0},{"Key":"sample string 1","Valid":true,"CompanyName":"sample string 3","EmployeeLimit":4,"EmployeeCount":5,"EmployeeCountStr":"5","UserLimit":6,"Expiry":"2025-05-30T04:08:59.200874+01:00","ExpiryStr":"2025-05-30.0","ExpiryDisplay":"30/05/2025","LicenceCode":"UA","LicenceProduct":"Performance Review","LicenceType":0}]

application/xml, text/xml

Sample:
<ArrayOfLicenceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Licences">
  <LicenceDetail>
    <CompanyName>sample string 3</CompanyName>
    <EmployeeCount>5</EmployeeCount>
    <EmployeeLimit>4</EmployeeLimit>
    <Expiry>2025-05-30T04:08:59.200874+01:00</Expiry>
    <Key>sample string 1</Key>
    <LicenceType>PerformanceReview</LicenceType>
    <UserLimit>6</UserLimit>
    <Valid>true</Valid>
  </LicenceDetail>
  <LicenceDetail>
    <CompanyName>sample string 3</CompanyName>
    <EmployeeCount>5</EmployeeCount>
    <EmployeeLimit>4</EmployeeLimit>
    <Expiry>2025-05-30T04:08:59.200874+01:00</Expiry>
    <Key>sample string 1</Key>
    <LicenceType>PerformanceReview</LicenceType>
    <UserLimit>6</UserLimit>
    <Valid>true</Valid>
  </LicenceDetail>
  <LicenceDetail>
    <CompanyName>sample string 3</CompanyName>
    <EmployeeCount>5</EmployeeCount>
    <EmployeeLimit>4</EmployeeLimit>
    <Expiry>2025-05-30T04:08:59.200874+01:00</Expiry>
    <Key>sample string 1</Key>
    <LicenceType>PerformanceReview</LicenceType>
    <UserLimit>6</UserLimit>
    <Valid>true</Valid>
  </LicenceDetail>
</ArrayOfLicenceDetail>